.brands-page .section-title{display:flex;column-gap:1rem;align-items:center;margin-top:.5rem;margin-bottom:.5rem}.brands-page .section-title h1{font-size:1.75rem;margin-top:.25rem;margin-bottom:0;color:#595959}.brands-page .section-title .line{flex:auto;height:0px;border:1px solid #595959}.brands-page .featured-brands{display:flex;flex-wrap:wrap;justify-content:center;gap:30px}.brands-page .featured-brands .brand{position:relative;display:flex;flex-direction:column;gap:1rem;width:calc(33.3% - 20px);color:#fff;background:linear-gradient(to bottom, #333, #c1c1c1);border-radius:15px;box-shadow:0px 10px 10px #ccc}.brands-page .featured-brands .brand-info{display:flex;flex-direction:column;justify-content:space-between;height:100%}.brands-page .featured-brands .brand-info-section-title{padding:15px 20px 0}.brands-page .featured-brands .brand-info-section-title .logo{float:right;max-width:140px;margin:5px 0 5px 10px}.brands-page .featured-brands .brand-info-section-title .brand-title{font-size:24px;font-weight:600}.brands-page .featured-brands .brand-info-description{padding:0 10px;text-align:center}.brands-page .featured-brands .brand-info .more-info-link{align-self:center;text-align:center;font-size:20px;color:#ccc}.brands-page .featured-brands .brand-image{width:100%;border-bottom-left-radius:15px;border-bottom-right-radius:15px}.brands-page .featured-brands .brand .shop-btn{position:absolute;left:0;right:0;bottom:25px;width:fit-content;margin-inline:auto;padding:2px 10px;background-color:rgba(234,234,234,.8196078431);color:#333;border-radius:7px;opacity:88%;text-transform:uppercase;text-decoration:none;font-size:18px;font-weight:600}@media(max-width: 991px){.brands-page .featured-brands .brand{width:calc(50% - 15px)}}.brands-page .brand-search{display:flex;gap:10px;background-color:#395483;padding:10px;border-radius:7px}.brands-page .brand-search .filter-input-group{position:relative;display:flex;flex-wrap:nowrap;align-items:center;gap:5px;color:#939393}.brands-page .brand-search .filter-input-group .icon{position:absolute;right:10px;width:16px;height:16px}.brands-page .brand-search .filter-input-group .brand-search-input{width:250px;padding-right:32px}.brands-page .brand-search .brand-letters{display:flex;flex-wrap:wrap;gap:10px}.brands-page .brand-search .brand-letters .brand-letter{display:flex;justify-content:center;align-items:center;color:#fff;width:30px;height:30px;font-size:22px;text-transform:uppercase;padding-top:2px;cursor:pointer}.brands-page .brand-search .brand-letters .brand-letter.active{border:1px solid #fff;border-radius:7px}.brands-page .brands{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.brands-page .brands .brand{display:flex;align-items:center;justify-content:center;width:178px;height:90px;padding:10px;border:1px solid #ccc;border-radius:7px}.brands-page .brands .brand img{max-width:100%;max-height:100%}.brands-page .brands .brand.hidden{display:none}
