@media (max-width:600px){.available-offers-heading{display:none}}.product-grid{box-sizing:border-box;gap:2rem;width:100%;padding:0 12px 16px;grid-template-columns:repeat(auto-fit,minmax(min(100%,370px),1fr))!important;display:grid!important}#product-list{box-sizing:border-box;max-width:100%;overflow-x:clip}.product-card{background-color:var(--surface-1);border:1px solid var(--surface-3);box-sizing:border-box;border-radius:10px;flex-direction:column;justify-content:space-between;max-width:100%;height:auto;min-height:0;margin-bottom:1.2rem;padding:1rem;display:flex;overflow:hidden}.product-card>*{min-width:0}.product-card h2{color:#fff;min-height:48px;margin-bottom:0}.product-title{word-break:break-word}.content-row{align-items:center;gap:18px;display:flex}.image-container{background:0 0;justify-content:center;align-items:center;width:140px;min-width:140px;display:flex}.image-box{border-radius:10px;display:inline-block;position:relative;overflow:hidden}.main-image{border:1px solid var(--border);filter:brightness(.9);object-fit:contain;background:#fff;border-radius:10px;width:120px;max-width:120px;height:110px;max-height:110px;margin:0;padding:5px;display:block;box-shadow:0 0 10px #00000080}.pack-badge{color:#fff;border:1px solid var(--surface-3);background:#000000a6;border-radius:6px 0 6px 6px;padding:2px 6px;font-size:12px;line-height:1.2;position:absolute;bottom:0;right:0}.details-container{flex:1;align-items:center;min-width:0;display:flex}.product-details{text-align:left;justify-content:flex-start;align-items:center;width:100%;margin-bottom:0;display:flex}.set-logo-container{flex-shrink:0;justify-content:center;align-items:center;width:120px;min-width:120px;height:56px;margin:0 auto;display:flex}.set-logo-image{object-fit:contain;object-position:center center;width:auto;max-width:120px;height:auto;max-height:56px;display:block}.product-details span{color:var(--text-muted);font-size:var(--font-size-lg)}.matches{margin-top:auto}.offer .shop-info-row{justify-content:space-between;align-items:flex-start;width:100%;margin-bottom:.2rem;display:flex}.offer .shop-logo{vertical-align:middle;flex-shrink:0;width:26px;margin-right:6px}.offer .shop-name{font-size:var(--font-size-lg);color:#fff;white-space:nowrap;text-overflow:ellipsis;max-width:120px;font-weight:700;overflow:hidden}.offer .product-price{color:#fff;font-weight:700;font-size:var(--font-size-lg);text-align:right;line-height:1}.offer .price-per-pack{color:var(--text-muted);font-size:var(--font-size-md);text-align:right;margin-top:2px;line-height:1}.offer .product-title{align-items:center;gap:6px;width:100%;margin-top:8px;display:flex}.offer .match-link{color:var(--accent);white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:13.6px;font-weight:500;text-decoration:none;display:inline-block;overflow:hidden}.offer .product-title .match-link{flex:1;min-width:0}.offer .match-link:hover{color:#fff;text-decoration:underline}.offer .shop-info strong{color:#fff}.price-container{text-align:right;min-width:80px}.offer .actions{justify-content:flex-end;width:100%;margin-top:6px;display:flex}.mark-wrong-btn{background:var(--surface-3);color:#fff;font-size:var(--font-size-md);white-space:nowrap;cursor:pointer;border:none;border-radius:4px;padding:4px 8px}.mark-wrong-btn.is-marked{background:var(--danger)}.mark-wrong-btn.is-waiting{cursor:wait;opacity:.6}.toggle-container{min-height:38px}.other-offers{display:none}.product-details.has-margin{margin-bottom:12px}.shop-left{align-items:center;min-width:0;display:flex}.available-offers-heading{color:#fff;font-weight:700;font-size:var(--font-size-lg);margin-bottom:.8rem}.offer{border:1.5px solid var(--primary);background:#23272f;border-radius:8px;margin-right:4px;padding:.8rem}.shop-info-row{align-items:center;gap:8px;display:flex}.product-title-row.offer-title-row{align-items:center;gap:8px;margin-top:4px;margin-bottom:4px;display:flex}.product-title-row.offer-title-row .match-link{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.offer-language-row{align-items:center;gap:8px;margin-top:4px;display:flex}.offer-language-badge{flex-shrink:0}.other-offer{border:1px solid var(--border);background:#2c2c2c;border-radius:8px;margin-bottom:8px;padding:.8rem}.other-offer-row{justify-content:space-between;align-items:flex-start;margin-bottom:.4rem;display:flex}.other-offer-shop-row{align-items:center;gap:6px;display:flex}.other-offer-shop-logo{object-fit:contain;flex-shrink:0;width:26px;height:26px}.other-offer-shop-name{color:#fff;font-weight:700;font-size:var(--font-size-lg);white-space:nowrap;text-overflow:ellipsis;max-width:120px;overflow:hidden}.other-offer-price-row{text-align:right}.offer-price{color:#fff;font-weight:700;font-size:var(--font-size-md);line-height:1}.offer-price-per-pack{color:var(--text-muted);margin-top:2px;font-size:.7rem;line-height:1;display:block}.other-offer-title-row{color:#e0e0e0;font-size:var(--font-size-md);margin-bottom:.4rem}.other-offer-title-link{color:#e0e0e0;text-decoration:none}.other-offer-language-row{align-items:center;gap:4px;display:flex}.other-offer-language-badge{flex-shrink:0}.show-more-offers-btn{color:var(--accent);font-size:var(--font-size-md);text-transform:none;cursor:pointer;background:0 0;border:none;margin-top:.5rem}.expand-card-icon{background-color:var(--primary);color:#fff;font-size:var(--font-size-sm);cursor:pointer;z-index:4;border-radius:0 10px;justify-content:center;align-items:center;width:60px;height:30px;font-weight:700;transition:background-color .12s,transform 80ms;display:flex;position:absolute;bottom:0;left:0;box-shadow:0 2px 6px #00000040}.expand-card-icon:hover{background-color:var(--primary-hover);transform:translateY(-1px)}.expand-card-icon span{line-height:1}.expand-card-icon{background-clip:padding-box;border:none;padding:0}.expand-card-icon:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.expand-card-icon span{display:inline-block}.product-card{position:relative}@media (max-width:640px){.product-grid{grid-template-columns:1fr!important;gap:2px!important;padding:0 0 16px!important;display:grid!important}.matches{padding-top:.75rem;margin-top:0!important}.product-card{margin-bottom:2px;padding:10px .75rem .75rem;position:relative;overflow:hidden}.content-row{flex-wrap:nowrap;gap:10px}.image-container{flex-shrink:0;justify-content:center;align-items:center;height:auto;display:flex;position:static;width:92px!important;min-width:92px!important}.main-image{width:80px;max-width:80px;height:74px;max-height:74px}.pack-badge{font-size:11px;bottom:0;right:0}.product-card h2{min-height:0!important}.product-title-row{min-width:0;display:flex}.product-title{color:#fff;text-align:left;white-space:normal;word-break:break-word;overflow-wrap:anywhere;-webkit-line-clamp:2;line-clamp:2;background:0 0;-webkit-box-orient:vertical;margin:0;padding:0;font-size:14px;font-weight:600;line-height:1.25;display:-webkit-box;position:static}.product-metadata-chips,.offer-metadata-chips{gap:4px}.product-details.has-margin{margin-bottom:6px}.offer{height:auto;margin-bottom:4px;padding:.5rem}.offer .shop-info-row{align-items:center;margin:0}.offer .shop-logo{width:22px;margin-right:4px}.offer .shop-name{max-width:55%;font-size:13px}.offer .product-price{font-size:13px}.offer .price-per-pack{font-size:11px}.offer .shop-product-title{height:auto;line-height:1.3}.offer .match-link{font-size:12px}.offer .language{text-align:left;width:auto}.offer .fi{font-size:20px}.other-offer{margin-bottom:6px;padding:.5rem}.other-offer-row{flex-wrap:wrap;gap:6px}.other-offer-shop-name{max-width:60%}.other-offer-price-row{text-align:right;margin-left:auto}.other-offer-title-link{word-break:break-word;overflow-wrap:anywhere}.mark-wrong-btn{font-size:var(--font-size-sm);padding:3px 6px}.toggle-container{min-height:0}.spacer-38{height:0}.toggle-button{display:none}}
