@charset "UTF-8";
.shift10 {
  margin-top: -10px;
}

.shift20 {
  margin-top: -20px;
}

.shift30 {
  margin-top: -30px;
}

.shift50 {
  margin-top: -50px;
}

@media screen and (max-width: 500px) {
  .shift10, .shift20, .shift30, .shift50 {
    margin-top: 0px;
  }
}

.clearfix::after {
  clear: both;
}

.wrapable {
  white-space: normal;
}

.summa {
  margin-left: 2em;
  margin-right: 2em;
}

.announcer-block {
  margin: 30px auto;
  border-top: solid 10px #DDD;
}
.announcer-block a {
  font-size: 24px;
  color: #DDD;
  text-decoration: none;
  padding: 15px 30px;
  display: inline-block;
}
.announcer-block a:hover {
  color: white;
  text-shadow: 0px 0px 3px #FED;
}
.announcer-block a::before {
  content: "\f1d8  ";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.announcer-block iframe {
  filter: opacity(0.8) saturate(1.2);
}

ul.square-list li::marker {
  content: "☐ "; /* ☐ Пустой квадратик */
  font-size: 1em;
  color: #666;
  font-weight: bold;
  /* vertical-align: baseline; */
}

ul.check-list li::marker {
  content: "✔ "; /* "\2611";  */ /* ☑ Галочка в квадрате */
  /* или "\2714" для ✓ */
  color: #333;
  font-size: 1em;
  /* font-weight: 900; */
  vertical-align: baseline;
}

/* Адаптивная сетка */
.goods-min-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 24px;
}

/* Карточка-ссылка */
.product-min-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

/* Картинка с фиксированной высотой */
.product-min-card img,
.product-min-card .no-photo {
  width: 100%;
  height: 220px;
  object-fit: contain;
  background-color: white;
  margin-bottom: 12px;
}

.product-min-card .no-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 13px;
}

/* Вид товара (второстепенный текст) */
.product-min-card .product-kind, .product-min-card .product-kind:link, .product-min-card .product-kind:visited,
.product-min-card .product-kind a,
.product-min-card .product-kind a:link,
.product-min-card .product-kind a:visited {
  font-size: 12px;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  text-decoration: none;
}
.product-min-card .product-kind:hover,
.product-min-card .product-kind a:hover {
  text-decoration: underline;
  background-color: #DDD;
}

/* Название дизайна (главный текст) */
.product-min-card .product-design, .product-min-card .product-design:link, .product-min-card .product-design:visited,
.product-min-card .product-design a,
.product-min-card .product-design a:link,
.product-min-card .product-design a:visited {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.3;
  text-decoration: none;
  font-family: "PT Sans Caption", gcaption, "Trebuchet MS", sans-serif;
}
.product-min-card .product-design:hover,
.product-min-card .product-design a:hover {
  text-decoration: underline;
  background-color: #DDD;
}

.product-kind.printdirect ::before, .product-kind.vsemayki ::before, .product-kind.fun ::before {
  font-family: "PT Mono", gmono, monospace;
  font-size: 60%;
  font-weight: bold;
  padding: 4px 5px;
  margin-right: 1em;
  color: white;
  border-radius: 5px;
  vertical-align: middle;
}
.product-kind.printdirect, .product-kind.vsemayki, .product-kind.fun {
  background-color: white;
  font-family: "PT Sans Caption", gcaption, "Trebuchet MS", sans-serif;
  font-weight: normal;
  vertical-align: middle;
  text-indent: -2.3em;
  padding-left: 2.3em;
}
.product-kind.printdirect ::before {
  content: "pd";
  background-color: rgba(54, 61, 64, 0.4666666667);
}
.product-kind.vsemayki ::before {
  content: "vm";
  background-color: rgba(255, 1, 137, 0.4666666667);
}
.product-kind.fun ::before {
  content: "fn";
  background-color: rgba(114, 98, 233, 0.4666666667);
}

span.printdirect, span.vsemayki, span.fun {
  font-family: "PT Mono", gmono, monospace;
  font-size: 60%;
  font-weight: bold;
  padding: 4px 5px;
  color: white;
  border-radius: 5px;
  vertical-align: middle;
}
span.printdirect {
  background-color: rgba(54, 61, 64, 0.4666666667);
}
span.vsemayki {
  background-color: rgba(255, 1, 137, 0.4666666667);
}
span.fun {
  background-color: rgba(114, 98, 233, 0.4666666667);
}

li.start > p {
  font-size: 112%;
  margin-top: 12px;
}

select {
  padding: 10px;
  margin: 10px;
  background-color: rgb(90, 146, 196);
  color: white;
  border-radius: 10px;
  border-color: silver;
  border: none;
  font-family: "PT Sans Caption", gcaption, "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  text-align: center;
}

/*# sourceMappingURL=goods.css.map */