.products__bott__aside{position:sticky;top:.5rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.products__bott__aside__item{border-radius:.375rem;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding:1rem;--tw-shadow:0 1px 3px 0 rgb(0 0 0/0.1),0 1px 2px -1px rgb(0 0 0/0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.products__bott__aside__top{display:flex;cursor:pointer;align-items:center;justify-content:space-between}.products__bott__aside__title{font-size:20px;font-weight:500}@media (max-width:950px){.products__bott__aside__title{font-size:18px}}.products__bott__aside__top__icon{transition:transform .3s ease-out}.products__bott__aside__list{display:flex;flex-direction:column;gap:.5rem;max-height:0;opacity:0;transition:max-height .3s ease-out,opacity .3s ease-out}.products__bott__aside__InputSe{position:relative}.products__bott__aside__InputSe__input{height:50px;width:100%;border-radius:5px;background-color:rgb(97 97 97/.1);padding-left:.75rem;padding-right:.75rem;--tw-text-opacity:1;color:rgb(97 97 97/var(--tw-text-opacity));outline:2px solid transparent;outline-offset:2px}.products__bott__aside__InputSe__icon{position:absolute;right:0;top:0;display:flex;height:50px;width:50px;align-items:center;justify-content:center;border-top-right-radius:5px;border-bottom-right-radius:5px;font-size:25px;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));transition-duration:.2s}.products__bott__aside__list.open{max-height:200px;opacity:1;overflow-y:scroll}.products__bott__aside__list.closed{max-height:0;opacity:0}.products__bott__aside__list__item{margin-top:.75rem;display:flex;align-items:center;gap:.5rem;border-bottom-width:1px;border-color:rgb(97 97 97/.1);padding-bottom:1rem;transition-duration:.2s}.products__bott__aside__list__item:last-child{border-style:none}.products__bott__aside__list__item__img{height:80px;width:80px;border-radius:5px}.products__bott__aside__list__item__titleBlog{display:flex;flex-direction:column;gap:.25rem}.products__bott__aside__list__item__titleBlog__title{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;font-size:15px;font-weight:500}.products__bott__aside__list__item__titleBlog__desc{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;font-size:14px;--tw-text-opacity:1;color:rgb(97 97 97/var(--tw-text-opacity))}