@keyframes fadeInRow{0%{opacity:0}to{opacity:1}}.plr{border-bottom:1px solid var(--color-divider);grid-template-columns:120px 1fr auto;height:80px;text-decoration:none;transition:background-color .15s;animation:.25s both fadeInRow;display:grid}.plr:first-child{animation-delay:20ms}.plr:nth-child(2){animation-delay:40ms}.plr:nth-child(3){animation-delay:60ms}.plr:nth-child(4){animation-delay:80ms}.plr:nth-child(5){animation-delay:.1s}.plr:nth-child(6){animation-delay:.12s}.plr:nth-child(7){animation-delay:.14s}.plr:nth-child(8){animation-delay:.16s}.plr:nth-child(9){animation-delay:.18s}.plr:nth-child(10){animation-delay:.2s}.plr:nth-child(11){animation-delay:.22s}.plr:nth-child(12){animation-delay:.24s}.plr:nth-child(13){animation-delay:.26s}.plr:nth-child(14){animation-delay:.28s}.plr:nth-child(15){animation-delay:.3s}.plr:nth-child(16){animation-delay:.32s}.plr:nth-child(17){animation-delay:.34s}.plr:nth-child(18){animation-delay:.36s}.plr:nth-child(19){animation-delay:.38s}.plr:nth-child(20){animation-delay:.4s}.plr:hover{background-color:var(--color-gray-hover)}.plr:hover .plr__title{text-decoration:underline}.plr:hover .plr__img{background-color:var(--color-white)}.plr--unavailable{opacity:.5}@media (max-width:480px){.plr{grid-template-columns:90px 1fr auto;height:64px}}.plr__img{background:var(--color-white);overflow:hidden}.plr__img img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;display:block}.plr__img .plr__img-placeholder{opacity:.3}.plr__content{flex-direction:column;justify-content:center;gap:2px;padding:6px 16px;display:flex;overflow:hidden}@media (max-width:480px){.plr__content{padding:4px 10px}}.plr__tags{gap:4px;display:flex;overflow:hidden}.plr__tag{text-transform:uppercase;letter-spacing:.03em;background:var(--color-gray);color:var(--color-dark);border-radius:2px;flex-shrink:0;padding:1px 5px;font-size:10px;font-weight:600}.plr__tag--new{background:var(--color-yellow);color:var(--color-dark)}.plr__title{font-size:var(--font-size-h6);font-weight:var(--font-weight-semibold);line-height:var(--line-height-h6);color:var(--color-dark);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.plr__desc{color:var(--color-moderate);white-space:nowrap;text-overflow:ellipsis;font-size:11px;line-height:1.3;overflow:hidden}.plr__right{white-space:nowrap;flex-direction:column;justify-content:center;align-items:flex-end;padding:6px 12px;display:flex}@media (max-width:480px){.plr__right{padding:4px 8px}}.plr__price-row{align-items:center;gap:6px;display:flex}.plr__discount{background-color:var(--color-yellow);color:var(--color-dark);border-radius:2px;padding:2px 6px;font-size:11px;font-weight:600}.plr__price{font-size:var(--font-size-h5);font-weight:var(--font-weight-bold);color:var(--color-dark)}@media (max-width:480px){.plr__price{font-size:var(--font-size-h6)}}.plr__date{color:var(--color-moderate);font-size:11px}
@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.series-card{border:1px solid var(--color-divider);background:var(--color-white);border-radius:2px;flex-direction:column;animation:.4s both fadeInUp;display:flex;overflow:hidden}.series-card__header{align-items:center;gap:12px;padding:16px 16px 12px;display:flex}.series-card__brand-logo{-o-object-fit:contain;object-fit:contain;flex-shrink:0;width:auto;max-width:80px;height:24px}.series-card__title{color:var(--color-dark);white-space:nowrap;text-overflow:ellipsis;text-transform:capitalize;flex:1;min-width:0;margin:0;font-size:16px;font-weight:700;overflow:hidden}.series-card__image-link{display:block}.series-card__image{border-top:1px solid var(--color-divider);border-bottom:1px solid var(--color-divider);background-color:var(--color-white);justify-content:center;align-items:center;height:180px;display:flex;overflow:hidden}@media (max-width:840px){.series-card__image{height:140px}}.series-card__image img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;transition:transform .3s}.series-card__image img.placeholder-image{-o-object-fit:contain;object-fit:contain;opacity:.3;width:auto;max-width:140px;height:auto;max-height:50px}.series-card__image-link:hover .series-card__image img:not(.placeholder-image){transform:scale(1.05)}.series-card__stats{flex-wrap:wrap;gap:4px 16px;padding:12px 16px;display:flex}.series-card__stat{color:var(--color-moderate);font-size:13px}.series-card__stat strong{color:var(--color-dark)}.series-card__offers{border-top:1px solid var(--color-divider);margin:0;padding:0;list-style:none}.series-card__offer-row{border-bottom:1px solid var(--color-divider)}.series-card__offer-row:last-child{border-bottom:none}.series-card__offer-link{color:var(--color-dark);justify-content:space-between;align-items:center;padding:10px 16px;text-decoration:none;transition:background-color .2s;display:flex}.series-card__offer-link:hover{background-color:var(--color-gray)}.series-card__offer-meta{flex-shrink:0;align-items:center;gap:6px;margin-right:8px;display:flex}.series-card__condition-badge{border-radius:3px;flex-shrink:0;padding:2px 4px;font-size:9px;font-weight:700;line-height:1}.series-card__condition-badge--new{color:var(--color-dark);background-color:#d1fae5}.series-card__condition-badge--used{color:var(--color-dark);background-color:#ede9fe}.series-card__shop-logo{-o-object-fit:contain;object-fit:contain;flex-shrink:0;width:auto;max-width:50px;height:14px}.series-card__offer-title{color:var(--color-dark);text-overflow:ellipsis;white-space:nowrap;flex:1;margin-right:12px;font-size:13px;overflow:hidden}.series-card__offer-price{color:var(--color-dark);white-space:nowrap;align-items:center;gap:4px;font-size:14px;font-weight:600;display:flex}.series-card__footer{text-align:center;color:var(--color-dark);border-top:1px solid var(--color-divider);padding:12px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:background-color .2s;display:block}.series-card__footer:hover{background-color:var(--color-gray)}
