
.icon {
    margin-left: 10px;
  }

  .cart.header-icon {
    padding: 5px;
    margin-top: 12px;
    font-size: 17px;
    margin-right: 20px;
    font-size: 24px;
  }

  .menu {
    font-size: 13px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 5px;
    font-family: Montserrat;
  }

  .menu-list {
    display: inline-block;
    padding: 5px;
  }

  .header {
    position: sticky;
    top: 0;
    z-index: 9999999999999;
    background: #fff;
  }

  .category-image {
    width: 150px;
    height: 150px;
  }

  #owl-demo .item {
    margin: 3px;
  }

  #owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
  }

  .product-image {
    width: 100%;
  }

  .prodcut-item {
    padding: 20px;
  }

  .p-name {
    font-size: 17px;
  }

  .shopping-cart {
    padding-bottom: 50px;
    font-family: 'Montserrat', sans-serif;
  }

  .shopping-cart.dark {
    background-color: #f6f6f6;
  }

  .shopping-cart .content {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
    background-color: white;
  }

  .shopping-cart .block-heading {
    padding-top: 50px;
    margin-bottom: 40px;
    text-align: center;
  }

  .shopping-cart .block-heading p {
    text-align: center;
    max-width: 420px;
    margin: auto;
    opacity: 0.7;
  }

  .shopping-cart .dark .block-heading p {
    opacity: 0.8;
  }

  .shopping-cart .block-heading h1,
  .shopping-cart .block-heading h2,
  .shopping-cart .block-heading h3 {
    margin-bottom: 1.2rem;
    color: #3b99e0;
  }

  .shopping-cart .items {
    margin: auto;
  }

  .shopping-cart .items .product {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .shopping-cart .items .product .info {
    padding-top: 0px;
    text-align: center;
  }

  .shopping-cart .items .product .info .product-name {
    font-weight: 600;
  }

  .shopping-cart .items .product .info .product-name .product-info {
    font-size: 14px;
    margin-top: 15px;
  }

  .shopping-cart .items .product .info .product-name .product-info .value {
    font-weight: 400;
  }

  .shopping-cart .items .product .info .quantity .quantity-input {
    margin: auto;
    width: 80px;
  }

  .shopping-cart .items .product .info .price {
    margin-top: 15px;
    font-weight: bold;
    font-size: 22px;
  }

  .shopping-cart .summary {
    border-top: 2px solid #5ea4f3;
    background-color: #f7fbff;
    height: 100%;
    padding: 30px;
  }

  .shopping-cart .summary h3 {
    text-align: center;
    font-size: 1.3em;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .shopping-cart .summary .summary-item:not(:last-of-type) {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .shopping-cart .summary .text {
    font-size: 1em;
    font-weight: 600;
  }

  .shopping-cart .summary .price {
    font-size: 1em;
    float: right;
  }

  .shopping-cart .summary button {
    margin-top: 20px;
  }

  @media (min-width: 768px) {
    .shopping-cart .items .product .info {
      padding-top: 25px;
      text-align: left;
    }



    .shopping-cart .items .product .info .price {
      font-weight: bold;
      font-size: 22px;
      top: 17px;
    }

    .shopping-cart .items .product .info .quantity {
      text-align: center;
    }

    .shopping-cart .items .product .info .quantity .quantity-input {
      padding: 4px 10px;
      text-align: center;
    }
  }



  .cart-container {
    padding: 20px;
  }

  .cart-card {
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
  }

  .cart-image {
    width: 80px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
  }

  .quantity-input {
    width: 60px;
    text-align: center;
  }

  .summary-card {
    background: #fff;
    padding: 15px;
  }

  .summary-card ul {
    padding: 0;
    list-style: none;
  }

  .summary-card ul li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
  }

  .checkout-btn {
    width: 100%;
    background: #28a745;
    color: white;
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
    transition: all 0.3s ease;
  }

  .checkout-btn:hover {
    background: #218838;
  }

  .summary-card {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
  }

  .summary-card h5 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
  }

  .summary-card ul {
    list-style: none;
    padding: 0;
  }

  .summary-card ul li {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
  }

  .summary-card ul li:last-child {
    border-bottom: none;
  }

  .checkout-form {
    margin-top: 15px;
  }

  .checkout-form .form-control {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 16px;
  }

  .checkout-btn {
    width: 100%;
    background: #28a745;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s;
  }

  .checkout-btn:hover {
    background: #218838;
  }

  .slider-heading {
    color: #fff;
    font-size: 50px;
    font-family: math;
    font-weight: bold;
  }


  @media (max-width: 768px) {
    .details {
      font-size: 12px;
      padding: 6px;
    }

    .cart-container {
      padding: 2px;
    }
  }


  .btn-shopnow {
    padding: 5px 15px;
    background: #0000004d;
    color: #ffffff;
    font-weight: 500;
    font-size: 17px;
  }

  .btn-shopnow:hover {
    padding: 6px 18px;
    background: #0000004d;
    color: #ffffff;
    font-weight: 500;
    font-size: 17px;
  }

  .btn-view {
    background: #000000;
    box-shadow: 0px 1px 11px 2px rgb(0, 0, 0);
    margin-right: 3px;
    color: #fff;
  }

  .btn-cart {
    background: #000000;
    box-shadow: 0px 1px 11px 2px rgb(0, 0, 0);
    margin-right: 3px;
    color: #fff;
  }



      .btn-shopnow {
        padding: 5px 15px;
        background: #0000004d;
        color: #ffffff;
        font-weight: 500;
        font-size: 17px;
      }

      .btn-shopnow:hover {
        padding: 6px 18px;
        background: #0000004d;
        color: #ffffff;
        font-weight: 500;
        font-size: 17px;
      }

      .btn-view {
        background: #000000;
        box-shadow: 0px 1px 11px 2px rgb(0, 0, 0);
        margin-right: 3px;
        color: #fff;
      }

      .btn-cart {
        background: #000000;
        box-shadow: 0px 1px 11px 2px rgb(0, 0, 0);
        margin-right: 3px;
        color: #fff;
      }

      .product-card {
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        transition: transform 0.3s ease-in-out;
        margin-bottom: 20px;
        padding-bottom: 20px;
      }


      .product-card img {
        width: 100%;
        transition: opacity 0.3s ease-in-out;
      }

      .product-card .image-hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
      }



      .product-card .product-buttons {
        position: absolute;
        left: 50%;
        bottom: -50px;
        transform: translateX(-50%);
        opacity: 0;
        display: flex;
        gap: 10px;
        transition: bottom 0.4s ease-in-out, opacity 0.8s ease-in-out;
      }



      .product-card .image {
          overflow: hidden;
          border-radius: 10px; /* Smooth edges */
          display: inline-block;
        }

        .product-card .image img {
          transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
          display: block;
          width: 100%;
          border-radius: 10px; /* Ensures the image has smooth edges */
        }

        .product-card .image img:hover {
          transform: scale(1.1) rotate(2deg); /* Zoom + slight rotation */
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2); /* Adds depth */
        }
