/* ===============================
   RCON SHOP PRODUCT
   =============================== */

.rcon-shop-product {
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
}

.rcon-shop-product .image {
  height: 200px;
  width: 100%;
  background-size: cover;
  transition: 0.3s all;
  position: relative;
}

.rcon-shop-product .image .price {
  right: 10px;
  top: 10px;
  position: absolute;
}

.rcon-shop-product .image .title {
  background: rgba(0, 0, 0, 0.47);
  color: #FFF;
  position: absolute;
  left: 10px;
  top: 10px;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  border-radius: 3px;
  cursor: default;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.rcon-shop-product:hover .image {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

.rcon-shop-product .actions {
  text-align: center;
}

.rcon-shop-product .actions .btn {
  margin: 10px;
  width: calc((100% - 40px) / 2);
}

.rcon-shop-product .actions .btn.description-btn {
  margin-left: 0;
}

/* ===============================
   RCON SHOP PRODUCT IN DETAIL
   =============================== */

.rcon-shop-product-in-detail .image {
  display: block;
  max-height: 300px;
  max-width: 50%;
}

.rcon-shop-product-in-detail .image img {
  margin: 0 auto;
  max-height: 300px;
  max-width: 100%;
  border-radius: 3px;
}

.rcon-shop-product-in-detail .form-check .form-check-input {
  top: -2px;
}

/* ===============================
   PRODUCT IMAGE CONTAINER
   =============================== */

.product-image-container {
  position: relative;
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(40,18,22,0.95), rgba(20,12,16,0.98));
  border: 1px solid rgba(255,120,120,0.15);
}

.product-image-link {
  display: block;
  position: relative;
}

.product-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.product-image-link:hover .product-image {
  transform: scale(1.03);
}

/* ===============================
   PRODUCT INFO BOX
   =============================== */

.product-info-box {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 280px;
  background: linear-gradient(180deg, rgba(15, 15, 18, 0.98), rgba(10, 10, 12, 0.99));
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 120, 120, 0.25);
  border-radius: 10px;
  padding: 16px;
  box-shadow: 
    0 12px 32px rgba(0, 0, 0, 0.8),
    inset 0 1px 0 rgba(255,255,255,0.05);
}

.info-box-title {
  font-size: 11px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding-bottom: 0;
  border-bottom: none;
}

.info-box-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.info-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: all 0.2s ease;
}

.info-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.info-label {
  color: rgba(255,255,255,0.65);
  font-weight: 700;
  letter-spacing: 0.2px;
  flex: 0 0 auto;
}

.info-value {
  color: #ff9b9b;
  font-weight: 700;
  text-align: right;
  flex: 1;
  padding-left: 12px;
  word-break: break-word;
  line-height: 1.3;
}

.info-value.status-available {
  color: #6dff9b;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

.info-value.status-available i {
  font-size: 11px;
}

/* ===============================
   SECTION HEADERS WITH ICONS
   =============================== */

.section-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 900;
  margin-top: 18px;
  margin-bottom: 12px;
  padding: 12px 16px;
  border-radius: 8px;
  background: linear-gradient(
    135deg,
    rgba(255, 90, 90, 0.1),
    rgba(200, 50, 50, 0.05)
  );
  border: 1px solid rgba(255,120,120,0.2);
  border-left: 3px solid #b72a2a;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.section-header i {
  color: #ff5c5c;
  font-size: 13px;
  min-width: 16px;
}

.section-header.blue {
  background: linear-gradient(
    135deg,
    rgba(100, 160, 255, 0.1),
    rgba(80, 130, 200, 0.05)
  );
  border: 1px solid rgba(120,160,255,0.2);
  border-left: 3px solid #6bbcff;
}

.section-header.blue i {
  color: #6bbcff;
}

/* ===============================
   PURCHASE SECTION
   =============================== */

.purchase-section {
  background: linear-gradient(180deg, rgba(25,25,25,0.95), rgba(15,15,15,0.98));
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 12px;
  padding: 20px;
}

/* ===============================
   TARIFF BUTTON (SELECTED STATE)
   =============================== */

.tariff-selected {
  display: block;
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 14px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(100, 160, 255, 0.15), rgba(80, 130, 200, 0.08));
  border: 1px solid rgba(120, 160, 255, 0.3);
  color: #8fd9ff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.3px;
}

/* ===============================
   TARIFF ROW
   =============================== */

