@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&display=swap');

:root {

    --pc:#39623A;
    --sc:#f58435;
    --pf: "Baloo 2", sans-serif;
    --tc:#000;
    --wc:#fff;
    --bg:#FFF7E2;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-color: var(--wc);
    font-family: var(--pf);
    font-weight: 400;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--sf);
    color: var(--tc);
    font-family: var(--pf);
}

/* Paragraphs */
p {
    font-family: var(--sf);
    font-size: 16px;
}
/* Buttons */
.btn-custom a{
    background-color: var(--sc);
    color: var(--wc)!important;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-family: var(--pf);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-custom:hover {
    background-color: var(--pc);
}

/* Links */
a {
    color: var(--tc);
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}




/* TOPABR CSS */

 .marquee-wrapper {
      background: var(--pc);
      overflow: hidden;
      white-space: nowrap;
      border: 1px solid #ccc;
    }

    .marquee-content {
      display: inline-block;
      padding-left: 100%;
      animation: scroll-left 30s linear infinite;
    }

    .marquee-text {
      display: inline-block;
      padding: 10px 2rem;
      font-size: 1rem;
      font-weight: 500;
      line-height: 1rem;
      color: var(--wc);
    }

    @keyframes scroll-left {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-100%);
      }
    }
/* HEADER */


/* Footer Styling */
footer {
    background-color: var(--wc);
    color: #333;
    padding-top: 50px;
    font-family: var(--pf);
    font-weight: 600;
    margin-bottom: 0px!important;
}

.footer-content {
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.footer-section {
    flex: 1;
    min-width: 250px;
    margin: 20px;
}

.footer-section.about .logo {
    max-width: 200px;
    margin-bottom: 20px;
}

.footer-section h2,
.footer-section h3 {
    color: #333;
    margin-bottom: 25px;
    font-size: 1.2em;
    font-weight: bold;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #007bff;
}

.footer-section.about .contact-info span {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    line-height: 1.5;
}

.footer-section.about .contact-info i {
    margin-right: 10px;
    color: #555;
    font-size: 1.2em;
}

.footer-section .order-tracking a {
    color: #e67e22;
    text-decoration: none;
    font-weight: bold;
    margin-top: 20px;
    display: inline-block;
}

.footer-section .order-tracking a:hover {
    text-decoration: underline;
}

.footer-section .payment-icons img {
}

.footer-bottom {
    text-align: center;
    padding-top: 5px;
    border-top: 1px solid #ccc;
    color: #ffffff;
    font-size: 0.9em;
    background: var(--pc);
    margin-bottom: 0px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
    }

    .footer-section {
        margin: 20px 0;
        text-align: center;
    }

    .footer-section.about .contact-info span {
        justify-content: center;
    }

    .footer-section .payment-icons {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
} 


/* MOBILE RESPONSIVE MENU */
@media only screen and (max-width: 600px) {


.footer-content{
    margin-left: -10%!important;
}
.footer-bottom p{
    font-size: 0.8rem;
    margin-left: -10%;
}
.menu-icon{
                margin-left: -10%;
            }
            .cart{
                margin-left: -25%;
            }
 

                    .fullpage-slider .item {
        height: 25vh!important;
        overflow: hidden;
    }

    .fullpage-slider .item img {
        width: 100%;
        height: 80vh;
        object-fit: contain;
    }
      .product-name{
padding-top: 20px;
line-height: 30px!important;
font-size: 2rem!important;
      }
}



/* HOME PAGE */
.fullpage-slider .item {
    height: 70vh; /* full height */
    overflow: hidden;
}

.fullpage-slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover!important;
}

.fullpage-slider.owl-theme .owl-nav.disabled + .owl-dots {
    position: relative;
    margin-top: -30px !important;
}

