#psfs-backdrop[hidden], #psfs-panel[hidden] { display: none !important; }
#psfs-backdrop {
  position: fixed; inset: var(--psfs-top, 102px) 0 0; z-index: 999990;
  background: rgba(5, 14, 29, .63); backdrop-filter: blur(1.5px);
}
#psfs-panel {
  position: fixed; top: var(--psfs-top, 102px); left: 0; right: 0; z-index: 999991;
  max-height: calc(100dvh - var(--psfs-top, 102px) - 24px); overflow-x: hidden; overflow-y: auto;
  background: linear-gradient(145deg, #edf5ff 0%, #e7f2ff 54%, #eaf6f9 100%);
  box-shadow: 0 14px 36px rgba(5, 24, 48, .23); border-radius: 0 0 13px 13px;
  color: #102543; overscroll-behavior: contain;
}
#psfs-panel * { box-sizing: border-box; }
#psfs-panel .psfs-content { width: min(100%, 1720px); margin: 0 auto; padding: 11px 34px 17px; }
#psfs-panel .psfs-section + .psfs-section { margin-top: 11px; }
#psfs-panel .psfs-heading { text-align: center; margin: 0 0 7px; }
#psfs-panel .psfs-heading h2 { margin: 0; color: #112b4d; font-size: 18px; line-height: 1.25; font-weight: 800; letter-spacing: .025em; }
#psfs-panel .psfs-carousel-shell { position: relative; }
#psfs-panel .psfs-track { display: flex; align-items: stretch; gap: 9px; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; -ms-overflow-style: none; padding: 0 1px 3px; touch-action: pan-x; }
#psfs-panel .psfs-track::-webkit-scrollbar { display: none; }
#psfs-panel .psfs-card { flex: 0 0 calc(11.7647% - 8.5px); min-width: 0; height: auto; overflow: hidden; background: #fff; border: 1px solid #dce8f3; border-radius: 10px; box-shadow: 0 2px 8px rgba(16, 49, 82, .07); scroll-snap-align: start; padding: 5px 7px 8px; display: flex; flex-direction: column; }
#psfs-panel .psfs-card-image { display: block; flex: 0 0 auto; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 7px; background: #fff; }
#psfs-panel .psfs-card-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
#psfs-panel .psfs-card-title { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; min-height: 33px; max-height: 33px; margin: 5px 0 3px; color: #1c2f46; font-size: 11px; font-weight: 650; line-height: 1.42; text-decoration: none; }
#psfs-panel .psfs-card-title:hover { color: #005cb5; }
#psfs-panel .psfs-card-shipping { display: flex; width: 100%; min-height: 20px; align-items: center; justify-content: center; gap: 4px; margin: 1px 0 4px; padding: 3px 4px; border-radius: 5px; font-size: 8px; font-weight: 800; line-height: 1.2; letter-spacing: .012em; text-align: center; text-transform: uppercase; }
#psfs-panel .psfs-card-shipping--fast { color: #087a35; background: #e9f9ee; border: 1px solid #bfe9cd; }
#psfs-panel .psfs-card-shipping--soon { color: #0759b7; background: #eaf3ff; border: 1px solid #c9ddf8; }
#psfs-panel .psfs-card-shipping--delayed { color: #945100; background: #fff4dd; border: 1px solid #f1d6a5; }
#psfs-panel .psfs-card-shipping-icon { flex: 0 0 auto; font-size: 10px; line-height: 1; }
#psfs-panel .psfs-card-badge-slot { min-height: 18px; margin: 1px 0 6px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 3px; overflow: visible; text-align: center; }
#psfs-panel .psfs-badge { display: inline-block; max-width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; border-radius: 3px; padding: 2px 5px; color: #fff; background: #0b7748; font-size: 8px; font-weight: 800; line-height: 1.3; letter-spacing: .025em; }
#psfs-panel .psfs-badge-new { background: #0867bb; }
#psfs-panel .psfs-badge-offer { background: #d7272f; }
#psfs-panel .psfs-badge-best { animation: psfsBestPulse 1.45s ease-in-out infinite; transform-origin: center; }
@keyframes psfsBestPulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .68; transform: scale(1.045); } }
#psfs-panel .psfs-card-price { margin-top: auto; min-height: 21px; padding-top: 1px; color: #102543; font-size: 16px; font-weight: 900; line-height: 1.25; text-align: center; white-space: normal; overflow: visible; }
#psfs-panel .psfs-card-price del { color: #687b90; font-size: 11px; font-weight: 500; }
#psfs-panel .psfs-card-price ins { text-decoration: none; }
#psfs-panel .psfs-arrow { position: absolute; top: 50%; z-index: 2; display: grid; place-items: center; width: 32px !important; min-width: 32px !important; max-width: 32px !important; height: 32px !important; min-height: 32px !important; max-height: 32px !important; aspect-ratio: 1 / 1; transform: translateY(-50%); border: 0 !important; border-radius: 50% !important; background: #fff; color: #173653; box-shadow: 0 2px 10px rgba(0,0,0,.18); font-size: 25px; line-height: 1 !important; text-align: center; cursor: pointer; padding: 0 !important; margin: 0 !important; }
#psfs-panel .psfs-prev { left: -16px; } #psfs-panel .psfs-next { right: -16px; }
#psfs-panel .psfs-close { position: sticky; float: right; top: 6px; right: 6px; z-index: 4; width: 25px; height: 25px; margin: 5px 8px -30px 0; padding: 0; border: 0; border-radius: 50%; color: #24425e; background: #fff; font-size: 20px; line-height: 22px; box-shadow: 0 1px 5px rgba(0,0,0,.15); cursor: pointer; }
#psfs-panel .psfs-loading, #psfs-panel .psfs-error { text-align: center; margin: 25px 0; color: #395775; }
@media (max-width: 767px) {
  #psfs-panel { max-height: calc(100dvh - var(--psfs-top, 156px) - 10px); border-radius: 0 0 9px 9px; }
  #psfs-panel .psfs-content { padding: 10px 12px 13px; }
  #psfs-panel .psfs-section + .psfs-section { margin-top: 9px; }
  #psfs-panel .psfs-heading { margin-bottom: 6px; }
  #psfs-panel .psfs-heading h2 { font-size: 15px; }
  #psfs-panel .psfs-track { gap: 7px; }
  #psfs-panel .psfs-card { flex-basis: calc(40% - 5.6px); height: auto; padding: 4px 5px 7px; border-radius: 8px; }
  #psfs-panel .psfs-card-image { width: 100%; aspect-ratio: 1 / 1; }
  #psfs-panel .psfs-card-title { font-size: 10px; min-height: 30px; max-height: 30px; margin-top: 4px; }
  #psfs-panel .psfs-card-shipping { min-height: 19px; gap: 3px; padding: 3px; font-size: 7.5px; letter-spacing: 0; }
  #psfs-panel .psfs-card-shipping-icon { font-size: 9px; }
  #psfs-panel .psfs-card-price { font-size: 15px; }
  #psfs-panel .psfs-arrow { display: none; }
  #psfs-panel .psfs-close { width: 23px; height: 23px; font-size: 18px; }
}
@media (prefers-reduced-motion: reduce) { #psfs-panel .psfs-badge-best { animation: none; } }
