/* Стеклянные карточки товаров */
.profile-card .card.bg-elegant {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.10) !important;
  border-radius: 20px !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transition: 0.25s ease;
}

.profile-card .card.bg-elegant:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 127, 102, 0.35) !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
}

/* Не ломаем блок изображения */
.profile-card .card-image {
  border-radius: 14px;
  overflow: hidden;
}

/* Подстраховка для самих картинок */
.profile-card .product-image {
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
  position: relative;
  z-index: 2;
}

/* Бейдж категории */
.profile-card .badge-active {
  background: rgba(255, 127, 102, 0.14) !important;
  border: 1px solid rgba(255, 127, 102, 0.28);
  border-radius: 10px;
}

.profile-card a[data-request="onAdd"] .text-success {
  color: #ffffff !important;
}

.filter-button-group .filter-button {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 12px !important;
  color: rgba(255, 255, 255, 0.85) !important;
  transition: 0.25s ease;
}

.filter-button-group .filter-button:hover,
.filter-button-group .filter-button.active {
  background: rgba(255, 127, 102, 0.16) !important;
  border-color: rgba(255, 127, 102, 0.35) !important;
  color: #ffffff !important;
  box-shadow: 0 8px 20px rgba(255, 127, 102, 0.18);
}

input.form-control.bg-elegant {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.10) !important;
  border-radius: 12px !important;
  color: #ffffff !important;
}

.input-group-text.bg-elegant {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.10) !important;
  color: rgba(255, 255, 255, 0.75) !important;
}

.form-control::placeholder {
  color: rgba(255, 255, 255, 0.45) !important;
}

/* Заголовок PlayStrix */
.shop-name {
  position: relative;
  color: #ff7f66 !important;
  font-size: 72px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow:
    0 0 10px rgba(255, 127, 102, 0.35),
    0 0 25px rgba(255, 127, 102, 0.18);
}

/* Подпись под заголовком */
.shop-name::after {
  content: "mc.playstrix.net";
  display: block;
  margin-top: 14px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
  color: rgba(255, 255, 255, 0.82);
  text-shadow: none;
}

/* Онлайн */
.general-online span {
  display: inline-block;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;

  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.82) !important;
  text-shadow: none !important;
}

.fill-elegant-dark {
  fill: #20263a !important;
}

input[name="search_name"] {
  display: none !important;
}

.input-group-append {
  display: none !important;
}

/* Товары */
.section.section-md.pt-7 {
  background: linear-gradient(180deg, #20263a 0%, #1a2132 55%, #171d2c 100%) !important;
}

/* Последние покупки */
.section.section-md.pt-5 {
  background: linear-gradient(180deg, #171d2c 0%, #151b29 100%) !important;
}

/* Помощь */
.section.section-sm.py-4 {
  background: linear-gradient(180deg, #151b29 0%, #131826 100%) !important;
}

/* Карточки в последних покупках */
#last-payments .card {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.10) !important;
  border-radius: 18px !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  transition: 0.25s ease;
}

.bg-elegant-night {
  background-image: linear-gradient(rgb(19, 24, 38) 0%, rgb(18, 23, 36) 45%, rgb(16, 21, 33) 100%);
}