.tarif-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
  margin-bottom: 20px;
}

.tarif-row .store-btn {
  flex: 1;
  min-width: 150px;
  min-height: 44px;
}

/* ===============================
   PARAMS SECTION & FORM
   =============================== */

.params-section {
  margin-bottom: 20px;
}

.params-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.param-input-group {
  display: flex;
}

.param-input-group .form-control {
  width: 100%;
  background: #0d0e12;
  border: 1px solid rgba(255,255,255,0.08);
  color: #fff;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 12px;
  transition: all 0.2s ease;
}

.param-input-group .form-control:focus {
  background: #0d0e12;
  border-color: rgba(255,120,120,0.3);
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(255,120,120,0.15);
}

.param-input-group .form-control::placeholder {
  color: rgba(255,255,255,0.5);
}

/* ===============================
   PURCHASE FIELD
   =============================== */

.purchase-field {
  margin-bottom: 14px;
}

.purchase-field label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255,255,255,0.6);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.purchase-field input {
  width: 100%;
  padding: 10px 12px;
  background: #0d0e12;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  transition: all 0.2s ease;
}

.purchase-field input:focus {
  border-color: rgba(255,120,120,0.3);
  box-shadow: 0 0 0 0.2rem rgba(255,120,120,0.15);
  background: #0d0e12;
}

.purchase-field input::placeholder {
  color: rgba(255,255,255,0.5);
}

/* ===============================
   PRODUCT DESCRIPTION
   =============================== */

.product-description {
  margin-bottom: 20px;
}

.description-content {
  padding: 14px 16px;
  margin-top: 10px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 8px;
  color: #eaeaea;
  font-size: 13px;
  line-height: 1.6;
}

.description-content b {
  color: #ff9b9b;
  font-weight: 700;
}

.description-content a {
  color: #6bbcff;
  text-decoration: underline;
}

.description-content a:hover {
  color: #8fd9ff;
}

/* ===============================
   STORE NOTICE COMPACT
   =============================== */

.store-notice--compact {
  padding: 12px;
  border-radius: 10px;
  font-size: 12px;
  gap: 0;
  background: linear-gradient(
    180deg,
    rgba(25,25,25,0.95),
    rgba(15,15,15,0.98)
  );
  box-shadow: 0 4px 12px rgba(0,0,0,0.35);
  backdrop-filter: blur(6px);
  margin-bottom: 14px;
}

/* ===============================
   INFO BLOCKS IN PURCHASE
   =============================== */

.purchase-info-block {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  margin-bottom: 10px;
  border-radius: 8px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.05);
  font-size: 12px;
  transition: all 0.2s ease;
}

.purchase-info-block:hover {
  background: rgba(255,255,255,0.04);
}

.purchase-info-block i {
  font-size: 13px;
  min-width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.purchase-info-block.price-block {
  background: linear-gradient(135deg, rgba(255, 70, 70, 0.15), rgba(200, 40, 40, 0.1));
  border: 1px solid rgba(255, 120, 120, 0.25);
}

.purchase-info-block.price-block i {
  color: #ff5c5c;
}

.purchase-info-block.price-block b {
  color: #ff9b9b;
}

.purchase-info-block.info-block {
  background: linear-gradient(135deg, rgba(100, 160, 255, 0.12), rgba(80, 130, 200, 0.08));
  border: 1px solid rgba(120, 160, 255, 0.2);
}

.purchase-info-block.info-block i {
  color: #6bbcff;
}

.purchase-info-block.info-block b {
  color: #8fd9ff;
}

/* ===============================
   SN ROW
   =============================== */

.sn-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(255,255,255,0.02);
  transition: all 0.2s ease;
  border: 1px solid rgba(255,255,255,0.03);
}

.sn-row:last-child {
  margin-bottom: 0;
}

.sn-row:hover {
  background: rgba(255,255,255,0.05);
  transform: translateX(2px);
}

