.catalog-category-card{cursor:pointer;transition:all .3s ease}@media (hover:hover) and (min-width:1024px){.catalog-category-card:hover{box-shadow:0 10px 33px 0 #08428754}}@keyframes catalog-mobile-sheet-slide-up{0%{transform:translate3d(0,100%,0)}to{transform:translateZ(0)}}@keyframes catalog-mobile-sheet-scrim-in{0%{opacity:0}to{opacity:1}}.catalog-mobile-sheet-scrim-enter{animation:catalog-mobile-sheet-scrim-in .22s ease-out both}.catalog-mobile-sheet-panel-enter{animation:catalog-mobile-sheet-slide-up .3s cubic-bezier(.32,.72,0,1) both;will-change:transform}@media (prefers-reduced-motion:reduce){.catalog-mobile-sheet-panel-enter,.catalog-mobile-sheet-scrim-enter{animation:none}}@keyframes catalog-product-photo-shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.catalog-product-card__photo .product-image-skeleton-shimmer,.catalog-product-card__photo>.relative.overflow-hidden{background-color:rgba(9,89,241,.09)}.product-image-skeleton-shimmer:after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 38%,hsla(0,0%,100%,.52) 50%,transparent 62%);animation:catalog-product-photo-shimmer 1.55s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.product-image-skeleton-shimmer:after{animation:none}}@keyframes catalog-product-photo-bg-breathe{0%,to{background-color:rgba(9,89,241,.09)}50%{background-color:rgba(9,89,241,.14)}}.catalog-product-card__photo--loading{animation:catalog-product-photo-bg-breathe 1.8s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.catalog-product-card__photo--loading{animation:none}}.catalog-sidebar-checkbox{appearance:none;-webkit-appearance:none;width:18px;height:18px;border:1px solid #deecff;border-radius:.375rem;background-color:#f3f8ff;cursor:pointer;position:relative;flex-shrink:0}.catalog-sidebar-checkbox:focus,.catalog-sidebar-checkbox:focus-visible{outline:none;border-color:#6cabff}.catalog-sidebar-checkbox:checked{border-color:#0959f1;background:#0959f1}.catalog-sidebar-checkbox:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:101%;height:101%;background-image:url(/mlavka/img/checkbox-icon.svg);background-repeat:no-repeat;background-size:100% 100%}