  :root {
      --accent: #0ea5a4;
      --muted: #6b7280;
  }

  #applyFilters {
      background-color: #202020;
      color: #fff;
      margin-top: 30px;
  }

  .moment {
      height: 35px;
  }

  .aside {
      box-shadow: 0 0 10px 0px #ccc;
      border-radius: 10px;
  }

  .product-card {
      border-radius: 12px;
      overflow: hidden;
      transition: transform .16s ease, box-shadow .16s ease;
      box-shadow: 0 0 10px 0px #ccc;
  }

  .info-box {
      background: #f5f5f5;
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 10px 15px;
      margin-top: 10px;
      font-size: 14px;
      color: #444;
  }

  .tag {
      background: #e0e0e0;
      color: #333;
      padding: 5px 10px;
      border-radius: 6px;
      font-size: 13px;
  }


  .price-box {
      margin-top: 20px;
  }

  .btn-buy {
      background: #202020;
      color: white;
      padding: 10px 20px;
      border-radius: 6px;
      text-decoration: none;
      transition: 0.3s;
  }

  .btn-buy:hover {
      background: #444;
  }

  .product-img {
      min-height: 170px;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .product-img img {
      max-height: 160px;
      width: auto;
  }

  .badge-sale {
      background: linear-gradient(90deg, #ef4444, #f97316);
      color: white;
      padding: 8px 10px 8px 12px;
      text-align: center;
      align-content: center;
      border-radius: 999px;
      font-size: 12px;
  }

  .badge-new {
      background: #0fa829;
      color: white;
      padding: 8px 10px 8px 10px;
      text-align: center;
      align-content: center;
      border-radius: 999px;
      font-size: 12px;
  }

  .bg-black-b {
      background-color: #202020;
      color: #fff;
      padding: 6px 20px;
      border-radius: 7px;
  }

  .bg-vl {
      background-color: #202020;
      color: #fff;
      width: 60px;
      height: 60px;
      font-size: 20px;
  }

  @media (max-width: 768px) {
      .nont {
          display: none;
      }


  }