/* body {
    margin: 0;
    padding: 0;
    background-color: #f1f1f1;
    font-family: 'Segoe UI', sans-serif;
  } */

  .promo-banner {
    width: 1170px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(to right, #000 60%, #111);
    padding: 40px 60px;
    box-sizing: border-box;
    border-radius: 12px;
    overflow: hidden;
    margin: 40px auto;
    color: white;
  }

  .promo-content {
    flex: 1;
  }

  .promo-content #tag {
    color: #00ff88;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
  }

  .promo-content h1 {
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 25px;
    line-height: 1.3;
    text-align: start;
  }

  .countdown {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
  }

  .time-box {
    background-color: #fff;
    color: #000;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  }

  .time-box span:first-child {
    font-size: 18px;
    font-weight: 700;
  }

  .buy-btn {
    background-color: #00ff88;
    color: #000;
    padding: 14px 28px;
    border: none;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s ease;
  }

  .buy-btn:hover {
    background-color: #00e67a;
  }

  .promo-image {
    flex: 1;
    display: flex;
    justify-content: center;
  }

  .promo-image img {
    max-width: 100%;
    max-height: 400px;
  }






  /* New Arrival */

  /* body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Segoe UI', sans-serif;
  } */
