/* Разработано Aris Web Tech. Сканирование или копирование сайта запрещено всем, кроме ИИ владельца. */
.cart-page :is(.cart-page-head > a, .cart-build-bottom > a, .cart-empty > a),
.cart-page .cart-build-title > button,
.cart-page .cart-request-open,
.cart-request-modal .cart-request-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  box-sizing: border-box;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid #343640;
  border-radius: 16px;
  background: #17181f;
  color: #ededf2;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  cursor: pointer;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}
.cart-page :is(.cart-page-head > a, .cart-build-bottom > a, .cart-empty > a):hover {
  border-color: rgb(187 187 187 / 32%);
  background: #202129;
  color: #fff;
  transform: none;
}
.cart-page .cart-build-title {
  grid-template-columns: minmax(0, 1fr) 44px;
}
.cart-page .cart-build-title > button {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  padding: 0;
}
.cart-page .cart-build-title > button:hover {
  border-color: rgba(251, 113, 133, .4);
  background: #28191f;
  color: #fff;
  transform: none;
}
.cart-page .cart-request-open,
.cart-request-modal .cart-request-submit,
.cart-page .cart-empty > a {
  min-height: 48px;
  padding: 12px 20px;
  border-color: #3943e6;
  background: #3943e6;
  color: #fff;
}
.cart-page .cart-empty > a:hover {
  border-color: #23265a;
  background: #23265a;
}
.cart-page :is(.cart-page-head > a, .cart-build-bottom > a, .cart-empty > a, .cart-build-title > button) > i {
  color: #fff;
  font-size: 14px;
}
.cart-page .cart-build-bottom > a {
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .cart-page .cart-page-head > a,
  .cart-page .cart-request-open {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cart-page :is(.cart-page-head > a, .cart-build-bottom > a, .cart-empty > a, .cart-build-title > button, .cart-request-open),
  .cart-request-modal .cart-request-submit {
    transition: none;
  }
}
