:root {
    --st-primary: #274bdb;      /* blue button */
    --st-primary-dark: #1f3ab0;
    --st-accent-red: #ef4444;   /* price red */
    --st-badge-purple: #7c3aed; /* save badge */
    --st-border: #e5e7eb;
    --st-radius: 8px;
  }
/* Checkout Page */
.step-badge {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffe9ef;
    color: #ff4b4b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
  }
  .text-accent {
    color: #ff4b4b;
  }
  .terms-confirm-area a:hover {
    text-decoration: underline;
  }
  .card{
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    border: none;
  }
.district-dropdown .dropdown-menu {
    max-height: 260px;
    overflow-y: auto;
}
/* Cart Page */
.Coupon-voucher-card{
    background: #f1f5f9;
}
@media (max-width: 500px) {
    .custom-td-width{
        width: 132px !important;
    }
}
/* Sub Sub Category Page */
.buy-now-btn {
  background-color: rgba(55,73,185,.05);
  color: #3749bb;
  font-weight: 700;
  font-size: 14px;
  border: none;
  padding: 8px 40px;
  width: 100%;
}
.buy-now-btn:hover {
  background-color: #3749bb;
  color: #ffffff;
}
.btn-upcoming{
  cursor: not-allowed !important;
  opacity: .7;
  background: rgba(55, 75, 185, 0.1) !important;
  color: #3749bb !important;
  padding: 8px 40px;
  font-weight: 700;
  font-size: 14px;
  border: none;
  width: 100%;
}
.btn-compare{
  background: none;
  margin-top: 7px;
  border: none;
  color: #666666;
  font-weight: 400;
  font-size: 13px;
  text-decoration: none;
  width: 100%;
  padding: 8px 10px;
}
.btn-compare:hover{
  background: #f1f3f5;
  color: #111 !important;
}
  .old-price {
    text-decoration: line-through;
    color: #6c757d;
    font-size: .85rem;
  }
  .starlink-wrapper {
    border-radius: var(--st-radius);
    border: 1px solid var(--st-border);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.04);
  }
  .product-card {
    border-radius: var(--st-radius);
    border: 1px solid var(--st-border);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
  }
  .product-card h3{
    font-size: 14px;
    line-height: 20px;
  }
  .product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(15, 23, 42, 0.09);
  }
  .product-card a:hover{
    text-decoration: underline;
    color: var(--color-link-hover);
  }
  .product-card ul li{
    font-size: 13px;
    color: #4b5563;
  }
  .product-card-img-wrap {
    border-radius: var(--st-radius) var(--st-radius) 0 0;
    border-bottom: 1px solid var(--st-border);
  }

  .product-card-img {
    height: 180px;
    object-fit: contain;
    display: block;
    margin-inline: auto;
  }

  .product-badge-save {
    position: absolute;
    top: 8px;
    left: 0;
    background-color: #7c3aed;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 0 999px 999px 0;
    font-size: 12px;
    font-weight: 600;
  }

  .price-main {
    color: var(--st-accent-red);
    font-weight: 700;
    font-size: 1.1rem;
  }
  .pagination-custom .page-link {
    border-radius: 4px !important;
    border: 1px solid var(--st-border);
    padding: 0.35rem 0.7rem;
    color: #4b5563;
    font-size: 0.85rem;
  }
  .pagination-custom .page-item.active .page-link {
    background: #dc2626;
    border-color: #dc2626;
    color: #fff;
    font-weight: 600;
  }
  .pagination-custom .page-item.disabled .page-link {
    background: #f9fafb;
    color: #9ca3af;
  }

  .description-card {
    border-radius: var(--st-radius);
    border: 1px solid var(--st-border);
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.04);
  }
.cpu-toolbar {
  background-color: #fff;
}
.subcategory-header-text p{
  font-size: 13px;
  color: #666;
}
  @media (max-width: 768px) {
    .cpu-toolbar h2 {
      margin-bottom: 10px !important;
    }
    .child-buttons a{
      font-size: 11px !important;
      padding: 0 10px !important;
    }
    .cpu-toolbar div{
      flex-direction: row !important;
    }
  }
/* Category Page */
.child-buttons a{
  display: inline-block;
  line-height: 34px;
  padding: 0 14px;
  color: #111;
  border: 1px solid #ddd;
  border-radius: 30px;
  margin: 0 5px 5px 0;
  font-size: 13px;
  font-weight: normal;
}
.child-buttons a:hover{
  background: #3749bb;
  border: 1px solid #3749bb;
  color: #fff;
  text-decoration: none;
}
