.products-skeleton{width:100%;padding-bottom:.5rem}.products-skeleton__pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:.4rem;margin-bottom:1rem}.products-skeleton__page-dot{width:34px;height:34px;border-radius:8px;background:-webkit-gradient(linear,left top,right top,from(#e8eef4),color-stop(45%,#f5f8fb),color-stop(90%,#e8eef4));background:linear-gradient(90deg,#e8eef4,#f5f8fb 45%,#e8eef4 90%);background-size:200% 100%;-webkit-animation:products-skeleton-shimmer 1.35s ease-in-out infinite;animation:products-skeleton-shimmer 1.35s ease-in-out infinite}.products-skeleton__card{margin-bottom:1.5rem;border:1px solid #dbe6f1;border-radius:12px;background:#fff;-webkit-box-shadow:0 3px 12px rgba(11,31,58,.05);box-shadow:0 3px 12px rgba(11,31,58,.05);overflow:hidden}.products-skeleton__image{width:100%;aspect-ratio:1/1;background:-webkit-gradient(linear,left top,right top,from(#e4ebf2),color-stop(45%,#f3f7fb),color-stop(90%,#e4ebf2));background:linear-gradient(90deg,#e4ebf2,#f3f7fb 45%,#e4ebf2 90%);background-size:200% 100%;-webkit-animation:products-skeleton-shimmer 1.35s ease-in-out infinite;animation:products-skeleton-shimmer 1.35s ease-in-out infinite}.products-skeleton__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;padding:.9rem .75rem 1rem}.products-skeleton__line{height:12px;border-radius:6px;background:-webkit-gradient(linear,left top,right top,from(#e4ebf2),color-stop(45%,#f3f7fb),color-stop(90%,#e4ebf2));background:linear-gradient(90deg,#e4ebf2,#f3f7fb 45%,#e4ebf2 90%);background-size:200% 100%;-webkit-animation:products-skeleton-shimmer 1.35s ease-in-out infinite;animation:products-skeleton-shimmer 1.35s ease-in-out infinite}.products-skeleton__line--title{width:90%;height:13px}.products-skeleton__line--title-short{width:62%;-webkit-animation-delay:.08s;animation-delay:.08s}.products-skeleton__stars{width:90px;height:12px;border-radius:6px;background:-webkit-gradient(linear,left top,right top,from(#e8eef4),color-stop(45%,#f5f8fb),color-stop(90%,#e8eef4));background:linear-gradient(90deg,#e8eef4,#f5f8fb 45%,#e8eef4 90%);background-size:200% 100%;-webkit-animation:products-skeleton-shimmer 1.35s ease-in-out infinite;animation:products-skeleton-shimmer 1.35s ease-in-out infinite;-webkit-animation-delay:.12s;animation-delay:.12s}.products-skeleton__line--price{width:40%;height:16px;-webkit-animation-delay:.18s;animation-delay:.18s}.products-skeleton__button{width:100%;height:34px;margin-top:.35rem;border-radius:8px;background:-webkit-gradient(linear,left top,right top,from(#d7e2ec),color-stop(45%,#eaf0f6),color-stop(90%,#d7e2ec));background:linear-gradient(90deg,#d7e2ec,#eaf0f6 45%,#d7e2ec 90%);background-size:200% 100%;-webkit-animation:products-skeleton-shimmer 1.35s ease-in-out infinite;animation:products-skeleton-shimmer 1.35s ease-in-out infinite;-webkit-animation-delay:.22s;animation-delay:.22s}@-webkit-keyframes products-skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@keyframes products-skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (prefers-reduced-motion:reduce){.products-skeleton__button,.products-skeleton__image,.products-skeleton__line,.products-skeleton__page-dot,.products-skeleton__stars{-webkit-animation:none;animation:none}}.catalog-products-page{padding-top:30px}@media (min-width:992px){.catalog-products-page{padding-top:130px}}