.loja-tabs-list{display:flex;flex-wrap:wrap;gap:.5rem;width:100%}.product-card{transition:all .3s ease;height:100%}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.08);border-color:hsl(var(--primary)/.5)}.product-card:hover .product-image{transform:scale(1.05)}.product-card .tag{transition:all .3s ease}.product-card:hover .tag{background-color:hsl(var(--primary)/.2)}.shop-product-card{height:100%;min-height:400px}.product-title-fixed{height:3.6rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:1.2}.search-input{transition:all .3s ease}.search-input:focus{box-shadow:0 0 0 2px rgba(0,137,220,.3)}.filter-section{border-bottom:1px solid hsl(var(--border));padding-bottom:1rem;margin-bottom:1rem}.filter-section:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.pagination{gap:.5rem;margin-top:2rem}.pagination,.pagination-button{display:flex;justify-content:center}.pagination-button{min-width:2.5rem;height:2.5rem;align-items:center;border-radius:.375rem;font-weight:500;transition:all .2s ease}.pagination-button:hover{background-color:hsl(var(--primary)/.1)}.pagination-button.active{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}@media (max-width:768px){.filter-sidebar{position:static!important;margin-bottom:1.5rem}.loja-tabs-list{overflow-x:auto;flex-wrap:nowrap;padding-bottom:.5rem}}@keyframes fade-in{0%{opacity:0;transform:translate3d(0,10px,0)}to{opacity:1;transform:translateZ(0)}}.animate-fade-in{animation:fade-in .3s ease-out forwards;will-change:opacity,transform}.animate-fade-in:not(:hover){will-change:auto}@keyframes slide-up{0%{transform:translate3d(0,100%,0)}to{transform:translateZ(0)}}.slide-up{animation:slide-up .3s ease-out forwards;will-change:transform}