.uk-child-width-1-7 > * {
  width: calc(100% / 7);
}
.uk-child-width-1-8 > * {
  width: calc(100% / 8);
}
.uk-child-width-1-9 > * {
  width: calc(100% / 9);
}
.uk-child-width-1-10 > * {
  width: calc(100% / 10);
}
.uk-grid + .uk-grid-medium,
.uk-grid + .uk-grid-row-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-row-medium > .uk-grid-margin,
* + .uk-grid-margin-medium {
  margin-top: calc(1.5vh * 2.5);
}
.showcase__prods-outer {
  height: 95vh;
  overflow-y: auto;
  padding: 0 1rem;
}
.showcase__item-content {
  padding-top: calc(1.5vh * 4);
}
.showcase__item-variants {
  gap: 1rem;
}
.showcase__item-variant-info {
  gap: 10px;
}
.showcase__item-outer {
  padding: calc(1.5vh * 4) 0 0;
}
.showcase__item-wrapper {
  border: calc(1.5vh - 0.1vh) solid #e9bf52;
  height: 100%;
  padding: 0 0.625rem 0.625rem;
}
.showcase__item-border-divider {
  height: calc(1.5vh + 0.1vh);
  background: white;
  margin: -1.5vh auto auto auto;
  width: 70%;
}
.showcase__item-info {
  font-size: 1.25rem;
  line-height: 1.2;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #424242;
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: auto;
}
.showcase__item-cost-val {
  font-weight: bold;
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: top;
  line-height: 100%;
  margin-right: 8px;
}
.showcase__item-cost-val._small {
  font-size: 1.125rem;
  line-height: 100%;
}
.showcase__item-cost-measure {
  color: #606060;
  font-size: 0.6875rem;
  line-height: 100%;
}
.showcase__item-rasporka {
  min-height: 1rem;
}
.showcase__item-rasporka._big {
  min-height: 5rem;
}
.showcase__item-photo {
  height: 6.875rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(-1.5vh * 4);
}
.showcase__meta {
  font-size: 1.4rem;
  height: 5vh;
  padding: 0 1rem;
}
/*# sourceMappingURL=cards.css.map */