.pagin {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: large;
  margin-bottom: 20px;
}

.cell-6.cell-12-sm.footer-info {
  color: #968472;
}

@media screen and (max-width: 640px) {
  .is-grid > [class*='cell-'], .row-products {
      padding-left: 0;
      padding-right: 0;
  }
}

/* Фикс растянутых изображений товаров - v11 */
.product-item .product-image img,
.product-image img {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
}

.product-item a.product-image.square[style] {
  padding-top: 133.33% !important;
}

.product-item .product-image.square {
  padding-top: 133.33% !important;
}

/* SVG иконки вместо Font Awesome */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
}

/* Размеры иконок */
.icon-sm { width: 0.875em; height: 0.875em; }
.icon-lg { width: 1.25em; height: 1.25em; }
.icon-2x { width: 2em; height: 2em; }
.icon-3x { width: 3em; height: 3em; }

/* Анимации */
.icon-spin {
  animation: icon-spin 2s infinite linear;
}

@keyframes icon-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
