.site-price-line { display:flex; align-items:center; flex-wrap:wrap; gap:7px 12px; }
.product-details-purchase-card .site-price-line :is(strong,small) { font-weight:400; }
del.site-price-old { position:relative; display:inline-block; flex-shrink:0; color:rgba(210,216,229,.56); font-size:14px; font-weight:400; line-height:1.2; text-decoration:none; white-space:nowrap; }
del.site-price-old::before { position:absolute; top:50%; right:-5px; left:-5px; height:19px; background:url('/static/Assets/StrokeLine.png') center/100% 100% no-repeat; filter:drop-shadow(0 0 3px rgba(255,36,50,.38)); opacity:.94; content:""; transform:translateY(-50%) rotate(-1.5deg) scaleX(1.03); pointer-events:none; }
.site-discount-badge { display:inline-flex; align-items:center; justify-content:center; flex:0 0 auto; min-height:22px; padding:3px 7px; border:1px solid rgba(97,223,162,.35); border-radius:5px; background:rgba(56,214,137,.075); color:#85e6b3; font-size:10px; font-weight:400; line-height:1; white-space:nowrap; vertical-align:middle; }
