: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{overflow:hidden;border-radius:4px;transition:transform .3s ease;animation:fadeInUp .4s ease both}.product-card:first-child{animation-delay:.04s}.product-card:nth-child(2){animation-delay:.08s}.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);padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;margin-right:8px}.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 .cds--skeleton__text{background-color:var(--color-font-gray)}.product-card .cds--skeleton__text:before{background-color:var(--color-white)}.product-card .product-title-container{display:flex;justify-content:flex-start;align-items:center}.product-card .product-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;color:var(--color-dark);text-overflow:ellipsis}.product-card .cds--icon--skeleton{height:200px;max-width:220px}.product-card .product-source-text{font-size:10px;color:var(--color-dark);text-transform:uppercase;letter-spacing:.05em}.product-card .product-image{height:200px;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer;border:1px solid var(--color-divider);border-bottom:none;border-radius:4px 4px 0 0;background-color:var(--color-white)}.product-card .product-image img{flex-shrink:0;-o-object-fit:contain;object-fit:contain;max-width:100%;max-height:200px;width:auto;height:auto;transition:transform .3s ease}@media(max-width:41.98rem){.product-card .product-image img{max-width:100%}}.product-card .product-image img.placeholder-image{max-width:140px;max-height:50px;opacity:.3}.product-card .favorite-button{background:none;border:none;display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer}.product-card .product-info{height:210px;border:1px solid var(--color-divider);border-top:none;border-radius:0 0 4px 4px;padding:16px;background:var(--color-white);cursor:pointer;transition:background-color .3s ease}.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)}.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)}