/* ============================================================================
   SZD UNIFIED PRODUCT-SLIDER SYSTEM (szd-ps) — sitewide.
   Any block rendered by g_relatedcrosssellingproducts (ps17_productlist_slider.tpl)
   — and any future slider that emits .szd-ps markup — automatically gets the
   home-page look: pastel gradient box, floating icon, snap-scroll cards, pink
   price + توman, % discount badge, entrance + float motion (no reduce guard).
   Variants rotate by rule id (szd-ps--v0..v5); override per rule via the
   optional config key {id}_showin_{page}_SZDV = 0..5.
   ============================================================================ */
.szd-ps{position:relative;border-radius:22px;padding:14px 12px 6px;margin:16px 10px !important;width:auto !important;max-width:none !important;left:auto !important;right:auto !important;transform:none;overflow:hidden;border:1px solid rgba(0,0,0,.04);box-sizing:border-box}
.szd-ps--v0{background:linear-gradient(135deg,#fbe1ef,#f6c9e0)}
.szd-ps--v1{background:linear-gradient(135deg,#e7defa,#d2c2f2)}
.szd-ps--v2{background:linear-gradient(135deg,#def7e7,#bfeccf)}
.szd-ps--v3{background:linear-gradient(135deg,#fdf3d8,#f8e3a8)}
.szd-ps--v4{background:linear-gradient(135deg,#dceefb,#bfdef5)}
.szd-ps--v5{background:linear-gradient(135deg,#ffe8de,#fdcfc0)}
/* twinkles on the box */
.szd-ps::before,.szd-ps::after{content:'';position:absolute;border-radius:50%;background:#fff;opacity:.55;pointer-events:none}
.szd-ps::before{width:9px;height:9px;top:14px;left:18px;animation:szdPsTw 2.8s ease-in-out infinite}
.szd-ps::after{width:6px;height:6px;bottom:18px;left:46px;animation:szdPsTw 3.5s ease-in-out 1.2s infinite}
@keyframes szdPsTw{0%,100%{opacity:.25;transform:scale(.8)}50%{opacity:.9;transform:scale(1)}}
@keyframes szdPsUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
@keyframes szdPsFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
.szd-ps__head{display:flex;align-items:center;gap:9px;margin:0 2px 12px;animation:szdPsUp .45s cubic-bezier(.2,.8,.3,1) both}
.szd-ps__ic{flex:0 0 38px;width:38px;height:38px;border-radius:12px;background:rgba(255,255,255,.85);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px rgba(0,0,0,.08);animation:szdPsFloat 3.8s ease-in-out infinite}
.szd-ps__ic svg{width:21px;height:21px;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.szd-ps--v0 .szd-ps__ic svg{stroke:#c43c6e}.szd-ps--v1 .szd-ps__ic svg{stroke:#6d54b8}
.szd-ps--v2 .szd-ps__ic svg{stroke:#1c8f4c}.szd-ps--v3 .szd-ps__ic svg{stroke:#b8860b}
.szd-ps--v4 .szd-ps__ic svg{stroke:#2470a8}.szd-ps--v5 .szd-ps__ic svg{stroke:#c25a35}
.szd-ps__title{flex:1;margin:0;font-size:1.02rem;font-weight:800;line-height:1.7}
.szd-ps--v0 .szd-ps__title{color:#a32f5d}.szd-ps--v1 .szd-ps__title{color:#58419c}
.szd-ps--v2 .szd-ps__title{color:#166b3a}.szd-ps--v3 .szd-ps__title{color:#8a6508}
.szd-ps--v4 .szd-ps__title{color:#1d5a87}.szd-ps--v5 .szd-ps__title{color:#a34a28}
.szd-ps__chip{display:inline-flex;align-items:center;gap:4px;background:#fff;border-radius:999px;padding:4px 11px;font-size:.72rem;font-weight:800;color:#1c8f4c;box-shadow:0 2px 6px rgba(0,0,0,.07)}
/* snap-scroll track (no JS slider lib needed) */
.szd-ps__track{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:2px 2px 12px;scrollbar-width:none}
.szd-ps__track::-webkit-scrollbar{display:none}
.szd-ps__card{flex:0 0 44%;max-width:178px;min-width:148px;scroll-snap-align:start;background:#fff;border-radius:16px;padding:9px 9px 11px;text-decoration:none!important;box-shadow:0 5px 14px rgba(0,0,0,.07);display:flex;flex-direction:column;animation:szdPsUp .5s cubic-bezier(.2,.8,.3,1) both;transition:transform .15s}
.szd-ps__card:active{transform:scale(.97)}
.szd-ps__card:nth-child(2){animation-delay:.07s}.szd-ps__card:nth-child(3){animation-delay:.14s}
.szd-ps__card:nth-child(4){animation-delay:.21s}.szd-ps__card:nth-child(n+5){animation-delay:.28s}
.szd-ps__imgbox{position:relative;display:block;width:100%;height:0;padding-bottom:100%;border-radius:12px;background:#fff;overflow:hidden;border:1px solid #f4eef1}
.szd-ps__imgbox img{position:absolute;inset:8%;width:84%;height:84%;object-fit:contain}
.szd-ps__off{position:absolute;top:7px;left:7px;background:linear-gradient(135deg,#e0518a,#d23b6e);color:#fff;font-size:.72rem;font-weight:800;border-radius:9px;padding:3px 8px;box-shadow:0 3px 8px rgba(210,59,110,.3);direction:ltr}
.szd-ps__name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#3D2C2E;font-size:.82rem;font-weight:800;line-height:1.85;margin:9px 1px 7px;min-height:3em}
.szd-ps__price{margin-top:auto;display:flex;flex-direction:column;gap:1px;min-height:38px;justify-content:flex-end}
.szd-ps__price del{color:#b9a3af;font-size:.74rem;font-weight:600;text-decoration:line-through}
.szd-ps__price b{color:#d23b6e;font-size:.95rem;font-weight:800;line-height:1.5}
/* SL3: «تومان» = the SAME masked SVG glyph the home sliders use (ishop-currency-irt) */
.szd-ps__cur{position:relative;display:inline-block;width:1.05em;height:1em;vertical-align:-.14em;margin-right:4px;text-indent:-9999em;overflow:hidden;background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;font-size:.82em;-webkit-mask-image:url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2213%22%20height%3D%2212%22%20viewBox%3D%220%200%2013%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.32%206.12c.32-.16.55-.31.79-.54.16-.23.31-.46.47-.69.08-.31.16-.61.16-.92h7.49c.47%200%20.87-.15%201.18-.38.24-.31.4-.69.4-1.23V.5h-1.03v1.77c0%20.38-.24.62-.63.62H3.74v-.39c0-.38-.08-.61-.16-.92%200-.23-.15-.46-.31-.61-.16-.15-.31-.23-.47-.31-.24-.08-.47-.15-.63-.15-.31%200-.55.07-.79.15-.15.15-.39.23-.47.46-.16.15-.31.31-.31.54-.08.23-.16.46-.16.69%200%20.23%200%20.46.08.69.08.23.16.38.24.54.16.08.31.23.55.31.24.08.47.08.87.08h.63c0%20.15-.08.31-.08.46-.08.15-.24.31-.31.46-.08.08-.24.15-.47.23-.16.08-.39.15-.63.15H.27v1.08h1.02c.39-.08.71-.15%201.03-.23ZM2.16%202.89c-.31%200-.47%200-.63-.15-.08-.08-.16-.23-.16-.46s.08-.46.16-.54c.16-.08.31-.15.55-.15s.39.07.55.23c.16.15.16.38.16.69v.46h-.63v-.08Z%22%2F%3E%3Cpath%20d%3D%22M10.44.5H7.45v.92h2.99V.5Z%22%2F%3E%3Cpath%20d%3D%22M12.73%208.5c-.08-.23-.16-.38-.31-.54-.16-.15-.31-.31-.55-.38-.16-.08-.39-.15-.63-.15s-.47.07-.71.15c-.24.08-.39.23-.55.38-.16.16-.24.31-.31.54-.08.23-.08.46-.08.69v.23c0%20.23-.08.31-.16.46-.16.08-.31.15-.55.15h-.31c-.16%200-.31-.07-.39-.15-.08-.15-.16-.31-.16-.46V5.73H6.97v3.85c0%20.31%200%20.54.08.69.08.15.16.31.31.46.16.08.24.23.47.23.16.08.31.08.55.08h.55c.16%200%20.39-.08.55-.15.16-.08.39-.23.47-.46.16.23.31.38.55.46.24.08.47.15.79.15.47%200%20.95-.15%201.18-.46.32-.31.47-.77.47-1.31-.08-.31-.16-.54-.24-.77ZM11.23%209.97c-.24%200-.39-.08-.47-.16-.24-.15-.24-.31-.24-.54s.08-.38.16-.54c.08-.15.31-.23.55-.23s.47.08.55.23c.08.16.16.31.16.54-.08.46-.31.69-.71.7Z%22%2F%3E%3Cpath%20d%3D%22M4.92%208.5c0%20.23%200%20.38-.08.61-.08.15-.16.31-.24.46-.16.15-.31.23-.47.31-.16.08-.39.15-.71.15h-.71c-.24%200-.47%200-.71-.08-.16-.15-.31-.23-.39-.38-.08-.15-.24-.31-.24-.46-.08-.15-.08-.38-.08-.61V7.66H.27v.92c0%20.77.24%201.39.63%201.85.39.46.95.69%201.74.69h.79c.39%200%20.71-.08%201.03-.23.31-.15.55-.31.79-.54.24-.23.39-.54.47-.85.08-.31.16-.61.16-.99V5.73l-1.03-.08.08%202.85Z%22%2F%3E%3Cpath%20d%3D%22M3.74%207.43H2.56v1.08h1.18V7.43Z%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2213%22%20height%3D%2212%22%20viewBox%3D%220%200%2013%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.32%206.12c.32-.16.55-.31.79-.54.16-.23.31-.46.47-.69.08-.31.16-.61.16-.92h7.49c.47%200%20.87-.15%201.18-.38.24-.31.4-.69.4-1.23V.5h-1.03v1.77c0%20.38-.24.62-.63.62H3.74v-.39c0-.38-.08-.61-.16-.92%200-.23-.15-.46-.31-.61-.16-.15-.31-.23-.47-.31-.24-.08-.47-.15-.63-.15-.31%200-.55.07-.79.15-.15.15-.39.23-.47.46-.16.15-.31.31-.31.54-.08.23-.16.46-.16.69%200%20.23%200%20.46.08.69.08.23.16.38.24.54.16.08.31.23.55.31.24.08.47.08.87.08h.63c0%20.15-.08.31-.08.46-.08.15-.24.31-.31.46-.08.08-.24.15-.47.23-.16.08-.39.15-.63.15H.27v1.08h1.02c.39-.08.71-.15%201.03-.23ZM2.16%202.89c-.31%200-.47%200-.63-.15-.08-.08-.16-.23-.16-.46s.08-.46.16-.54c.16-.08.31-.15.55-.15s.39.07.55.23c.16.15.16.38.16.69v.46h-.63v-.08Z%22%2F%3E%3Cpath%20d%3D%22M10.44.5H7.45v.92h2.99V.5Z%22%2F%3E%3Cpath%20d%3D%22M12.73%208.5c-.08-.23-.16-.38-.31-.54-.16-.15-.31-.31-.55-.38-.16-.08-.39-.15-.63-.15s-.47.07-.71.15c-.24.08-.39.23-.55.38-.16.16-.24.31-.31.54-.08.23-.08.46-.08.69v.23c0%20.23-.08.31-.16.46-.16.08-.31.15-.55.15h-.31c-.16%200-.31-.07-.39-.15-.08-.15-.16-.31-.16-.46V5.73H6.97v3.85c0%20.31%200%20.54.08.69.08.15.16.31.31.46.16.08.24.23.47.23.16.08.31.08.55.08h.55c.16%200%20.39-.08.55-.15.16-.08.39-.23.47-.46.16.23.31.38.55.46.24.08.47.15.79.15.47%200%20.95-.15%201.18-.46.32-.31.47-.77.47-1.31-.08-.31-.16-.54-.24-.77ZM11.23%209.97c-.24%200-.39-.08-.47-.16-.24-.15-.24-.31-.24-.54s.08-.38.16-.54c.08-.15.31-.23.55-.23s.47.08.55.23c.08.16.16.31.16.54-.08.46-.31.69-.71.7Z%22%2F%3E%3Cpath%20d%3D%22M4.92%208.5c0%20.23%200%20.38-.08.61-.08.15-.16.31-.24.46-.16.15-.31.23-.47.31-.16.08-.39.15-.71.15h-.71c-.24%200-.47%200-.71-.08-.16-.15-.31-.23-.39-.38-.08-.15-.24-.31-.24-.46-.08-.15-.08-.38-.08-.61V7.66H.27v.92c0%20.77.24%201.39.63%201.85.39.46.95.69%201.74.69h.79c.39%200%20.71-.08%201.03-.23.31-.15.55-.31.79-.54.24-.23.39-.54.47-.85.08-.31.16-.61.16-.99V5.73l-1.03-.08.08%202.85Z%22%2F%3E%3Cpath%20d%3D%22M3.74%207.43H2.56v1.08h1.18V7.43Z%22%2F%3E%3C%2Fsvg%3E")}
/* empty-safe */
.szd-ps:has(.szd-ps__track:empty){display:none}
