.brand-series-grid{display:flex;gap:.75rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;padding-bottom:.25rem}.brand-series-grid::-webkit-scrollbar{height:4px}.brand-series-grid::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.brand-series-card{display:flex;flex-direction:column;flex-shrink:0;width:140px;background:#fff;border-radius:6px;overflow:hidden;text-decoration:none;color:inherit;transition:box-shadow .2s ease,transform .2s ease}.brand-series-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateY(-1px)}.brand-series-card__image{aspect-ratio:1;background:#f8f8f8;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:.5rem}.brand-series-card__image img{width:100%;height:100%;object-fit:contain}.brand-series-card__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.brand-series-card__placeholder img{width:32px;height:32px;opacity:.25}.brand-series-card__info{display:flex;flex-direction:column;padding:.5rem;gap:.0625rem}.brand-series-card__brand{font-size:.6rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-font-gray-2)}.brand-series-card__name{font-size:.75rem;font-weight:600;color:var(--color-dark);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}: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:#ffffff;--color-electric-lime:#efff36;--color-darker-electic-lime:#d7e531;--color-onyx-black:#161312;--color-pure-white:#ffffff;--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}.price-comparison{border:1px solid var(--cds-border-subtle);border-radius:8px;overflow:hidden}.price-comparison__header{display:grid;grid-template-columns:1fr 1fr 1fr;padding:.75rem 1rem;background:var(--cds-layer-02);font-size:.75rem;font-weight:600;color:var(--cds-text-secondary);text-transform:uppercase;letter-spacing:.02em}@media screen and (max-width:600px){.price-comparison__header{grid-template-columns:1fr 1fr}.price-comparison__header span:last-child{display:none}}.price-comparison__row{display:grid;grid-template-columns:1fr 1fr 1fr;padding:.75rem 1rem;border-top:1px solid var(--cds-border-subtle);text-decoration:none;color:var(--cds-text-primary);transition:background-color .15s}.price-comparison__row:hover{background:var(--cds-layer-hover)}@media screen and (max-width:600px){.price-comparison__row{grid-template-columns:1fr 1fr}.price-comparison__row .price-comparison__count{display:none}}.price-comparison__shop{display:flex;align-items:center;font-size:.875rem;font-weight:500}.price-comparison__price{font-size:.875rem;font-weight:600;color:var(--cds-text-primary)}.price-comparison__count{font-size:.8125rem;color:var(--cds-text-secondary)}.price-comparison__available{color:var(--cds-support-success)}