﻿.product-page__storages {
  margin: 35px 0;
}

.product-page__storages .storage-title {
  width: 100%;
  display: block;
  font-size: var(--text-xxs);
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 1rem;
}

.storage-field table {
  width: 100%;
}

.sklad .count-on-storage-container {
  color: var(--color-text);
  font-weight: 400;
  text-align: right;
}

.sklad p span {
  font-size: var(--text-sm);
  line-height: 1.2;
  font-weight: 400;
  color: #bdc2d3;
  display: block;
}

.product-page .sklad:last-child {
  border-bottom: none;
}

.product-page .sklad {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.5rem;
}

.product-page .sklad:nth-of-type(2n) {
  background: var(--color-bg-accent);
}

.product-page .sklad {
  font-size: var(--text-xxs);
  color: var(--color-text);
}

.product-page .sklad td:last-child {
  flex-shrink: 0;
}


