.brands-container-wrapper{width:100%;display:flex;align-items:center;flex-direction:column;margin-top:120px;gap:40px}@media screen and (max-width:768px){.brands-container-wrapper{margin-top:80px}}.brands-container-wrapper .no-items{display:flex;align-items:center;gap:4px}@media screen and (max-width:768px){.brands-container-wrapper .no-items{font-size:12px;margin-top:-20px}}.brands-container-wrapper .brands-inner-wrapper{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}@media screen and (max-width:768px){.brands-container-wrapper .brands-inner-wrapper{gap:7px}}.brands-container-wrapper h1{font-size:32px}.brand-item-wrapper{justify-content:center;align-items:center;display:flex;min-width:174px;height:130px;max-width:178px;flex:1;background-color:rgba(244,244,244,.1019607843);border-radius:12px;backdrop-filter:blur(48px);text-align:center;font-size:18px;font-weight:500;padding:4px;cursor:pointer;position:relative}.brand-item-wrapper:active img,.brand-item-wrapper:hover img{filter:invert(10%) sepia(26%) saturate(422%) hue-rotate(4deg) brightness(86%) contrast(86%)}@media screen and (max-width:1280px){.brand-item-wrapper{min-width:146px;max-width:155px;height:120px;border-radius:8px;font-size:14px}}@media screen and (max-width:768px){.brand-item-wrapper{min-width:126px;height:96px;max-width:130px;font-size:14px}}@media screen and (max-width:560px){.brand-item-wrapper{min-width:106px;font-size:12px;max-width:106px;height:86px}}.brand-item-wrapper img{width:54%}@media screen and (max-width:768px){.brand-item-wrapper img{width:60%}}.brand-item-wrapper p{font-size:14px;text-transform:uppercase;font-weight:500}@media screen and (max-width:768px){.brand-item-wrapper p{font-size:12px;text-transform:uppercase;font-weight:400}}.brand-item-wrapper .favorite-button{position:absolute;top:8px;right:12px;width:24px;height:24px;padding:0;background:rgba(0,0,0,0);border:none;cursor:pointer;opacity:1;transition:opacity .2s ease;z-index:2}@media screen and (max-width:1028px){.brand-item-wrapper .favorite-button{position:absolute;top:2px;right:6px}}.brand-item-wrapper .favorite-button svg{transition:all .2s ease;min-width:20px;min-height:20px;width:20px;height:20px}@media screen and (max-width:1028px){.brand-item-wrapper .favorite-button svg{min-width:16px;min-height:16px;width:16px;height:16px}}.brand-item-wrapper .favorite-button--active,.brand-item-wrapper .favorite-button:hover{opacity:1}