/* ═══════════════════════════════════════════════════
   productsearch.css v4 — PrestaShop 8
   ═══════════════════════════════════════════════════ */

#productsearch-app {
  --ps-ink:     #111318;
  --ps-bg:      #f7f7f5;
  --ps-accent:  #e8390e;
  --ps-accent2: #1a56db;
  --ps-muted:   #8a8988;
  --ps-border:  #e2e0da;
  --ps-card:    #ffffff;
  --ps-tag-bg:  #f0efeb;
  --ps-success: #1e9e6b;
  --ps-radius:  10px;
  --ps-font:    inherit;
  --ps-img-ratio: 100%;
  --ps-img-fit:   contain;
  --ps-cols:      3;
  position: relative;
  font-family: var(--ps-font);
}

/* ── TOP SEARCH BAR ─────────────────────────────── */
.ps-search-bar-wrap {
  display: flex; align-items: center;
  max-width: 100%; position: relative;
}
/* input + all right-side controls in one wrapper */
.ps-search-input-wrap {
  flex: 1; min-width: 0; position: relative; display: flex; align-items: center;
}
.ps-search-icon {
  position: absolute; left: .9rem; top: 50%;
  transform: translateY(-50%);
  color: var(--ps-muted); pointer-events: none; display: flex; align-items: center;
  z-index: 1;
}
.ps-search-input {
  width: 100%;
  padding: .7rem 6rem .7rem 2.6rem;
  border: 2px solid var(--ps-border); border-radius: 50px;
  font-size: .9rem; font-family: inherit;
  background: #fff; color: var(--ps-ink); outline: none;
  transition: border-color .2s, box-shadow .2s;
  box-sizing: border-box;
}
.ps-search-input:focus { border-color: var(--ps-accent); box-shadow: 0 0 0 4px rgba(232,57,14,.1); }
.ps-search-input::placeholder { color: var(--ps-muted); }

