.cart-price-discount,.price-discount{color:#55a176}.product-store-item-tag{background:#c8def9;font-size:.7rem}.tags-list{font-size:.7rem}.product-store-item:hover{box-shadow:0 30px 35px #00000020}.product-store-item,aside{animation:fadeIn .4s linear}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.product-store-item{max-width:280px;min-width:250px;transition:all .2s linear;width:100%}.store-with-sidebar{align-items:flex-start;gap:1rem;grid-template-columns:320px 1fr}@media (max-width:767px){.store-with-sidebar{grid-template-columns:1fr}}button:hover{cursor:pointer}.filter-list{max-height:0;opacity:0;overflow:hidden;transition:all .2s linear}.filter-list.active{margin-top:1rem;max-height:500px;opacity:1}input[type=checkbox][partial-checked]{background:var(--secondary)}input[type=checkbox]{background:#fff;border:1px solid #000;border-radius:4px;cursor:pointer;height:16px;min-height:16px;min-width:16px;width:16px}.skeleton{background:#e0e0e0;border-radius:4px;margin-bottom:16px;overflow:hidden;position:relative}.skeleton:before{animation:shimmer 2s infinite;background:linear-gradient(90deg,#e0e0e0,#f5f5f5 50%,#e0e0e0);content:"";display:block;height:100%;left:-150%;position:absolute;top:0;width:150%}@keyframes shimmer{0%{left:-150%}to{left:150%}}.skeleton-product-item{height:400px;max-width:280px;width:100%}.skeleton-sidebar{height:60vh}.store-with-sidebar-skeleton{align-items:flex-start;gap:1rem;grid-template-columns:320px 1fr}