.brand-page .logo{display:flex;flex-shrink:0;justify-content:center;align-items:center;width:200px;height:90px}.brand-page .logo img{max-width:100%;max-height:100%}.brand-page .dark-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000}.brand-page .section-title{display:flex;column-gap:1rem;align-items:center;margin-top:.5rem;margin-bottom:.5rem}.brand-page .section-title h1{font-size:1.75rem;margin-top:.25rem;margin-bottom:0;color:#595959}.brand-page .section-title .line{flex:auto;height:0px;border:1px solid #595959}.brand-page .section-divider{border:1px solid #595959;margin-top:1.5rem;margin-bottom:1.5rem}.brand-page .categories{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.brand-page .categories .category{display:flex;flex-direction:column;align-items:center;gap:2px;width:170px;min-height:170px;padding:5px;background:#fff;border:1px solid #ccc;border-radius:7px;color:#595959;text-decoration:none}.brand-page .categories .category .imageWrapper{display:flex;justify-content:center;align-items:center;width:130px;height:110px}.brand-page .categories .category .imageWrapper img{max-width:100%;max-height:100%}.brand-page .categories .category .title{text-transform:capitalize;text-align:center}.brand-page .section{display:flex;justify-content:space-between;flex-direction:row;flex-wrap:wrap;align-items:center}@media(max-width: 575px){.brand-page .section{justify-content:center}}.brand-page .section .image{width:100%;overflow:hidden;border-radius:25px}.brand-page .section .image img{display:block;max-width:100%;width:100%;transform-origin:center center}.brand-page .section .details{display:flex;flex-direction:column;justify-content:center;width:50%;padding:20px 50px}.brand-page .section .details .title{font-size:24px}.brand-page .section .details .description{margin-top:1.5rem}.brand-page .section .details .links{display:flex;gap:1rem;margin-top:1.5rem}.brand-page .section .details .links .link{padding:4px 16px;text-decoration:none;color:#000}