.cool-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
background-color: var(--pc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: fadeInUp 1s ease-in-out;
  letter-spacing: 2px;
}

 .benefits {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
      text-align: center;
    }
    
    .benefit-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      max-width: 150px;
    }
    
    .benefit-item img {
      width: 50px;
      height: auto;
      object-fit: contain;
      margin-bottom: 8px;
    }
    
    .benefit-item p {
      margin: 0;
      font-weight: 600;
      font-size: 14px;
      color: #333;
    } .demand li{
    font-weight: 600;
    text-align: justify;
  }

  .demand{
        font-weight: 600;
    text-align: justify;
  }

  .cat a{
    color: var(--sc);
  }

  .acart {
    font-size:1.3rem!important;
padding-top: 2px;
font-weight: 800;
  }


  .product-name{
    font-weight: 600;
    line-height: 1rem;
    font-size: 2.5rem;
  }

   .gallery-item {
            position: relative;
            overflow: hidden;
            margin-bottom: 30px;
        }
        .gallery-item img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        .gallery-item:hover img {
            transform: scale(1.05);
        }
        .gallery-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        .gallery-item:hover .gallery-overlay {
            opacity: 1;
        }
        .gallery-stats {
            color: white;
            text-align: center;
        }
        .gallery-stats i {
            margin: 0 5px;
        }
  /* PRODUCT CARD */
   .product-card {
            margin-bottom: 40px!important;
            border: 1px solid #e9ecef; /* Lighter, subtle border */
            border-radius: 12px;
            overflow: hidden;
            border: none!important;
            transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
            margin-top: -2rem;
        }
        .product-card:hover {
            transform: translateY(-8px); /* More pronounced lift */
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); /* Clearer shadow on hover */
        }
        .product-card img {
            width: 100%;
            height: 300px; /* Slightly increased height for images */
            object-fit: cover; /* Ensures image covers the area */
            padding: 0; /* No padding around the image */
        }
        .card-body {
            padding: 25px 20px; 
            height: 210px!important;
        }
        .card-title {
            font-size: 1.4rem; /* Larger title font size */
            font-weight: 700; /* Bolder title */
            min-height: 60px; /* Increased min-height for titles */
            display: flex;
            align-items: center;
            justify-content: center;
            color: #343a40;
            line-height: 1.3;
        }
        .card-price {
            font-size: 1.35rem; 
            color: #28a745;
            font-weight: bold;
            margin-bottom: 20px; 
        }
        .btn-add-to-cart {
            background-color: var(--sc);
            color: white;
            border: none;
            padding: 14px 30px;
            border-radius: 8px;
            font-weight: bold;
            transition: background-color 0.2s ease, transform 0.2s ease; 
            text-transform: uppercase; 
        }
        .btn-add-to-cart:hover {
            background-color: #ffffff;
            transform: translateY(-2px); 
            border: 1px solid var(--sc);
            color:var(--sc);
        }
        .best-selling-badge {
            position: absolute;
            display: none;
            top: 15px;
            right: 15px;
            background-color: #28a745;
            color: white;
            padding: 7px 14px; 
            border-radius: 8px;
            font-size: 0.9rem; 
            font-weight: bold;
            z-index: 1;
        }
        .read-more-btn {
            border: 1px solid #ced4da;
            color: #495057;
            padding: 14px 30px;
            border-radius: 8px;
            text-decoration: none;
            display: inline-block;
            transition: all 0.2s ease; 
            font-weight: 600; 
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .read-more-btn:hover {
            background-color: #e9ecef;
            color: #343a40; 
            transform: translateY(-2px); /* Slight lift on hover */
        }

        .youtube h2{
            color: var(--pc);
            font-size: 2.5rem;
            line-height: 3rem;
            font-weight: 400;
        }
        .youtube p{
            font-size: 1.3rem;
            font-weight: 500;
            line-height: 2rem;
            color: 
rgb(56, 55, 58);
        }

        .youtube .btn{
            width: 250px!important;
            padding: 0.8rem;
            font-size: 1.2rem;
        }

        .youtube .btn-success{
            background-color: var(--pc)!important;
        }

        .youtube .btn-warning{
            background-color: var(--sc);
        }


        .whyus img{
            width: 80px!important;
padding-bottom: 10px;
        }

          .testimonials-section {
            padding: 50px 0 20px 0;
            background: linear-gradient(135deg, #ffffff 0%, #f8f9fc 100%);
            position: relative;
            overflow: hidden;
        }

        .testimonials-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect width="1" height="1" fill="%234e73df" opacity="0.1"/></svg>');
            opacity: 0.1;
        }

        .section-title {
            position: relative;
            margin-bottom: 60px;
        }

        .section-title h2 {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--pc)!important;
            margin-bottom: 15px;
        }

        .section-title p {
            color: #6c757d;
            font-size: 1.1rem;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
            border-radius: 2px;
        }

        .testimonial-card {
            background: white;
            border-radius: 20px;
            padding: 40px 30px;
            margin: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .testimonial-card::before {
            content: '"';
            position: absolute;
            top: 20px;
            left: 20px;
            font-size: 120px;
            color: var(--primary-color);
            opacity: 0.1;
            font-family: serif;
        }

        .testimonial-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.1);
        }

        .testimonial-img {
            width: 120px!important;
            height: 120px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 25px;
            border: 4px solid white;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }

        .testimonial-card:hover .testimonial-img {
            transform: scale(1.1);
        }

        .testimonial-text {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #555;
            margin-bottom: 25px;
            position: relative;
            z-index: 1;
        }

        .testimonial-name {
            font-weight: 600;
            color: var(--dark-color);
            margin-bottom: 5px;
            font-size: 1.2rem;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .certified-icon {
            color: var(--sc);
            font-size: 1.1rem;
        }

        .testimonial-position {
            color: var(--sc);
            font-size: 0.9rem;
            font-weight: 500;
        }

        .testimonial-date {
            display: flex;
            align-items: center;
            gap: 5px;
            color: var(--pc);
            font-size: 0.9rem;
            margin-top: 5px;
        }

        .date-icon {
            color: var(--secondary-color);
        }

        .rating {
            color: #ffc107;
            margin-bottom: 15px;
        }

        .owl-nav button {
            position: absolute;
            top: 40%;
            transform: translateY(-50%);
            width: 50px;
            height: 50px;
            border-radius: 50% !important;
            background: white !important;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }

        .owl-nav button:hover {
            background: var(--primary-color) !important;
            color: white !important;
        }

        .owl-prev {
            left: -25px;
        }

        .owl-next {
            right: -25px;
        }

        .owl-dots {
            margin-top: 30px;
        }

        .owl-dot span {
            width: 12px;
            height: 12px;
            margin: 5px;
            background: #e9ecef !important;
            transition: all 0.3s ease;
        }

        .owl-dot.active span {
            background: var(--primary-color) !important;
            transform: scale(1.2);
        }

        @media (max-width: 768px) {
            .testimonials-section {
                padding: 60px 0;
            }
            
            .section-title h2 {
                font-size: 2rem;
            }

            .testimonial-card {
                padding: 30px 20px;
            }

            .owl-nav button {
                width: 40px;
                height: 40px;
            }
        }

         .brand-marquee {
border: none!important;
    animation: scroll-left 30s linear infinite;
    background-color: white!important;
  }

  .brand-marquee img {
    height: 80px;
    margin: 0 25px;
    object-fit: contain;
    transition: transform 0.3s ease;
  }

  .brand-marquee img:hover {
    transform: scale(1.1);
  }

 .cta{
    background-color: var(--pc);
    color: var(--wc);
 }

 .cta h2{
    color: white;
    font-size: 3rem;
 }

 .cta .btn{
    font-size: 1rem;
    font-weight: 800;
 }

  /* CART PAGE */
        .cart-container, .cart-totals-container {
            background-color: #ffffff;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
            font-weight: 600;
        }
        .table {
            width: 100%;
            margin-bottom: 1rem;
            color: #212529;
            vertical-align: top;
            border-color: #dee2e6;
        }
        .table th, .table td {
            vertical-align: middle;
            border-top: none;
            padding: 15px 0; /* Adjust padding for table cells */
            font-weight: 800!important;
        }
        .table thead th {
            font-weight: normal;
            color: var(--sc);
            text-transform: uppercase;
            font-size: 1rem;
            border-bottom: 1px solid #dee2e6;
        }
        .product-image {
            width: 80px;
            height: 80px;
            object-fit: cover;
            margin-right: 15px;
        }
        .quantity-control {
            display: flex;
            align-items: center;
            border: 1px solid #dee2e6;
            border-radius: 5px;
            width: 100px;
            justify-content: space-between;
        }
        .quantity-control button {
            background: none;
            border: none;
            padding: 5px 10px;
            cursor: pointer;
            font-size: 1.1em;
            color: #495057;
        }
        .quantity-control input {
            width: 30px;
            text-align: center;
            border: none;
            font-size: 1em;
            -moz-appearance: textfield; /* Remove arrows from number input in Firefox */
            outline: none;
            font-weight: 800;
        }
        .quantity-control input::-webkit-outer-spin-button,
        .quantity-control input::-webkit-inner-spin-button {
            -webkit-appearance: none; /* Remove arrows from number input in Chrome, Safari, Edge */
            margin: 0;
        }
        .remove-item {
            color: #dc3545;
            text-decoration: none;
            font-size: 1.5em;
        }
        .coupon-section {
            display: flex;
            margin-top: 30px;
            align-items: center;
            color: #000!important;
        }
        .coupon-section input {
            flex-grow: 1;
            padding: 10px;
            border: 1px solid #dee2e6;
            border-radius: 5px 0 0 5px;
            outline: none;
            color: #000!important;
        }
        .coupon-section button {
            background-color: var(--sc);
            border: 1px solid #dee2e6;
            border-left: none;
            padding: 8px 20px;
            border-radius: 0 5px 5px 0;
            color: var(--wc);
            font-weight: 500;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .coupon-section button .arrow-icon {
            margin-left: 8px;
            font-size: 1.2em;
        }
        .cart-totals-container {
            margin-top: 20px;
        }
        .cart-totals-container h3 {
            font-size: 1.5em;
            margin-bottom: 25px;
            border-bottom: 1px solid #dee2e6;
            padding-bottom: 15px;
            font-weight: 800;
        }
        .cart-totals-row {
            display: flex;
            justify-content: space-between;
            margin-bottom: 15px;
            font-size: 1.1em;
        }
        .cart-totals-row .label {
            color: #6c757d;
        }
        .cart-totals-row .value {
            font-weight: 500;
        }
        .cart-totals-row.shipping-details {
            font-size: 0.9em;
            color: #6c757d;
            flex-direction: column;
            text-align: right;
            margin-top: -10px;
            margin-bottom: 20px;
        }
        .cart-totals-row.total-row {
            font-size: 1.3em;
            font-weight: bold;
            border-top: 1px solid #dee2e6;
            padding-top: 20px;
            margin-top: 20px;
        }
        .proceed-checkout-btn {
            width: 100%;
            background-color: #fd7e14; /* Orange color from image */
            color: #ffffff;
            border: none;
            padding: 12px;
            border-radius: 5px;
            font-size: 1.1em;
            font-weight: 500;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 20px;
        }
        .proceed-checkout-btn .arrow-icon {
            margin-left: 8px;
            font-size: 1.2em;
        }

        /* Responsive adjustments */
        @media (max-width: 991.98px) {
            .cart-totals-container {
                margin-top: 30px;
            }
        }
        @media (max-width: 767.98px) {
            .table-responsive {
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
            }
            .table th, .table td {
                padding: 10px; /* Adjusted padding for better fit on small screens */
                /* white-space: nowrap; */ /* Removed to allow content to wrap */
            }
            .product-info {
                flex-direction: column;
                align-items:center;
                white-space: normal; /* Allow product name to wrap */
            }
            .product-image {
                margin-bottom: 10px;
                margin-right: 0;
            }
            .quantity-control {
                width: 100px; /* Maintain a consistent width */
                margin: 0 auto; /* Center quantity control */
            }
            .coupon-section {
                flex-direction: column;
            }
            .coupon-section input, .coupon-section button {
                width: 100%;
                border-radius: 5px;
                margin-top: 10px;
            }
            .coupon-section button {
                border-left: 1px solid #dee2e6;
            }
            .cart-totals-row {
                flex-direction: column;
                text-align: center;
            }
            .cart-totals-row .label {
                margin-bottom: 5px;
            }
            .value{
    text-align: center!important;
}
        }
        @media (max-width: 575.98px) {
            .cart-container, .cart-totals-container {
                padding: 15px;
            }
            .table thead {
                display: none; /* Hide table header on very small screens */
            }
            .table, .table tbody, .table tr, .table td {
                display: block; /* Make table elements behave like block elements */
                width: 100%;
            }
            .table tr {
                margin-bottom: 15px;
                border: 1px solid #dee2e6;
                border-radius: 5px;
                padding: 10px;
            }
            .table td {
                text-align: right;
       
                position: relative;
            }
            .table td::before {
                content: attr(data-label);
                position: absolute;
                left: 10px;
                width: calc(50% - 20px);
                text-align: left;
                font-weight: bold;
                color: #6c757d;
            }
            .product-info {
                align-items: center;
                text-align: center;
                
            }
            .quantity-control {
                margin: 10px auto;
            }
            .remove-item {
                position: absolute;
                top: 10px;
                right: 10px;
            }
            .shipping-details span{
    text-align: center!important;
}
        }


        .lab img{
            width: 100px;
        }

        .lab h2{
            font-size: 1rem;
            font-weight: 800;
        }


        .product-title{
            color: var(--pc);
            font-size: 2.5rem;
        }
        .product-price{
font-size: 2rem;
font-weight: 800;
        }

        .old-price{
            font-size: 1rem;
            font-weight: 800;
            text-decoration: line-through;
            color: var(--pc);
        }

.price{
    color: var(--pc);
    font-weight: 800;
}


                .pdesc {
            max-width: 800px;
            margin: 0 auto;
            padding: 20px;
        }
        .accordion-button {
            font-weight: 600;
            color: #2c3e50;
            background-color: #f8f9fa;
            border: none;
            padding: 1.2rem;
        }
        .accordion-button:not(.collapsed) {
            color: var(--pc);
            background-color: #fff;
            box-shadow: 0 0 0 0.25rem rgba(231, 76, 60, 0.1);
        }
        .accordion-button:focus {
            box-shadow: 0 0 0 0.25rem rgba(231, 76, 60, 0.1);
        }
        .accordion-body {
            padding: 1.5rem;
            background-color: #fff;
        }
        .benefit-item, .best-for-item {
            display: flex;
            align-items: center;
            margin-bottom: 12px;
            font-size: 1.05rem;
            color: #34495e;
        }
        .benefit-item i, .best-for-item i {
          color: var(--pc);
            margin-right: 12px;
            font-size: 1.1rem;
        }
        .spec-item {
            background-color: #f8f9fa;
            padding: 12px 15px;
            border-radius: 8px;
            margin-bottom: 10px;
        }
        .spec-item strong {
            color: #2c3e50;
            margin-right: 8px;
        }
        .usage-text {
            background-color: #f8f9fa;
            padding: 15px;
            border-radius: 8px;
            border-left: 4px solid var(--pc)
            font-size: 1.05rem;
            color: #34495e;
        }
        .overview-title {
                     color: var(--pc);
            margin-bottom: 15px;
            font-weight: 600;
        }
        .overview-text {
            line-height: 1.8;
            color: #34495e;
        }

        .progress{
    background: var(--bg)!important;
}

.progress-bar{
    background-color: var(--pc);
}

.info h6{
    color: var(--pc);
    font-weight: 800;
}

.info p{
    font-size: 1.2rem;
    color:black!important;
    font-weight: 500;
}

.rightside img{
    width: 30px;
}



/* User and Cart Hover */
.user-hover {
  position: relative;
  display: inline-block;
  cursor: pointer;
  float: right;
}

.user-popup {
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
  pointer-events: none;
  z-index: 1000;
}

.user-hover:hover .user-popup {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.btn-custom i{
  color:var(--bg);
}


.user-icon-container {
  position: relative;
  display: inline-block;

}

.user-icon {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
}

.popup-cart {
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
  pointer-events: none;
  z-index: 1000;
  width: 320px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.12);
  padding: 20px;
}


.popup-cart:hover{
  transform: translateY(0);
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}


.user-icon-container:hover .popup-cart {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  
}

.cart-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

.cart-img {
  width: 60px!important;
  height: 50px;
  border-radius: 8px;
}

.cart-title {
  font-weight: 600;
  color: #1a8f5c;
}

.cart-qty {
  color: #888;
  font-size: 14px;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  margin: 16px 0;
  font-size: 18px;
  font-weight: 600;
}

.cart-total-amount {
  color: #1a8f5c;
}

.cart-actions {
  display: flex;
  gap: 10px;
}

.view-cart-btn,
.checkout-btn {
  flex: 1;
  padding: 10px 0;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
}

.view-cart-btn {
  background: #fff;
  color: #1a8f5c;
  border: 1px solid #1a8f5c;
}

.checkout-btn {
  background: #1a8f5c;
  color: #fff;
}

