.brands-section{--brands-primary: #f97316;--brands-primary-rgb: 249, 115, 22;--brands-primary-foreground: #ffffff;--brands-background: #111111;--brands-background-elevated: #1a1a1a;--brands-background-card: #ffffff;--brands-border: #222;--brands-text: #fafafa;--brands-text-muted: #9ca3af;--brands-text-dark: #111;width:100%;background-color:var(--brands-background);font-family:var(--text-font-family, inherit)}.brands-section__hero{background-color:#000;border-bottom:1px solid var(--brands-border)}.brands-section__hero-inner{max-width:1152px;margin:0 auto;padding:48px 24px 32px;text-align:center}.brands-section__heading{font-family:var(--heading-font-family, inherit);font-size:clamp(2rem,5vw,2.625rem);line-height:1.1;color:var(--brands-primary);margin:0 0 12px;letter-spacing:-.02em}.brands-section__subtitle{color:var(--brands-text-muted);max-width:32rem;margin:0 auto 32px;line-height:1.6}.brands-section__search-wrap{max-width:24rem;margin:0 auto;position:relative}.brands-section__search{width:100%;padding:10px 16px 10px 40px;font-size:14px;color:var(--brands-text);background-color:var(--brands-background-elevated);border:1px solid #333;border-radius:8px;outline:none;transition:border-color .2s ease}.brands-section__search::placeholder{color:var(--brands-text-muted)}.brands-section__search:focus{border-color:var(--brands-primary)}.brands-section__search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--brands-text-muted);pointer-events:none}.brands-section__search-icon .icon{width:16px;height:16px;display:block}.brands-section__container{max-width:1152px;margin:0 auto;padding:40px 24px 48px}.brands-section__group{margin-bottom:56px}.brands-section__group-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:24px}.brands-section__group-title{display:inline-flex;align-items:center;gap:10px;font-family:var(--heading-font-family, inherit);font-size:1.25rem;color:var(--brands-primary);margin:0}.brands-section__group-title svg{width:20px;height:20px;flex-shrink:0}.brands-section__group-title--standalone{margin-bottom:24px}.brands-section__view-all{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:var(--brands-primary);text-decoration:none;transition:opacity .2s ease}.brands-section__view-all:hover{opacity:.9}.brands-section__view-all svg{width:14px;height:14px}.brands-section__grid{display:grid;gap:16px}.brands-section__grid--featured{grid-template-columns:repeat(2,1fr)}@media screen and (min-width:641px){.brands-section__grid--featured{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1000px){.brands-section__grid--featured{grid-template-columns:repeat(5,1fr)}}.brands-section__grid--simple{grid-template-columns:repeat(2,1fr)}@media screen and (min-width:641px){.brands-section__grid--simple{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:768px){.brands-section__grid--simple{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width:1000px){.brands-section__grid--simple{grid-template-columns:repeat(4,1fr)}}.brands-section__card{position:relative;border-radius:12px;background:var(--brands-background-card);border:2px solid transparent;box-shadow:0 2px 8px #0000002e;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.brands-section__card-link{text-decoration:none;color:inherit;display:block;height:100%}.brands-section__card--featured{display:flex;flex-direction:column;overflow:hidden}.brands-section__card--featured:hover{border-color:var(--brands-primary);box-shadow:0 8px 32px rgba(var(--brands-primary-rgb, 249, 115, 22),.22);transform:translateY(-4px)}.brands-section__card-accent{background-color:var(--brands-primary);border-radius:10px 10px 0 0;opacity:.5;transition:opacity .2s ease}.brands-section__card--featured:hover .brands-section__card-accent{opacity:1}.brands-section__badge{position:absolute;top:12px;right:12px;padding:4px 8px;font-size:10px;color:#fff;border-radius:9999px;background-color:var(--brands-primary);z-index:1}.brands-section__card-logo{display:flex;align-items:center;justify-content:center;min-height:110px;background:#f9fafb;border-bottom:1px solid #f1f1f1}.brands-section__card-logo img{width:300px;height:200px;object-fit:cover}.brands-section__card-name{font-size:22px;letter-spacing:.2em;text-transform:uppercase;color:var(--brands-text-dark)}.brands-section__card-body{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}.brands-section__card-category{font-size:16px;text-transform:uppercase;letter-spacing:.05em;color:var(--brands-primary);font-family:var(--heading-font-family)}.brands-section__card-tagline{font-size:14px;color:var(--brands-text-muted);margin:0;line-height:1.4}.brands-section__card-meta{font-size:12px;color:var(--brands-text-muted);margin-top:auto;padding-top:8px;border-top:1px solid #f3f4f6;display:none}.brands-section__card-cta{display:flex;align-items:center;gap:4px;font-size:16px;font-weight:700;color:var(--brands-primary);opacity:0;transition:opacity .2s ease;background:#000;border-radius:25px;text-align:center;justify-content:center}.brands-section__card--featured:hover .brands-section__card-cta{opacity:1}.brands-section__card-cta svg{width:12px;height:12px}.brands-section__card--simple{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 16px;text-align:center;min-height:140px}.brands-section__card--simple:hover{border-color:var(--brands-primary);box-shadow:0 4px 18px rgba(var(--brands-primary-rgb, 249, 115, 22),.18);transform:scale(1.04)}.brands-section__card-logo--simple{min-height:0;padding:0 0 8px;background:transparent;border:none}.brands-section__card:nth-child(3n) .brands-section__card-logo img,.brands-section__card:nth-child(4n) .brands-section__card-logo img,.brands-section__card:nth-child(5n) .brands-section__card-logo img,.brands-section__card:nth-child(7n) .brands-section__card-logo img{aspect-ratio:2.2}.brands-section__card-logo--simple img{width:auto;height:85px;object-fit:cover;object-position:center}.brands-section__card--simple .brands-section__card-name{font-size:14px;letter-spacing:.05em;transition:color .18s ease}.brands-section__card--simple:hover .brands-section__card-name{color:var(--brands-primary)}.brands-section__card-tagline-simple{font-size:14px;color:var(--brands-text-muted);display:block;margin-bottom:4px}.brands-section__card-cta-simple{font-size:14px;font-weight:700;color:var(--brands-primary);opacity:1;transition:opacity .2s ease}.brands-section__card--simple:hover .brands-section__card-cta-simple{opacity:1}.brands-section__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background-color:#2a2a2a;border-radius:12px;overflow:hidden;margin-bottom:56px}.brands-section__stat{text-align:center;padding:24px 16px;background-color:var(--brands-background-elevated)}.brands-section__stat-value{display:block;font-size:2.75rem;color:var(--brands-primary);font-family:var(--heading-font-family);margin-bottom:4px}.brands-section__stat-label{display:block;font-size:16px;color:var(--brands-text)}.brands-section__stat-sub{display:block;font-size:12px;color:var(--brands-text-muted);margin-top:2px}@media screen and (max-width:640px){.brands-section__hero-inner{padding:32px 20px 24px}.brands-section__container{padding:24px 20px 32px}.brands-section__group{margin-bottom:40px}.brands-section__stats{grid-template-columns:1fr;margin-bottom:40px}.brands-section__stat{padding:20px}}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
/*# sourceMappingURL=/cdn/shop/t/61/assets/brands-section.css.map */
