:root{--font-size-h1:36px;--font-size-h2:30px;--font-size-h3:24px;--font-size-h4:20px;--font-size-h5:17px;--font-size-h6:14px;--body-large-font-size:16px;--body-text-font-size:14px;--special-font-size:12px;--special-xs-font-size:11px;--line-height-h1:44px;--line-height-h2:38px;--line-height-h3:32px;--line-height-h4:28px;--line-height-h5:24px;--line-height-h6:20px;--body-large-line-height:24px;--body-text-line-height:22px;--special-line-height:18px;--special-xs-line-height:16px;--font-weight-semibold:600;--font-weight-medium:500;--font-weight-regular:400;--font-weight-light:300;--font-weight-bold:700;--color-dark:#040404;--color-dark-2:#161312;--color-moderate:#505050;--color-yellow:#efff36;--color-yellow-light:#fefcf5;--color-white:#fff;--color-electric-lime:#efff36;--color-darker-electic-lime:#d7e531;--color-onyx-black:#161312;--color-pure-white:#fff;--color-midnight-green:#0f291e;--color-slate-gray:#004225;--color-crimson-red:#dc143c;--color-red:#dc143c;--color-pink:#ff929f;--color-blue:#6351d3;--color-green:#04dc04;--color-forms:#282423;--color-forms-dark:#322e2c;--color-forms-disabled:#5b5b5b;--color-font-gray-2:#767676;--color-font-gray:#dadada;--color-success:#0fb91b;--color-warning:#ffc400;--color-error:#ed1c24;--color-divider:#bdbdbd;--color-gray:#f5f3f1;--color-gray-hover:#eae7e5;--color-gray-light:#f0edeb;--color-gray-muted:#727272;--color-gray-button:#ebe9e7;--color-strike:#666;--breakpoint-mobile:320px;--breakpoint-tablet:768px;--breakpoint-desktop:1024px;--font-bebas-neue:"Bayon", sans-serif}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.product-card{border-radius:2px;height:100%;transition:transform .3s;animation:.4s both fadeInUp;overflow:hidden}.product-card .product-link{flex-direction:column;height:100%;display:flex}.product-card:first-child{animation-delay:40ms}.product-card:nth-child(2){animation-delay:80ms}.product-card:nth-child(3){animation-delay:.12s}.product-card:nth-child(4){animation-delay:.16s}.product-card:nth-child(5){animation-delay:.2s}.product-card:nth-child(6){animation-delay:.24s}.product-card:nth-child(7){animation-delay:.28s}.product-card:nth-child(8){animation-delay:.32s}.product-card:nth-child(9){animation-delay:.36s}.product-card:nth-child(10){animation-delay:.4s}.product-card:nth-child(11){animation-delay:.44s}.product-card:nth-child(12){animation-delay:.48s}.product-card:nth-child(13){animation-delay:.52s}.product-card:nth-child(14){animation-delay:.56s}.product-card:nth-child(15){animation-delay:.6s}.product-card:nth-child(16){animation-delay:.64s}.product-card:nth-child(17){animation-delay:.68s}.product-card:nth-child(18){animation-delay:.72s}.product-card:nth-child(19){animation-delay:.76s}.product-card:nth-child(20){animation-delay:.8s}.product-card .discount-percentage{background-color:var(--color-yellow);color:var(--color-dark);border-radius:2px;margin-right:6px;padding:2px 6px;font-size:11px;font-weight:600}.product-card:hover .product-info{background-color:var(--color-gray-hover)}.product-card:hover .product-title{text-decoration:underline}.product-card:hover .product-thumbnail{transform:scale(1.05)}.product-card .skeleton-text{background-color:var(--color-font-gray)}.product-card .skeleton-text:before{background-color:var(--color-white)}.product-card .product-title-container{justify-content:flex-start;align-items:center;display:flex}.product-card .product-title{-webkit-line-clamp:2;color:var(--color-dark);text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.product-card .skeleton-icon{max-width:220px;height:200px}.product-card .product-source-text{color:var(--color-dark);text-transform:uppercase;letter-spacing:.05em;font-size:10px}.product-card .product-image{cursor:pointer;border:1px solid var(--color-divider);background-color:var(--color-white);border-bottom:none;border-radius:2px 2px 0 0;justify-content:center;align-items:center;height:180px;display:flex;overflow:hidden}@media (max-width:840px){.product-card .product-image{height:130px}}.product-card .product-image img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;transition:transform .3s}.product-card .product-image img.placeholder-image{-o-object-fit:contain;object-fit:contain;opacity:.3;width:auto;max-width:140px;height:auto;max-height:50px}.product-card .product-condition-tag{text-transform:uppercase;letter-spacing:.03em;background:var(--color-gray);color:var(--color-dark);border-radius:2px;padding:2px 6px;font-size:11px;font-weight:600}.product-card .product-condition-tag--new{background:var(--color-yellow);color:var(--color-dark)}.product-card .favorite-button{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.product-card .product-info{border:1px solid var(--color-divider);background:var(--color-white);cursor:pointer;border-top:none;border-radius:0 0 2px 2px;flex:1;height:210px;padding:12px;transition:background-color .3s}@media (max-width:840px){.product-card .product-info{height:auto;min-height:120px;padding:8px}}.product-card .product-info.product-info-notavailable{opacity:.5}.product-card .price-color{color:var(--color-dark);font-weight:var(--font-weight-bold);font-size:var(--font-size-h5)}@media (max-width:840px){.product-card .price-color{font-size:var(--font-size-h6)}}.product-card .product-small-info{font-family:var(--font-oswald);font-size:var(--special-font-size);line-height:var(--special-line-height);font-weight:var(--font-weight-regular);color:var(--color-moderate)}@media (max-width:840px){.product-card .product-small-info{font-size:10px;line-height:1.2}}
