/* Product cards - theme_dark bilan bir xil */
input.form-control {
  margin-bottom: 0;
}

.ds-product-card {
  display: flex;
  flex-direction: column;
  background: rgb(34, 33, 39);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.03);
  margin-bottom: 24px;
  text-decoration: none;
  color: rgb(183, 180, 191);
  border: 1px solid rgb(34, 33, 39);
  transition: box-shadow 0.25s, transform 0.25s;
}

.ds-product-card:hover {
  box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
  color: rgb(183, 180, 191);
}

.ds-product-card .ds-card-image {
  width: 100%;
  height: 140px;
  background-size: cover;
  background-position: center;
  background-color: rgb(42, 41, 49);
}

.ds-product-card .ds-card-body {
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ds-product-card .ds-card-name {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  color: rgb(230, 230, 230);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.7em;
}

.ds-product-card .ds-card-server {
  font-size: 12px;
  color: rgb(183, 180, 191);
  background: rgb(54, 53, 62);
  padding: 6px 10px;
  border-radius: 6px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ds-product-card .ds-card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.ds-product-card .ds-card-price {
  font-size: 18px;
  font-weight: 700;
  color: rgb(71, 188, 138);
}

.ds-product-card .ds-card-count {
  font-size: 13px;
  color: rgb(174, 174, 174);
}

.ds-product-card .ds-card-btn {
  display: inline-block;
  margin-top: 4px;
  padding: 10px 20px;
  background: #4c77b4;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.03);
  transition: transform 0.2s, box-shadow 0.2s;
}

.ds-product-card:hover .ds-card-btn {
  transform: scale(1.02);
  background: #608fd1;
}

/* Product hero: rasm chapda, ma'lumot o'ngda — shrift va ikonka rasmdagidek */
.ds-product-page {
  font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.ds-product-hero {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
  align-items: flex-start;
}

.ds-product-hero__image {
  flex: 0 0 320px;
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgb(42, 41, 49);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.ds-product-hero__info {
  flex: 1;
  min-width: 260px;
}

@media (max-width: 768px) {
  .ds-product-hero {
    flex-direction: column;
    align-items: stretch;
  }

  .ds-product-hero__image {
    flex: 0 0 auto;
    max-width: 100%;
  }
}

.ds-product-title {
  margin: 0 0 24px 0;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

/* Narx, qoldiq, muddat — bir qatorda flex */
.ds-product-details {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}

.ds-product-detail {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 15px;
  font-weight: 400;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ds-product-detail__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.06);
}

.ds-product-detail__icon svg {
  display: block;
}

.ds-product-detail__text {
  flex: 1;
  font-weight: 500;
}

.ds-product-detail--server .ds-product-detail__text {
  display: block;
  line-height: 1.5;
}

/* Dropdown — qora fon, yengil chegarа, yumaloq */
/* .ds-buy-form--inline .form-control {
  background: rgb(28, 28, 32);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  border-radius: 10px;
  padding: 12px 36px 12px 14px;
  font-size: 15px;
  font-family: inherit; }
.ds-buy-form--inline .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5); }
.ds-buy-form--inline .form-control:focus {
  border-color: rgba(255, 255, 255, 0.25);
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.08); }
.ds-buy-form--inline select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.7)' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center; } */


.ds-buy-form--inline .form-group {
  margin-bottom: 12px;
}

.ds-buy-form--inline .ds-bind-fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 12px;
}

.ds-buy-form--inline .ds-bind-fields.ds-bind-fields--visible {
  display: flex !important;
}

/* Tugma — yorqin ko'k matn, glow, shaffof fon (rasmdagidek) */
.ds-btn-buy {
  display: block;
  width: 100%;
  max-width: 280px;
  margin-top: 18px;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #5eb3ff;
  background: transparent;
  border: 2px solid #5eb3ff;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(94, 179, 255, 0.45);
  transition: box-shadow 0.2s, background 0.2s, color 0.2s;
  font-family: inherit;
}

.ds-btn-buy:hover {
  background: rgba(94, 179, 255, 0.12);
  box-shadow: 0 0 28px rgba(94, 179, 255, 0.6);
  color: #7ac4ff;
}

/* Swiper (hero ichida) */
.ds-product-swiper {
  width: 100%;
  height: 280px;
  border-radius: 10px;
  overflow: hidden;
  background: rgb(42, 41, 49);
}

.ds-product-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(42, 41, 49);
}

.ds-product-swiper .ds-slide-img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ds-product-swiper .swiper-button-next,
.ds-product-swiper .swiper-button-prev {
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.ds-product-swiper .swiper-button-next:after,
.ds-product-swiper .swiper-button-prev:after {
  font-size: 18px;
}

.ds-product-swiper .swiper-pagination {
  color: #fff;
}

.ds-product-swiper .swiper-pagination-fraction {
  background: rgba(0, 0, 0, 0.4);
  padding: 4px 12px;
  font-size: 14px;
}

.buy-product-key-info {
  margin: 15px 0 0 0;
  padding: 15px 20px;
  background: rgb(34, 33, 39);
  border: 1px solid rgb(34, 33, 39);
  border-radius: 8px;
  color: rgb(183, 180, 191);
  box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.03);
}

.buy-product-key-info p:last-child {
  margin: 0;
}

.ds-product-page .product-block {
  min-height: 180px;
}

.ds-product-page .product-meta .ds-server {
  background: rgb(54, 53, 62);
  border: 1px solid rgb(58, 56, 70);
  padding: 5px 12px;
  border-radius: 6px;
  font-weight: 500;
  color: rgb(183, 180, 191) !important;
}

.ds-product-page .product-meta .ds-server b {
  background: transparent !important;
  border: none !important;
  color: rgb(230, 230, 230) !important;
}

/* Form - theme_dark bilan bir xil (store.tpl) */
.ds-buy-form {
  margin: 25px 0 0;
  padding: 20px 24px;
}

.ds-buy-form-inner {
  max-width: 380px;
}

.ds-buy-title {
  margin: 0 0 14px 0;
  font-size: 17px;
  font-weight: 600;
  color: rgb(230, 230, 230);
}

.ds-buy-form .form-group {
  margin-bottom: 10px;
}

.ds-buy-form .form-group:last-of-type {
  margin-bottom: 0;
}

.ds-buy-form .ds-bind-fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ds-skin-result {
  margin: 12px 0;
  min-height: 24px;
  font-size: 14px;
  color: rgb(183, 180, 191);
}

.ds-skin-result.text-success {
  color: rgb(71, 188, 138);
}

.ds-skin-result.text-danger {
  color: rgb(216, 87, 82);
}

.ds-buy-btn {
  margin-top: 10px;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  border: 2px solid rgb(108, 151, 212);
  background: rgb(108, 151, 212);
  color: #fff;
  box-shadow: none;
  transition: background 0.2s, border-color 0.2s;
}

.ds-buy-btn:hover {
  background: #4c77b4;
  border-color: #4c77b4;
  color: #fff;
  box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.03);
}

.ds-description {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid rgb(58, 56, 70);
  color: rgb(183, 180, 191);
  line-height: 1.6;
}

/* Servers block - theme_dark bilan bir xil */
.col-lg-3.digital_store .block,
.ds-product-page .block {
  background: rgb(34, 33, 39) !important;
  border-color: rgb(34, 33, 39) !important;
  border-radius: 8px !important;
}

.col-lg-3.digital_store .block_head,
.ds-product-page .block_head {
  color: rgb(230, 230, 230) !important;
}

.col-lg-3.digital_store .vertical-navigation a,
.col-lg-3.digital_store .vertical-navigation li a,
.ds-product-page .vertical-navigation a,
.ds-product-page .vertical-navigation li a {
  color: rgb(183, 180, 191) !important;
}

.col-lg-3.digital_store .vertical-navigation a:hover,
.col-lg-3.digital_store .vertical-navigation li.active a,
.ds-product-page .vertical-navigation a:hover,
.ds-product-page .vertical-navigation li.active a {
  color: rgb(108, 151, 212) !important;
}

/*# sourceMappingURL=primary.css.map */