.sn-row i {
  font-size: 13px;
  min-width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sn-row--success {
  background: linear-gradient(135deg, rgba(255, 70, 70, 0.15), rgba(200, 40, 40, 0.1));
  border: 1px solid rgba(255, 120, 120, 0.25);
  font-weight: 700;
}

.sn-row--success i {
  color: #ff5c5c;
}

.sn-row--success b {
  color: #ff9b9b;
}

.sn-row--accent {
  background: linear-gradient(135deg, rgba(100, 160, 255, 0.12), rgba(80, 130, 200, 0.08));
  border: 1px solid rgba(120, 160, 255, 0.2);
}

.sn-row--accent i {
  color: #6bbcff;
}

.sn-row--accent b {
  color: #8fd9ff;
}

/* ===============================
   STORE STEP
   =============================== */

.store-step {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  background: linear-gradient(
    135deg,
    rgba(255, 90, 90, 0.08),
    rgba(200, 50, 50, 0.04)
  );
  border: 1px solid rgba(255,120,120,0.12);
  border-left: 3px solid #8f1e1e;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.store-step i {
  color: #ff9b9b;
  font-size: 13px;
  min-width: 16px;
}

/* ===============================
   CUSTOM CHECKBOX (COMPLETE REMAKE)
   =============================== */

.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 0;
  background: transparent;
  border: none;
}

/* Скрываем стандартный чекбокс */
.custom-checkbox input[type="checkbox"] {
  display: none;
}

/* Кастомная галочка */
.custom-checkbox input[type="checkbox"] + label::before {
  content: '';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-right: 8px;
  background: #0d0e12;
  border: 2px solid rgba(255, 120, 120, 0.3);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  vertical-align: middle;
}

/* Галочка при hover */
.custom-checkbox input[type="checkbox"]:hover + label::before {
  border-color: rgba(255, 120, 120, 0.6);
  background: rgba(255, 120, 120, 0.05);
}

