 * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: Arial, sans-serif;
    }

    body {
      background: #f5f5f5;
    }

    header {
      background: #39ee02ea;
      color: #ffffff;
      padding: 15px 0;
    }

    .header-container {
      width: 90%;
      margin: auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    nav a {
      color: #fff;
      margin-left: 15px;
      text-decoration: none;
      font-weight: bold;
    }

    .hero {
      background: url("https://images.unsplash.com/photo-1542838132-92c53300491e") center/cover;
      height: 450px;
      color: #fff;
      padding: 80px 20px;
      text-align: center;

    }

    .btn {
      display: inline-block;
      margin-top: 15px;
      background: #0ae639;
      color: #fff;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;

    }

    .products {
      padding: 50px 0;
      text-align: center;
    }

    .product-grid {
      width: 90%;
      margin: auto;
      display: grid;
      grid-template-columns: auto auto auto auto ;
      gap: 20px;
    }

    .product {
      
      background: #fff;
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

   
    .product img {
      width: 100%;
      border-radius: 5px;
    }

    .price {
      margin: 10px 0;
      font-weight: bold;
      color: #27ae60;
    }

    .btn-buy {
      display: inline-block;
      background: #11da1b;
      color: #fff;
      padding: 8px 15px;
      border-radius: 5px;
      text-decoration: none;
      cursor: pointer;
    }

    .btn-buy:active{
         background-color:palegreen;
    }

    footer {
      background: #222;
      color: #fff;
      text-align: center;
      padding: 15px;
      margin-top: 30px;
    }

    /* ===== CART MODAL ===== */
    .cart-modal {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 999;
    }

    .cart-content {
      background: #fff;
      padding: 25px;
      border-radius: 10px;
      width: 90%;
      max-width: 400px;
      position: relative;
    }

    .cart-content h2 {
      text-align: center;
      color: #27ae60;
      margin-bottom: 15px;
    }

    #cart-items {
      list-style: none;
      max-height: 200px;
      overflow-y: auto;
      margin-bottom: 15px;
    }

    #cart-items li {
      display: flex;
      justify-content: space-between;
      background: #f1f1f1;
      padding: 8px;
      margin-bottom: 8px;
      border-radius: 5px;
    }

    #cart-items button {
      background: none;
      border: none;
      color: red;
      cursor: pointer;
    }

    .total {
      text-align: right;
      font-weight: bold;
      margin-bottom: 15px;
    }

    .cart-buttons {
      display: flex;
      justify-content: space-between;
    }

    .btn-clear {
      background: #e74c3c;
      color: #fff;
      border: none;
      padding: 8px 15px;
      border-radius: 5px;
      cursor: pointer;
    }

    .btn-close {
      position: absolute;
      top: 10px;
      right: 10px;
      border: none;
      background: none;
      font-size: 18px;
      cursor: pointer;
    }

    .logo {
      font-size: 40px;
      text-align: center;
    }

    .da {
      width: 270px;
      height: 80px;
      border: 0.4px solid #ff0000;
      background-color: gainsboro;
      border-radius: 7px;
      text-align: center;
      gap: 9px;
      position: relative;
      left: 525px;
      margin: 32px;
    }
    .frfr{
      width: 65px;
      height: 64px;
      border-radius: 50%;
      position: relative;
      right: 100px;
    }
    /* .kd{
      display: flex;
      justify-content: center;
    } */
     .ggg{
      position: relative;
      bottom: 42px;
     }