/* Gradient border variant */
.ps-grad-border .ps-search-input {
  border: 2px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(var(--ps-grad-angle, 135deg), var(--ps-grad-c1, #e8390e), var(--ps-grad-c2, #a855f7)) border-box;
}
.ps-grad-border .ps-search-input:focus {
  box-shadow: 0 0 0 4px rgba(168,85,247,.12);
}

/* ── Right-side button group — inside input */
.ps-topbar-btns {
  position: absolute; right: .4rem; top: 50%; transform: translateY(-50%);
  display: flex; align-items: center; gap: .25rem; z-index: 2;
}

/* ══════════════════════════════════════════════
   MOBILE FLOATING SEARCH BUTTON (FAB)
   Visible only on mobile — fixed, always on top,
   completely independent of header theme layout.
   ══════════════════════════════════════════════ */
.ps-fab {
  display: none; /* hidden on desktop */
}

@media (max-width: 680px) {
  /* Hide topbar search bar on mobile — FAB takes over */
  #productsearch-app .ps-search-bar-wrap {
    display: none !important;
  }

  /* FAB pill — fixed bottom center */
  .ps-fab {
    display: flex;
    align-items: center;
    gap: .55rem;
    position: fixed;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2000;
    background: var(--ps-accent, #e8390e);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 0 1.4rem 0 1.1rem;
    height: 52px;
    font-size: .95rem;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(232,57,14,.45), 0 2px 8px rgba(0,0,0,.18);
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    transition: transform .15s ease, box-shadow .15s ease;
  }
  .ps-fab:active {
    transform: translateX(-50%) scale(.96);
    box-shadow: 0 2px 10px rgba(232,57,14,.4);
  }
  .ps-fab-icon { display: flex; align-items: center; flex-shrink: 0; }
  .ps-fab-label { letter-spacing: .01em; }
  .ps-fab-divider {
    display: block; width: 1px; height: 20px;
    background: rgba(255,255,255,.35);
    margin: 0 .1rem; flex-shrink: 0;
  }
  .ps-fab-mic { display: flex; align-items: center; flex-shrink: 0; opacity: .9; }
}
.ps-clear-btn {
  background: var(--ps-tag-bg); border: none; border-radius: 50%;
  width: 20px; height: 20px; font-size: .7rem; cursor: pointer;
  display: none; align-items: center; justify-content: center;
  color: var(--ps-muted); transition: background .15s; flex-shrink: 0;
}
.ps-clear-btn.visible { display: flex; }
.ps-clear-btn:hover { background: var(--ps-border); }

.ps-topbar-btn {
  display: flex; align-items: center; justify-content: center; gap: .2rem;
  height: 30px; border-radius: 50px;
  border: 1.5px solid var(--ps-border);
  background: rgba(255,255,255,.9); cursor: pointer;
  color: var(--ps-muted); transition: all .2s;
  padding: 0 .5rem; font-family: inherit; flex-shrink: 0;
}
.ps-topbar-btn:hover { border-color: var(--ps-accent); color: var(--ps-accent); }
.ps-topbar-voice { width: 30px; padding: 0; }
.ps-topbar-ai { padding: 0 .5rem; }
.ps-ai-label {
  font-size: .6rem; font-weight: 700; letter-spacing: .04em;
  background: linear-gradient(135deg, var(--ps-accent), #a855f7);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ps-topbar-voice.listening {
  border-color: var(--ps-accent); background: var(--ps-accent); color: #fff;
  animation: ps-voice-glow .8s ease-in-out infinite alternate;
}

/* ── VIEW ALL BUTTON ────────────────────────────── */
.ps-view-all-btn {
  display: inline-flex; align-items: center; gap: .35rem;
  font-size: .75rem; font-weight: 600;
  color: var(--ps-va-color, var(--ps-accent));
  background: var(--ps-va-bg, #fff);
  text-decoration: none; padding: .3rem .7rem;
  border: 1.5px solid var(--ps-va-color, var(--ps-accent));
  border-radius: 20px; transition: all .2s; white-space: nowrap;
}
.ps-view-all-btn:hover {
  background: var(--ps-va-bg-hover, var(--ps-accent));
  color: var(--ps-va-color-hover, #fff);
  border-color: var(--ps-va-bg-hover, var(--ps-accent));
}

/* ── OVERLAY ────────────────────────────────────── */
.ps-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,.5); z-index: 1040;
  backdrop-filter: blur(3px);
  animation: ps-fadeIn .2s ease;
}
.ps-overlay.active { display: block; }
@keyframes ps-fadeIn { from { opacity:0 } to { opacity:1 } }

/* ── PANEL — SIDE (default, slides from right) ──── */
.ps-panel {
  display: none; position: fixed; top: 0; right: 0;
  width: var(--ps-side-size, 75vw);
  max-width: 1400px;
  height: 100vh;
  background: var(--ps-bg); z-index: 1050;
  box-shadow: -8px 0 56px rgba(0,0,0,.18);
  overflow: hidden;
  animation: ps-slideIn .25s cubic-bezier(.22,.68,0,1.2);
}
.ps-panel.active { display: block; }
@keyframes ps-slideIn { from { transform:translateX(60px);opacity:0 } to { transform:translateX(0);opacity:1 } }

/* ── PANEL — DROP (slides from top) ────────────── */
.ps-panel.ps-panel-drop {
  top: 0; left: 0; right: 0;
  width: 100vw;
  max-width: none;
  height: var(--ps-drop-size, 50vh);
  min-height: 420px;
  box-shadow: 0 8px 56px rgba(0,0,0,.18);
  animation: ps-slideDown .25s cubic-bezier(.22,.68,0,1.2);
}
@keyframes ps-slideDown { from { transform:translateY(-40px);opacity:0 } to { transform:translateY(0);opacity:1 } }

.ps-panel-inner {
  display: grid;
  grid-template-columns: var(--ps-sidebar-width, 270px) 1fr;
  height: 100%;
  overflow: hidden;
}
.ps-panel-inner > * { min-height: 0; overflow: hidden; }

/* Drop panel uses same sidebar width */
.ps-panel-drop .ps-panel-inner {
  grid-template-columns: var(--ps-sidebar-width, 270px) 1fr;
}

/* ── SIDEBAR ────────────────────────────────────── */
.ps-sidebar {
  background: #fff; border-right: 1px solid var(--ps-border);
  padding: 1.25rem 1rem; overflow-y: auto; height: 100%;
  box-sizing: border-box;
}
.ps-sidebar-title {
  font-size: .62rem; font-weight: 700; letter-spacing: 1.2px;
  text-transform: uppercase; color: var(--ps-muted);
  margin-bottom: .75rem; display: flex; align-items: center; gap: .4rem;
}
/* ── FILTER GROUPS — collapsible ──────────────────── */
.ps-filter-group {
  border-bottom: 1px solid var(--ps-border);
}
.ps-filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .75rem 0;
  cursor: pointer;
  font-size: .82rem;
  font-weight: 700;
  color: var(--ps-ink);
  letter-spacing: .01em;
  user-select: none;
}
.ps-filter-head:hover { color: var(--ps-accent); }
.ps-chevron {
  flex-shrink: 0;
  color: var(--ps-muted);
  transition: transform .2s;
}
.ps-collapsible.open .ps-chevron { transform: rotate(180deg); }
.ps-filter-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height .25s ease, padding .25s;
  padding-bottom: 0;
}
.ps-collapsible.open .ps-filter-body {
  max-height: 600px;
  padding-bottom: .75rem;
}

/* ── FILTER SEARCH BOX ────────────────────────────── */
.ps-filter-search-wrap {
  display: flex;
  align-items: center;
  gap: .4rem;
  background: #f5f5f3;
  border: 1px solid var(--ps-border);
  border-radius: 6px;
  padding: .35rem .6rem;
  margin-bottom: .55rem;
  color: var(--ps-muted);
}
.ps-filter-search {
  border: 0;
  background: transparent;
  outline: none;
  font-size: .75rem;
  color: var(--ps-ink);
  width: 100%;
  font-family: var(--ps-font);
}
.ps-filter-search::placeholder { color: #bbb; }

/* ── CHECK LIST & ITEMS ───────────────────────────── */
.ps-check-list { display: flex; flex-direction: column; gap: 0; }
.ps-check-item {
  display: flex; align-items: flex-start; gap: .5rem;
  padding: .35rem .4rem;
  border-radius: 5px;
  cursor: pointer;
  font-size: .8rem;
  color: var(--ps-ink);
  transition: background .12s;
  line-height: 1.35;
}
.ps-check-item:hover { background: var(--ps-tag-bg); }
.ps-check-item input[type=checkbox] { accent-color: var(--ps-accent); width: 15px; height: 15px; cursor: pointer; flex-shrink: 0; margin-top: .1rem; }
.ps-facet-count { margin-left: auto; font-size: .72rem; color: var(--ps-muted); flex-shrink: 0; padding-left: .3rem; }

/* ── SHOW MORE ────────────────────────────────────── */
.ps-show-more {
  display: flex;
  align-items: center;
  gap: .3rem;
  margin-top: .4rem;
  padding: .25rem .4rem;
  font-size: .75rem;
  color: var(--ps-accent);
  cursor: pointer;
  background: none;
  border: 0;
  font-family: var(--ps-font);
  font-weight: 600;
}
.ps-show-more:hover { text-decoration: underline; }
.ps-show-more svg { transition: transform .2s; }
.ps-show-more.expanded svg { transform: rotate(180deg); }
.ps-check-item.ps-hidden { display: none; }
.ps-showing-hint {
  font-size: .7rem;
  color: var(--ps-muted);
  padding: .15rem .4rem;
  text-align: right;
}#ps-price-range { width: 100%; accent-color: var(--ps-accent); cursor: pointer; }
.ps-range-labels { display: flex; justify-content: space-between; font-size: .7rem; color: var(--ps-muted); margin-top: .2rem; }
.ps-range-val { font-size: .8rem; font-weight: 600; color: var(--ps-accent); text-align: center; margin-top: .2rem; }
.ps-check-list { display: flex; flex-direction: column; gap: .1rem; }
.ps-check-item {
  display: flex; align-items: flex-start; gap: .5rem; cursor: pointer;
  padding: .3rem .35rem; border-radius: 6px; font-size: .8rem;
  transition: background .15s; line-height: 1.35;
}
.ps-check-item:hover { background: var(--ps-tag-bg); }
.ps-check-item input[type=checkbox] { accent-color: var(--ps-accent); width: 14px; height: 14px; cursor: pointer; flex-shrink: 0; margin-top: .15rem; }
.ps-check-item-label { flex: 1; min-width: 0; word-break: break-word; }
.ps-facet-count { font-size: .68rem; color: var(--ps-muted); flex-shrink: 0; padding-left: .25rem; white-space: nowrap; }
.ps-sort-select {
  width: 100%; padding: .4rem .6rem; border: 1px solid var(--ps-border); border-radius: 8px;
  font-family: inherit; font-size: .8rem; color: var(--ps-ink); background: var(--ps-bg); cursor: pointer; outline: none;
}
.ps-sort-select:focus { border-color: var(--ps-accent); }
.ps-reset-btn {
  width: 100%; padding: .45rem; background: none; border: 1px solid var(--ps-border);
  border-radius: 8px; font-family: inherit; font-size: .75rem; color: var(--ps-muted);
  cursor: pointer; transition: all .2s; margin-top: .5rem;
}
.ps-reset-btn:hover { border-color: var(--ps-accent); color: var(--ps-accent); background: #fff3f0; }

/* ── POPULAR SEARCHES ───────────────────────────── */
.ps-popular-list { display: flex; flex-direction: column; gap: .3rem; margin-top: .5rem; }
.ps-popular-tag {
  display: flex; align-items: center; gap: .5rem; width: 100%; text-align: left;
  background: none; border: 1px solid var(--ps-border); border-radius: 8px;
  padding: .4rem .65rem; font-family: inherit; font-size: .8rem; color: var(--ps-ink);
  cursor: pointer; transition: all .15s; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.ps-popular-tag svg { flex-shrink: 0; color: var(--ps-muted); }
.ps-popular-tag:hover { background: var(--ps-tag-bg); border-color: var(--ps-accent); color: var(--ps-accent); }
.ps-popular-tag:hover svg { color: var(--ps-accent); }
.ps-popular-empty, .ps-sidebar-loading { font-size: .75rem; color: var(--ps-muted); padding: .4rem 0; font-style: italic; }

/* ── RESULTS AREA ───────────────────────────────── */
.ps-results-area { display: flex; flex-direction: column; height: 100%; overflow: hidden; min-height: 0; }

/* ── INNER SEARCH BAR ───────────────────────────── */
.ps-inner-search-wrap {
  display: flex; align-items: center;
  padding: .8rem 1rem; background: #fff;
  border-bottom: 1px solid var(--ps-border); flex-shrink: 0;
}
.ps-inner-input-wrap {
  flex: 1; min-width: 0; position: relative; display: flex; align-items: center;
}
.ps-inner-input {
  width: 100%; padding: .55rem 6rem .55rem 2.2rem;
  border: 2px solid var(--ps-border); border-radius: 50px;
  font-family: inherit; font-size: .9rem; color: var(--ps-ink);
  background: var(--ps-bg); outline: none;
  transition: border-color .2s, box-shadow .2s, background .2s;
  box-sizing: border-box;
}
.ps-inner-input:focus { border-color: var(--ps-accent); box-shadow: 0 0 0 3px rgba(232,57,14,.1); background: #fff; }
.ps-inner-input::placeholder { color: var(--ps-muted); }

/* Gradient border for inner input */
.ps-inner-search-wrap.ps-grad-border .ps-inner-input {
  border: 2px solid transparent;
  background:
    linear-gradient(var(--ps-bg), var(--ps-bg)) padding-box,
    linear-gradient(var(--ps-grad-angle, 135deg), var(--ps-grad-c1, #e8390e), var(--ps-grad-c2, #a855f7)) border-box;
}
.ps-inner-search-wrap.ps-grad-border .ps-inner-input:focus {
  box-shadow: 0 0 0 3px rgba(168,85,247,.12);
}

.ps-inner-clear {
  background: var(--ps-tag-bg); border: none; border-radius: 50%;
  width: 18px; height: 18px; font-size: .65rem; cursor: pointer;
  display: none; align-items: center; justify-content: center; color: var(--ps-muted); transition: background .15s;
  flex-shrink: 0;
}
.ps-inner-clear.visible { display: flex; }
.ps-inner-clear:hover { background: var(--ps-border); }

.ps-inner-input-wrap .ps-inner-search-icon {
  position: absolute; left: .75rem; top: 50%;
  transform: translateY(-50%); color: var(--ps-muted); pointer-events: none; display: flex; align-items: center;
  z-index: 1;
}
/* Inner right-side buttons live inside input wrap */
.ps-inner-input-wrap .ps-topbar-btns {
  position: absolute; right: .4rem; top: 50%; transform: translateY(-50%);
  display: flex; align-items: center; gap: .25rem; z-index: 2;
}
.ps-voice-btn {
  flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%;
  border: 2px solid var(--ps-border); background: #fff; color: var(--ps-muted);
  cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .2s;
}
.ps-voice-btn:hover { border-color: var(--ps-accent); color: var(--ps-accent); }
.ps-voice-btn.listening { border-color: var(--ps-accent); background: var(--ps-accent); color: #fff; animation: ps-voice-glow .8s ease-in-out infinite alternate; }
.ps-voice-btn.unsupported { opacity: .3; cursor: not-allowed; }
@keyframes ps-voice-glow { from { box-shadow:0 0 0 0 rgba(232,57,14,.4) } to { box-shadow:0 0 0 10px rgba(232,57,14,0) } }
.ps-voice-status {
  display: none; align-items: center; gap: .4rem;
  position: absolute; bottom: -2rem; left: 50%; transform: translateX(-50%);
  background: var(--ps-ink); color: #fff; font-size: .72rem; padding: .3rem .8rem;
  border-radius: 20px; white-space: nowrap; z-index: 10; pointer-events: none;
}
.ps-voice-status.active { display: flex; }
.ps-voice-pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--ps-accent); animation: ps-pulse 1s ease-in-out infinite; }
@keyframes ps-pulse { 0%,100% { transform:scale(1);opacity:1 } 50% { transform:scale(1.5);opacity:.6 } }

/* ── AUTOCOMPLETE CHIPS ──────────────────────────── */
.ps-autocomplete-chips {
  display: none; flex-wrap: wrap; gap: .4rem;
  padding: .55rem 1rem .65rem;
  border-bottom: 1px solid var(--ps-border);
  background: #fff;
  animation: ps-fadeIn .15s ease;
}
.ps-autocomplete-chips.visible { display: flex; }
.ps-ac-chip {
  display: inline-flex; align-items: center;
  padding: .3rem .8rem;
  border: 1.5px solid var(--ps-border); border-radius: 50px;
  font-size: .8rem; font-family: inherit;
  background: #fff; color: var(--ps-ink);
  cursor: pointer; transition: all .18s; white-space: nowrap;
}
.ps-ac-chip:hover { border-color: var(--ps-accent); background: var(--ps-accent); color: #fff; }
.ps-ac-chip mark { background: none; color: var(--ps-accent); font-weight: 700; padding: 0; }
.ps-ac-chip:hover mark { color: #fff; }

/* ── SUGGESTIONS SECTION ────────────────────────── */
.ps-suggestions-section { flex: 1; overflow-y: auto; padding: 1rem 1.25rem; }
.ps-section-header { display: flex; align-items: center; gap: .5rem; margin-bottom: .85rem; }
.ps-section-label { font-size: .68rem; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: var(--ps-muted); }
.ps-section-divider { flex: 1; height: 1px; background: var(--ps-border); }
.ps-suggestions-grid {
  display: grid;
  grid-template-columns: repeat(var(--ps-cols), 1fr);
  gap: .75rem;
}

/* ── SEARCH RESULTS SECTION — same as suggestions ── */
.ps-search-results-section {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 1.25rem 1rem;
}

/* ── PRODUCT GRID — no overflow, just layout ──────── */
.ps-grid {
  display: grid;
  grid-template-columns: repeat(var(--ps-cols), 1fr);
  gap: .75rem;
  align-content: start;
  padding-top: .85rem;
}
.ps-results-bar {
  display: flex; align-items: center; justify-content: space-between;
  padding: .7rem 1.25rem .4rem; border-bottom: 1px solid var(--ps-border);
  background: #fff; flex-shrink: 0;
}
.ps-results-count { font-size: .8rem; color: var(--ps-muted); }
.ps-results-count strong { color: var(--ps-ink); font-weight: 600; }
.ps-view-toggle { display: flex; gap: .3rem; }
.ps-view-btn {
  background: none; border: 1px solid var(--ps-border); border-radius: 6px;
  width: 30px; height: 30px; font-size: 1rem; cursor: pointer; color: var(--ps-muted);
  display: flex; align-items: center; justify-content: center; transition: all .15s;
}
.ps-view-btn.active { background: var(--ps-ink); border-color: var(--ps-ink); color: #fff; }

.ps-active-tags { display: flex; flex-wrap: wrap; gap: .4rem; padding: .5rem 1.25rem 0; flex-shrink: 0; }
.ps-filter-tag {
  display: flex; align-items: center; gap: .3rem; background: var(--ps-ink); color: #fff;
  font-size: .68rem; padding: 3px 10px; border-radius: 20px; cursor: pointer; transition: background .15s; border: none;
}
.ps-filter-tag:hover { background: var(--ps-accent); }

/* ── PRODUCT CARD ───────────────────────────────── */
.ps-card {
  background: var(--ps-card); border: 1px solid var(--ps-border);
  border-radius: var(--ps-radius); overflow: hidden; position: relative;
  transition: box-shadow .2s, transform .2s;
  display: flex; flex-direction: column;
  animation: ps-cardIn .22s ease both;
}
.ps-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.11); transform: translateY(-2px); }
@keyframes ps-cardIn { from { opacity:0;transform:translateY(8px) } to { opacity:1;transform:translateY(0) } }

/* ── IMAGE — simple fixed height, no ratio tricks ── */
.ps-card-img-wrap {
  display: block;
  width: 100%;
  height: 160px;          /* fixed height — always visible, never collapses */
  overflow: hidden;
  background: var(--ps-tag-bg);
  flex-shrink: 0;         /* CRITICAL: prevents flex from shrinking the image */
}
.ps-card-img {
  width: 100%;
  height: 100%;
  object-fit: contain;    /* overridden by JS if admin chose 'cover' */
  display: block;
  transition: transform .3s;
}
.ps-card:hover .ps-card-img { transform: scale(1.04); }
.ps-card-img-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-size: 2.5rem; color: var(--ps-border);
  background: linear-gradient(135deg, #f5f4f0, #ece9e2);
}

/* ── CARD BODY — always full, no collapse ────────── */
.ps-card-body {
  padding: .65rem .75rem .7rem;
  display: flex; flex-direction: column;
  flex: 1; gap: .2rem;
  /* Prevent body from collapsing when image is tall */
  min-height: 0;
}
.ps-card-cat { font-size: .58rem; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; color: var(--ps-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ps-card-name {
  font-size: .82rem; font-weight: 600; color: var(--ps-ink); line-height: 1.35;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  text-decoration: none; flex: 1;
}
.ps-card-name:hover { color: var(--ps-accent); }
.ps-card-name mark { background: #fff3b0; color: var(--ps-ink); border-radius: 2px; padding: 0 1px; }

.ps-card-bottom {
  display: flex; align-items: center; justify-content: space-between;
  gap: .3rem; padding-top: .3rem; flex-shrink: 0;
}
.ps-price-wrap { display: flex; flex-direction: column; min-width: 0; }
.ps-price { font-weight: 700; font-size: .92rem; color: var(--ps-ink); line-height: 1; white-space: nowrap; }
.ps-price.ps-sale { color: var(--ps-accent); }
.ps-old-price { font-size: .67rem; color: var(--ps-muted); text-decoration: line-through; line-height: 1; }
.ps-stock {
  font-size: .56rem; font-weight: 700; padding: 2px 5px; border-radius: 6px;
  text-transform: uppercase; letter-spacing: .2px; white-space: nowrap; flex-shrink: 0;
}
.ps-stock.in_stock     { background: #d1f5e8; color: var(--ps-success); }
.ps-stock.low_stock    { background: #fff3cd; color: #856404; }
.ps-stock.out_of_stock { background: #fde8e4; color: var(--ps-accent); }

.ps-card-actions { display: flex; gap: .3rem; margin-top: .4rem; flex-shrink: 0; }
.ps-btn-cart {
  flex: 1; padding: .35rem .4rem; background: var(--ps-ink); color: #fff; border: none;
  border-radius: 7px; font-family: inherit; font-size: .7rem; font-weight: 500; cursor: pointer;
  transition: background .15s; display: flex; align-items: center; justify-content: center; gap: .25rem;
  white-space: nowrap; overflow: hidden;
}
.ps-btn-cart:hover:not(:disabled) { background: var(--ps-accent); }
.ps-btn-cart:disabled { opacity: .35; cursor: not-allowed; }
.ps-btn-link {
  width: 28px; height: 28px; border-radius: 7px; border: 1px solid var(--ps-border);
  background: var(--ps-bg); display: flex; align-items: center; justify-content: center;
  color: var(--ps-muted); text-decoration: none; font-size: .8rem; transition: all .15s; flex-shrink: 0;
}
.ps-btn-link:hover { background: var(--ps-ink); color: #fff; border-color: var(--ps-ink); }

/* Ribbon */
.ps-ribbon {
  position: absolute; top: .5rem; left: .5rem; z-index: 2;
  color: #fff; font-size: .56rem; font-weight: 700; padding: 2px 6px;
  border-radius: 5px; letter-spacing: .3px; text-transform: uppercase; pointer-events: none;
}
.ps-ribbon.sale { background: var(--ps-accent); }
.ps-ribbon.new  { background: var(--ps-accent2); }

/* ── LIST VIEW ──────────────────────────────────── */
.ps-list-view .ps-card { flex-direction: row; }
.ps-list-view .ps-card-img-wrap { width: 100px; padding-top: 0 !important; height: 100px; flex-shrink: 0; }
.ps-list-view .ps-card-img { position: static; width: 100%; height: 100%; }
.ps-list-view .ps-card-body { flex-direction: column; padding: .6rem .85rem; justify-content: center; }
.ps-list-view .ps-card-actions { margin-top: .35rem; }

/* ── SKELETON ───────────────────────────────────── */
.ps-skeleton { background: linear-gradient(90deg,var(--ps-tag-bg) 25%,var(--ps-border) 50%,var(--ps-tag-bg) 75%); background-size:200% 100%; animation:ps-shimmer 1.2s infinite; border-radius:6px; }
@keyframes ps-shimmer { 0%{background-position:200% 0} 100%{background-position:-200% 0} }
.ps-skeleton-card { background:#fff; border:1px solid var(--ps-border); border-radius:var(--ps-radius); overflow:hidden; }
.ps-skeleton-img { width:100%; }
.ps-skeleton-body { padding:.75rem; display:flex; flex-direction:column; gap:.4rem; }
.ps-skeleton-line { height:11px; }
.ps-skeleton-line.s { width:55%; }
.ps-skeleton-line.m { width:80%; }

/* ── EMPTY ──────────────────────────────────────── */
.ps-empty { grid-column:1/-1; text-align:center; padding:2.5rem 1rem; color:var(--ps-muted); }
.ps-empty-icon { font-size:2.5rem; margin-bottom:.6rem; }
.ps-empty h3 { color:var(--ps-ink); margin-bottom:.3rem; font-size:1rem; }
.ps-empty p { font-size:.82rem; line-height:1.5; }

/* ── INFINITE SCROLL ────────────────────────────── */
.ps-scroll-sentinel { height: 1px; }
.ps-load-more-indicator {
  display: none; align-items: center; justify-content: center; gap: .5rem;
  padding: .85rem; font-size: .8rem; color: var(--ps-muted); flex-shrink: 0;
}
.ps-load-more-indicator.active { display: flex; }
.ps-spinner {
  width: 18px; height: 18px; border: 2px solid var(--ps-border);
  border-top-color: var(--ps-accent); border-radius: 50%;
  animation: ps-spin .7s linear infinite;
}
@keyframes ps-spin { to { transform: rotate(360deg); } }

/* Drop panel: overlay starts below the panel */
.ps-panel-drop ~ .ps-overlay {
  top: var(--ps-drop-size, 50vh);
}
.ps-greeklish-badge { font-size:.68rem; background:#e8f0fe; color:#1a56db; padding:2px 7px; border-radius:8px; vertical-align:middle; margin-left:.3rem; }

/* ── TOAST ──────────────────────────────────────── */
.ps-toast {
  position: fixed; bottom: 1.5rem; right: 1.5rem;
  background: var(--ps-ink); color: #fff; padding: .6rem 1.1rem;
  border-radius: 9px; font-size: .8rem; box-shadow: 0 4px 20px rgba(0,0,0,.18);
  transform: translateY(60px); opacity: 0; transition: all .3s ease; z-index: 1100; pointer-events: none;
}
.ps-toast.show { transform: translateY(0); opacity: 1; }

/* ── RESPONSIVE ─────────────────────────────────── */
/* ══════════════════════════════════════════════
   RESPONSIVE — TABLET (768px - 1024px)
   ══════════════════════════════════════════════ */
@media (max-width: 1024px) {
  /* Panel: slightly narrower sidebar */
  .ps-sidebar { min-width: 200px; max-width: 200px; }

  /* Cards: 2 columns on tablet */
  .ps-grid,
  .ps-suggestions-grid { grid-template-columns: repeat(2, 1fr) !important; }
}

/* ══════════════════════════════════════════════
   RESPONSIVE — MOBILE (≤ 680px)
   ══════════════════════════════════════════════ */
@media (max-width: 680px) {

  /* ── Panel: full screen — override ALL panel styles ── */
  .ps-panel,
  .ps-panel.ps-panel-drop {
    width: 100vw !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    min-height: 0 !important;
    border-radius: 0 !important;
    top: 0 !important; left: 0 !important;
    right: 0 !important; bottom: 0 !important;
  }
  .ps-panel-inner {
    grid-template-columns: 1fr !important;
    height: 100% !important;
    padding-top: 0 !important;
  }
  .ps-sidebar { display: none !important; }
  .ps-results-area {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  /* ── Cards: 2 columns ── */
  .ps-grid,
  .ps-suggestions-grid { grid-template-columns: repeat(2, 1fr) !important; }

  /* ── Quick View Modal: full screen ── */
  .ps-qv-img-col { flex: 0 0 100%; max-width: 100%; }
  .ps-qv-modal {
    width: 100vw;
    height: 100dvh;
    max-height: 100dvh;
    border-radius: 0;
    top: 0; left: 0;
    transform: none !important;
  }
  .ps-qv-modal.open { transform: none !important; }

  /* ── Inner panel search bar ── */
  .ps-inner-input { font-size: .9rem; }

  /* ── Filter chips: wrap nicely ── */
  .ps-active-chips { gap: .3rem; }
  .ps-chip { font-size: .72rem; padding: .2rem .5rem; }
}

/* ══════════════════════════════════════════════
   RESPONSIVE — VERY SMALL (≤ 380px)
   ══════════════════════════════════════════════ */
@media (max-width: 380px) {
  /* Cards: 1 column on very small phones */
  .ps-grid,
  .ps-suggestions-grid { grid-template-columns: 1fr !important; }

  /* Hide voice button on tiny screens */
  .ps-topbar-voice { display: none !important; }
}


/* ── SEARCH HISTORY ─────────────────────────────── */
.ps-history-section { padding: .6rem 1rem .4rem; border-bottom: 1px solid var(--ps-border); }
.ps-history-clear {
  background: none; border: none; font-size: .72rem; color: var(--ps-muted);
  cursor: pointer; padding: 0; font-family: inherit; text-decoration: underline;
}
.ps-history-clear:hover { color: var(--ps-accent); }
.ps-history-list { display: flex; flex-wrap: wrap; gap: .35rem; margin-top: .4rem; }
.ps-history-item {
  display: inline-flex; align-items: center; gap: .3rem;
  padding: .25rem .65rem; border: 1.5px solid var(--ps-border); border-radius: 50px;
  font-size: .78rem; background: #fff; color: var(--ps-ink);
  cursor: pointer; transition: all .18s;
}
.ps-history-item:hover { border-color: var(--ps-accent); color: var(--ps-accent); }
.ps-history-item svg { color: var(--ps-muted); flex-shrink: 0; }

/* ── NO RESULTS ─────────────────────────────────── */
.ps-empty {
  text-align: center; padding: 2.5rem 1rem;
  color: var(--ps-muted);
}
.ps-empty-icon { font-size: 2.5rem; margin-bottom: .6rem; }
.ps-empty h3 { font-size: 1rem; color: var(--ps-ink); margin: 0 0 .4rem; }
.ps-empty p { font-size: .85rem; margin: 0 0 1rem; }
.ps-empty-suggestions { display: flex; flex-wrap: wrap; gap: .35rem; justify-content: center; margin-top: .6rem; }
.ps-empty-chip {
  display: inline-flex; align-items: center; padding: .3rem .75rem;
  border: 1.5px solid var(--ps-border); border-radius: 50px;
  font-size: .78rem; background: #fff; color: var(--ps-ink);
  cursor: pointer; transition: all .18s;
}
.ps-empty-chip:hover { border-color: var(--ps-accent); background: var(--ps-accent); color: #fff; }

/* ── CARD HOVER EFFECTS ─────────────────────────── */
.ps-card { transition: transform .22s ease, box-shadow .22s ease; }
.ps-card-hover-lift:hover  { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,.12) !important; }
.ps-card-hover-scale:hover { transform: scale(1.03); box-shadow: 0 6px 20px rgba(0,0,0,.1) !important; }
.ps-card-hover-glow:hover  { box-shadow: 0 0 0 2.5px var(--ps-accent) !important; }
.ps-card-hover-image:hover .psc-img { transform: scale(1.07); }
.psc-img { transition: transform .35s ease; }

/* ── QUICK VIEW BUTTON on card ──────────────────── */
.ps-card { position: relative; }
.psc-img-wrap { position: relative; overflow: hidden; }
.ps-qv-btn {
  position: absolute; bottom: .55rem; left: 50%; transform: translateX(-50%) translateY(8px);
  opacity: 0; pointer-events: none;
  display: inline-flex; align-items: center; gap: .35rem;
  padding: .35rem .9rem; border-radius: 50px;
  background: rgba(255,255,255,.92); backdrop-filter: blur(4px);
  border: 1.5px solid var(--ps-border); color: var(--ps-ink);
  font-size: .75rem; font-weight: 600; font-family: inherit;
  cursor: pointer; white-space: nowrap;
  transition: all .2s ease; box-shadow: 0 2px 8px rgba(0,0,0,.1);
  z-index: 3;
}
.psc-img-wrap:hover .ps-qv-btn { opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.ps-qv-btn:hover { background: var(--ps-accent); color: #fff; border-color: var(--ps-accent); }

/* ── WISHLIST BUTTON on card ────────────────────── */
.ps-wl-btn {
  position: absolute; top: .5rem; right: .5rem; z-index: 3;
  width: 30px; height: 30px; border-radius: 50%;
  background: rgba(255,255,255,.9); border: 1.5px solid var(--ps-border);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: all .2s; flex-shrink: 0;
  color: var(--ps-muted);
}
.ps-wl-btn:hover { border-color: #e8390e; color: #e8390e; }
.ps-wl-btn.active { background: #e8390e; border-color: #e8390e; color: #fff; }

/* ── QUICK VIEW MODAL ───────────────────────────── */
.ps-qv-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,.55); z-index: 10000;
  animation: ps-fadeIn .2s ease;
}
.ps-qv-overlay.open { display: block; }
.ps-qv-modal {
  display: none; position: fixed; top: 50%; left: 50%;
  transform: translate(-50%,-50%) scale(.95);
  width: min(700px, 96vw); max-height: 90vh; overflow-y: auto;
  background: #fff; border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
  z-index: 10001; transition: transform .25s ease, opacity .25s ease;
  opacity: 0;
}
.ps-qv-modal.open { display: block; transform: translate(-50%,-50%) scale(1); opacity: 1; }
.ps-qv-close {
  position: sticky; top: .6rem; float: right; margin: .6rem .6rem 0 0;
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--ps-tag-bg); border: 1px solid var(--ps-border);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: var(--ps-ink); z-index: 2;
  transition: background .15s;
}
.ps-qv-close:hover { background: var(--ps-border); }
.ps-qv-body { padding: 1.2rem 1.5rem 1.5rem; clear: both; }
.ps-qv-spinner { display: flex; justify-content: center; padding: 3rem; }
.ps-qv-layout { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.ps-qv-img-col { flex: 0 0 280px; max-width: 280px; }
.ps-qv-main-img {
  width: 100%; aspect-ratio: 1/1; object-fit: contain;
  border-radius: 10px; background: var(--ps-bg); display: block;
}
.ps-qv-thumbs { display: flex; gap: .4rem; margin-top: .5rem; flex-wrap: wrap; }
.ps-qv-thumb {
  width: 52px; height: 52px; object-fit: contain; border-radius: 6px;
  background: var(--ps-bg); border: 2px solid transparent; cursor: pointer;
  transition: border-color .15s;
}
.ps-qv-thumb.active, .ps-qv-thumb:hover { border-color: var(--ps-accent); }
.ps-qv-info-col { flex: 1; min-width: 200px; }
.ps-qv-cat { font-size: .72rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--ps-muted); margin-bottom: .3rem; }
.ps-qv-name { font-size: 1.15rem; font-weight: 700; color: var(--ps-ink); margin: 0 0 .6rem; line-height: 1.3; }
.ps-qv-price { font-size: 1.4rem; font-weight: 700; color: var(--ps-ink); }
.ps-qv-price.sale { color: #e8390e; }
.ps-qv-old-price { font-size: .85rem; color: #aaa; text-decoration: line-through; margin-left: .4rem; }
.ps-qv-desc { font-size: .82rem; color: #555; line-height: 1.55; margin: .8rem 0; }
.ps-qv-ref { font-size: .72rem; color: var(--ps-muted); margin-bottom: .8rem; }
.ps-qv-stock { display: inline-block; font-size: .72rem; font-weight: 700; padding: 2px 8px; border-radius: 4px; margin-bottom: .8rem; }
.ps-qv-actions { display: flex; gap: .5rem; margin-top: 1rem; flex-wrap: wrap; }
.ps-qv-cart-btn {
  flex: 1; padding: .7rem 1rem; border-radius: var(--ps-btn-radius,8px);
  background: var(--ps-btn-bg,#111318); color: var(--ps-btn-color,#fff);
  border: none; font-size: .9rem; font-weight: 600; cursor: pointer;
  font-family: inherit; display: flex; align-items: center; justify-content: center; gap: .5rem;
  transition: opacity .15s;
}
.ps-qv-cart-btn:hover { opacity: .88; }
.ps-qv-goto-btn {
  padding: .7rem 1rem; border-radius: var(--ps-btn-radius,8px);
  background: #fff; color: var(--ps-ink); border: 1.5px solid var(--ps-border);
  font-size: .9rem; font-weight: 600; cursor: pointer; font-family: inherit;
  text-decoration: none; display: flex; align-items: center; gap: .4rem;
  transition: border-color .15s;
}
.ps-qv-goto-btn:hover { border-color: var(--ps-accent); color: var(--ps-accent); }

/* ── PANEL ANIMATIONS ───────────────────────────── */
.ps-panel.anim-fade   { animation: ps-fadeIn .25s ease; }
.ps-panel.anim-scale  { animation: ps-scaleIn .25s ease; }
.ps-panel.anim-none   { animation: none; }
@keyframes ps-scaleIn { from { opacity:0; transform:scale(.96) } to { opacity:1; transform:scale(1) } }
@keyframes ps-fadeIn  { from { opacity:0 } to { opacity:1 } }



/* ══════════════════════════════════════════════════
   MOBILE BOTTOM BAR + PANEL FIXES + FILTERS DRAWER
   ══════════════════════════════════════════════════ */

/* ── Hide old single FAB style if any ── */
@media (min-width: 681px) {
  .ps-mobile-bar { display: none !important; }
  .ps-panel-close { display: none !important; }
  .ps-filter-drawer, .ps-filter-drawer-overlay { display: none !important; }
}

/* ── Mobile bottom bar ── */
@media (max-width: 680px) {
  .ps-mobile-bar {
    display: flex;
    position: fixed;
    bottom: 16px; left: 50%;
    transform: translateX(-50%);
    z-index: 2000;
    background: var(--ps-accent, #e8390e);
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0,0,0,.25);
    overflow: hidden;
    gap: 0;
  }
  .ps-mobile-bar-search,
  .ps-mobile-bar-filters {
    display: flex; align-items: center; gap: .45rem;
    padding: 0 20px; height: 50px;
    border: none; background: none;
    color: #fff; font-size: .9rem; font-weight: 700;
    font-family: inherit; cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation; white-space: nowrap;
  }
  .ps-mobile-bar-search { border-right: 1px solid rgba(255,255,255,.25); }
  .ps-mobile-bar-filters { position: relative; }
  .ps-bar-divider {
    width: 1px; height: 18px;
    background: rgba(255,255,255,.4);
    flex-shrink: 0;
  }
  .ps-filter-badge {
    position: absolute; top: 8px; right: 8px;
    min-width: 16px; height: 16px; border-radius: 8px;
    background: #fff; color: var(--ps-accent, #e8390e);
    font-size: .65rem; font-weight: 800;
    display: flex !important; align-items: center; justify-content: center;
    padding: 0 3px;
  }

  /* ── Panel mobile fixes ── */
  .ps-panel {
    padding-top: 0 !important;
  }
  .ps-panel-close {
    display: flex !important;
    position: absolute; top: 10px; right: 12px; z-index: 10;
    width: 36px; height: 36px; border-radius: 50%;
    border: none; background: #f0efeb;
    align-items: center; justify-content: center;
    color: #555; cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }
  .ps-panel-close:active { background: #e0dfdb; }

  /* Panel inner: single column on mobile */
  .ps-panel-inner {
    flex-direction: column !important;
    padding-top: 0 !important;
  }
  /* Hide desktop sidebar on mobile */
  .ps-sidebar {
    display: none !important;
  }
  /* Results area full width */
  .ps-results-area {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
  /* Inner search bar on mobile */
  .ps-inner-search-wrap {
    padding: 8px 12px !important;
  }
  .ps-inner-input {
    font-size: 1rem !important;
  }
}

/* ── Filters drawer ── */
.ps-filter-drawer {
  position: fixed; top: 0; left: 0;
  width: min(320px, 85vw); height: 100dvh;
  z-index: 3100;
  background: #fff;
  display: flex; flex-direction: column;
  transform: translateX(-100%);
  transition: transform .28s cubic-bezier(.4,0,.2,1);
  box-shadow: 4px 0 24px rgba(0,0,0,.15);
}
.ps-filter-drawer.open {
  transform: translateX(0);
}
.ps-filter-drawer-overlay {
  position: fixed; inset: 0; z-index: 3050;
  background: rgba(0,0,0,.4);
  opacity: 0; pointer-events: none;
  transition: opacity .28s;
}
.ps-filter-drawer-overlay.open {
  opacity: 1; pointer-events: auto;
}
.ps-filter-drawer-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: .9rem 1rem;
  border-bottom: 1px solid #e4e2dc;
  font-weight: 700; font-size: 1rem; flex-shrink: 0;
}
.ps-filter-drawer-close {
  width: 36px; height: 36px; border-radius: 50%;
  border: none; background: #f0efeb;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: #555;
  touch-action: manipulation;
}
.ps-filter-drawer-body {
  flex: 1; overflow-y: auto;
  padding: .75rem 1rem;
  -webkit-overflow-scrolling: touch;
}
/* Clone filter groups inside drawer */
.ps-filter-drawer-body .ps-filter-group { margin-bottom: .75rem; }
.ps-filter-drawer-body .ps-filter-head {
  padding: .6rem 0;
  border-bottom: 1px solid #f0efeb;
}
.ps-filter-drawer-foot {
  padding: .85rem 1rem;
  border-top: 1px solid #e4e2dc; flex-shrink: 0;
}
.ps-filter-drawer-apply {
  width: 100%; padding: .8rem;
  background: var(--ps-accent, #e8390e); color: #fff;
  border: none; border-radius: 50px;
  font-size: .95rem; font-weight: 700; font-family: inherit;
  cursor: pointer; touch-action: manipulation;
}
.ps-filter-drawer-apply:active { opacity: .85; }

/* ── Mobile logo bar ── */
.ps-mobile-logo-bar {
  display: none;
}
@media (max-width: 680px) {
  .ps-mobile-logo-bar {
    display: flex;
    align-items: center;
    padding: 10px 16px 6px;
    flex-shrink: 0;
  }
  .ps-mobile-logo {
    max-height: 36px;
    max-width: 140px;
    width: auto;
    height: auto;
    object-fit: contain;
  }
  /* Close button repositioned to not overlap logo */
  .ps-panel-close {
    top: 8px !important;
    right: 12px !important;
  }
}

/* ── Product images: always fully visible, centered ── */
.psc-img {
  object-fit: contain !important;
  object-position: center center !important;
}
/* Center image within its fixed-height container without breaking layout */
.psc-img-wrap {
  background-position: center !important;
}

/* ── Mobile panel unified header (logo + close) ── */
.ps-mobile-header {
  display: none;
}
@media (max-width: 680px) {
  .ps-mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px 10px 16px;
    border-bottom: 1px solid #ebebeb;
    flex-shrink: 0;
    background: var(--ps-bg, #fff);
  }
  .ps-mobile-logo {
    max-height: 34px;
    max-width: 130px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
  }
  .ps-mobile-header-close {
    width: 36px; height: 36px;
    border-radius: 50%;
    border: none;
    background: #f0efeb;
    display: flex; align-items: center; justify-content: center;
    color: #444; cursor: pointer; flex-shrink: 0;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  .ps-mobile-header-close:active { background: #e0dfdb; }

  /* Remove old standalone close button styles */
  .ps-panel-close { display: none !important; }
  /* Remove old logo bar if still present */
  .ps-mobile-logo-bar { display: none !important; }
}

/* ── Desktop sidebar logo ── */
.ps-sidebar-logo {
  padding: 18px 16px 12px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 8px;
}
.ps-sidebar-logo-img {
  max-height: 36px;
  max-width: 160px;
  width: auto; height: auto;
  object-fit: contain; display: block;
}
/* Hide on mobile (mobile header already has logo) */
@media (max-width: 680px) {
  .ps-sidebar-logo { display: none !important; }
}

/* ── Mobile: fix image visibility inside padding-bottom aspect ratio container ── */
@media (max-width: 680px) {
  .psc-img-wrap .psc-img {
    position: absolute !important;
    top: 0 !important; left: 0 !important;
    width: 100% !important; height: 100% !important;
    object-fit: contain !important;
  }
}