/* Галочка при checked */
.custom-checkbox input[type="checkbox"]:checked + label::before {
  content: '✓';
  background: linear-gradient(135deg, #b72a2a, #7a1717);
  border-color: #ff5c5c;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

/* Активное состояние */
.custom-checkbox input[type="checkbox"]:active + label::before {
  transform: scale(0.95);
}

/* Лейбл */
.custom-checkbox label {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #eaeaea;
  user-select: none;
  cursor: pointer;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  flex: 1;
}

.custom-checkbox label a {
  color: #ff9b9b;
  text-decoration: underline;
  font-weight: 700;
  transition: color 0.2s ease;
  margin: 0 4px;
}

.custom-checkbox label a:hover {
  color: #ffb3b3;
}

.custom-checkbox label b {
  color: #ff9b9b;
  font-weight: 700;
}

/* ===============================
   NOTY BLOCKS
   =============================== */

.noty-block {
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 12px;
  margin-bottom: 14px;
  transition: all 0.3s ease;
}

.noty-block p {
  margin-bottom: 0;
}

.noty-block.error {
  background: linear-gradient(135deg, rgba(200, 40, 40, 0.15), rgba(150, 20, 20, 0.1));
  border: 1px solid rgba(255, 80, 80, 0.25);
  color: #ffb3b3;
}

.noty-block.error i {
  color: #ff5c5c;
  margin-right: 6px;
}

.noty-block.success {
  background: linear-gradient(135deg, rgba(60, 150, 80, 0.15), rgba(40, 100, 60, 0.1));
  border: 1px solid rgba(100, 255, 140, 0.25);
  color: #aaffc3;
}

.noty-block.success i {
  color: #6dff9b;
  margin-right: 6px;
}

/* ===============================
   BUTTON PRIMARY
   =============================== */

.btn {
  border-radius: 8px;
  font-weight: 700;
  font-size: 13px;
  padding: 12px 16px;
  transition: all 0.25s ease;
  border: none;
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(135deg, #b72a2a, #7a1717);
  color: #fff;
  border: 1px solid rgba(255,120,120,0.3);
  box-shadow: 0 6px 16px rgba(150, 30, 30, 0.35);
}

.btn-primary:hover:not(.disabled) {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #d93a3a, #8f1e1e);
  box-shadow: 0 8px 20px rgba(180, 40, 40, 0.45);
}

.btn-primary:active:not(.disabled) {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(150, 30, 30, 0.35);
}

.btn-primary.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.btn-primary i {
  margin-right: 6px;
}

/* ===============================
   PAYMENT BUTTON
   =============================== */

.btn-payment {
  width: 100%;
  padding: 14px 16px;
  margin-top: 16px;
  background: linear-gradient(135deg, #b72a2a, #7a1717);
  color: #fff;
  border: 1px solid rgba(255,120,120,0.3);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 6px 16px rgba(150, 30, 30, 0.35);
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
/* ===============================
   CUSTOM CHECKBOX (COMPLETE REMAKE)
   =============================== */

.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 0;
  background: transparent;
  border: none;
}

/* Скрываем стандартный чекбокс */
.custom-checkbox input[type="checkbox"] {
  display: none;
}

/* Кастомная галочка */
.custom-checkbox input[type="checkbox"] + label::before {
  content: '';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-right: 8px;
  background: #0d0e12;
  border: 2px solid rgba(255, 120, 120, 0.3);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  vertical-align: middle;
}

/* Галочка при hover */
.custom-checkbox input[type="checkbox"]:hover + label::before {
  border-color: rgba(255, 120, 120, 0.6);
  background: rgba(255, 120, 120, 0.05);
}

/* Галочка при checked */
.custom-checkbox input[type="checkbox"]:checked + label::before {
  content: '✓';
  background: linear-gradient(135deg, #b72a2a, #7a1717);
  border-color: #ff5c5c;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

/* Активное состояние */
.custom-checkbox input[type="checkbox"]:active + label::before {
  transform: scale(0.95);
}

/* Лейбл */
.custom-checkbox label {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #eaeaea;
  user-select: none;
  cursor: pointer;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  flex: 1;
}

.custom-checkbox label a {
  color: #ff9b9b;
  text-decoration: underline;
  font-weight: 700;
  transition: color 0.2s ease;
  margin: 0 4px;
}

.custom-checkbox label a:hover {
  color: #ffb3b3;
}

.custom-checkbox label b {
  color: #ff9b9b;
  font-weight: 700;
}
.btn-payment:hover:not(.disabled) {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #d93a3a, #8f1e1e);
  box-shadow: 0 8px 20px rgba(180, 40, 40, 0.45);
}

.btn-payment:active:not(.disabled) {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(150, 30, 30, 0.35);
}

.btn-payment.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.btn-payment i {
  font-size: 13px;
}

/* ===============================
   RESPONSIVE
   =============================== */

@media (max-width: 768px) {
  .custom-control {
    gap: 8px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .custom-control-input {
    width: 16px;
    height: 16px;
    min-width: 16px;
  }

  .custom-control-label {
    font-size: 11px;
  }
}

@media (max-width: 992px) {
  .product-info-box {
    width: 260px;
    padding: 14px;
    top: 12px;
    right: 12px;
  }

  .info-box-title {
    font-size: 10px;
    margin-bottom: 12px;
  }

  .info-item {
    font-size: 11px;
    padding: 8px 0;
  }

  .info-label {
    font-size: 10px;
  }

  .info-value {
    font-size: 11px;
  }

  .tarif-row .store-btn {
    min-width: 120px;
  }

  .params-form {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-header {
    font-size: 11px;
    padding: 10px 14px;
  }
}

@media (max-width: 768px) {
  .product-info-box {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding: 12px;
  }

  .product-image-container {
    margin-bottom: 16px;
  }

  .store-notice--compact {
    margin-bottom: 12px;
  }

  .sn-row {
    padding: 8px 10px;
    font-size: 11px;
  }

  .btn-primary {
    padding: 11px 14px;
    font-size: 12px;
  }

  .btn-payment {
    padding: 12px 14px;
    font-size: 12px;
  }

  .tarif-row .store-btn {
    min-width: 100px;
    min-height: 40px;
    font-size: 11px;
  }

  .params-form {
    grid-template-columns: 1fr;
  }

  .purchase-section {
    padding: 16px;
  }

  .info-item {
    font-size: 12px;
    padding: 8px 0;
  }

  .purchase-field input {
    font-size: 12px;
    padding: 9px 10px;
  }

  .section-header {
    font-size: 11px;
    padding: 10px 12px;
    margin-top: 14px;
    margin-bottom: 10px;
  }
}

/* ===============================
   SHOP PAGE HEADER
   =============================== */

.shop-page-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.shop-page-header .toolbar__icon {
  flex-shrink: 0;
}

.shop-page-header .toolbar__header {
  flex: 1;
}

.shop-page-header .toolbar__title {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  margin: 0 0 4px;
}

.shop-page-header .toolbar__subtitle {
  font-size: 13px;
  color: rgba(255,255,255,0.65);
}

/* ===============================
   SHOP GRID
   =============================== */

.shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

/* ===============================
   PRODUCT CARD
   =============================== */

.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(25,25,25,0.95), rgba(15,15,15,0.98));
  border: 1px solid rgba(255,255,255,0.05);
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
  transition: all 0.3s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,120,120,0.2);
  box-shadow: 0 12px 32px rgba(150,30,30,0.35);
}

/* ===============================
   PRODUCT IMAGE
   =============================== */

.product-card-image {
  position: relative;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.product-card-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.3) 100%);
  z-index: 1;
}

.product-card-image:hover {
  filter: brightness(1.1);
}

/* ===============================
   PRODUCT PRICE BADGE
   =============================== */

.product-price-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  padding: 8px 14px;
  background: linear-gradient(135deg, #b72a2a, #7a1717);
  color: #fff;
  border: 1px solid rgba(255,120,120,0.4);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.3px;
  box-shadow: 0 4px 12px rgba(150,30,30,0.4);
  transition: all 0.2s ease;
}

.product-card:hover .product-price-badge {
  transform: scale(1.05);
}

/* ===============================
   PRODUCT TITLE
   =============================== */

.product-title {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,0.1);
  cursor: default;
}

/* ===============================
   PRODUCT BODY
   =============================== */

.product-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
}

.product-card-subtitle {
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
}

.product-card-description {
  flex: 1;
  font-size: 12px;
  color: rgba(255,255,255,0.75);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ===============================
   PRODUCT ACTIONS
   =============================== */

.product-card-actions {
  display: flex;
  gap: 8px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.05);
}

.product-card-actions .btn {
  flex: 1;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 6px;
  transition: all 0.2s ease;
  text-align: center;
  cursor: pointer;
  border: none;
}

.product-card-actions .btn-buy {
  background: linear-gradient(135deg, #b72a2a, #7a1717);
  color: #fff;
  border: 1px solid rgba(255,120,120,0.3);
}

.product-card-actions .btn-buy:hover {
  background: linear-gradient(135deg, #d93a3a, #8f1e1e);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(150,30,30,0.35);
}

.product-card-actions .btn-description {
  background: rgba(100,160,255,0.15);
  color: #8fd9ff;
  border: 1px solid rgba(120,160,255,0.25);
}

.product-card-actions .btn-description:hover {
  background: rgba(100,160,255,0.25);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(80,130,200,0.25);
}

/* ===============================
   EMPTY STATE
   =============================== */

.empty-element {
  width: 100%;
  padding: 60px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  background: linear-gradient(180deg, rgba(25,25,25,0.95), rgba(15,15,15,0.98));
  border: 1px dashed rgba(255,255,255,0.1);
  border-radius: 12px;
}

/* ===============================
   MODAL (DESCRIPTION)
   =============================== */

.modal-content {
  background: linear-gradient(180deg, rgba(25,25,25,0.98), rgba(15,15,15,0.99));
  border: 1px solid rgba(255,120,120,0.2);
  border-radius: 10px;
}

.modal-header {
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 16px;
}

.modal-header .modal-title {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
}

.modal-header .close {
  color: rgba(255,255,255,0.6);
  opacity: 1;
  font-size: 24px;
  transition: color 0.2s ease;
}

.modal-header .close:hover {
  color: #fff;
}

.modal-body {
  padding: 16px;
  color: #eaeaea;
  font-size: 13px;
  line-height: 1.6;
}

.modal-body.with_code {
  background: rgba(0,0,0,0.3);
}

.modal-body b {
  color: #ff9b9b;
  font-weight: 700;
}

.modal-body a {
  color: #6bbcff;
  text-decoration: underline;
}

.modal-body a:hover {
  color: #8fd9ff;
}

/* ===============================
   RESPONSIVE
   =============================== */

@media (max-width: 992px) {
  .shop-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 14px;
  }

  .product-card-image {
    height: 180px;
  }

  .product-price-badge {
    font-size: 12px;
    padding: 6px 12px;
  }

  .product-title {
    font-size: 11px;
    padding: 6px 10px;
  }
}

@media (max-width: 768px) {
  .shop-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .product-card-image {
    height: 200px;
  }

  .product-card-body {
    gap: 10px;
    padding: 14px;
  }

  .product-card-actions {
    flex-wrap: wrap;
    gap: 8px;
  }

  .product-card-actions .btn {
    flex: 1;
    min-width: 100px;
  }

  .shop-page-header .toolbar__title {
    font-size: 20px;
  }
}