   body {
      background: #ffe6e6 !important;
      font-family: 'Hind Siliguri', sans-serif !important;
   }

   .logo {
      text-align: center;
      margin: 30px 0;
   }

   .product-title {
      font-size: 40px;
      font-weight: bold;
      color: #1C7C54;
      text-align: center;
      margin-bottom: 20px;
   }

   .price-section {
      text-align: center;
      margin: 30px 0;
   }

   .price-section h3 {
      font-size: 28px;
      margin: 10px 0;
   }

   .price-regular {
      text-decoration: line-through;
      color: #888;
   }

   .price-offer {
      color: #E63946;
      font-size: 36px;
      font-weight: bold;
   }

   .btn-custom {
      display: block;
      width: 90%;
      margin: 10px auto;
      font-size: 20px;
      padding: 15px;
      background-color: #FF5722;
      color: #fff;
      border: none;
      border-radius: 8px;
      font-weight: bold;
      text-align: center;
   }

   .btn-custom i {
      margin-right: 8px;
   }

   .call-btn {
      background: #1C7C54;
   }

   .why-buy {
      background: #ffffff;
      padding: 20px;
      margin-top: 30px;
      border-radius: 10px;
   }

   .product-images img {
      width: 100%;
      border-radius: 10px;
      margin-bottom: 15px;
   }


.order-section {
   background: #fff;
   border-top: 4px solid #FF5722;
   border-bottom: 4px solid #FF5722;
   padding: 30px;
   margin: 30px auto;
   border-radius: 10px;
   max-width: 1140px;
}

.order-summary {
   background: #FAFAFA;
   padding: 20px;
   border-radius: 10px;
}

.order-summary h4 {
   margin-bottom: 20px;
   font-weight: bold;
}

.product-info img {
   width: 80px;
   height: auto;
   border-radius: 8px;
}

.quantity-box {
   display: flex;
   align-items: center;
}

.quantity-box button {
   width: 35px;
   height: 35px;
   background: #FF5722;
   color: #fff;
   border: none;
   font-weight: bold;
   font-size: 18px;
}

.quantity-box input {
   width: 50px;
   text-align: center;
   border: 1px solid #ccc;
   margin: 0 5px;
   border-radius: 4px;
}

.variant-options label,
.shipping-options label {
   display: block;
   margin-bottom: 8px;
   font-size: 16px;
}

.total-price {
   font-size: 18px;
   font-weight: bold;
   color: #1C7C54;
}

.btn-order {
   width: 100%;
   background: #FF5722;
   color: #fff;
   padding: 15px;
   font-size: 18px;
   font-weight: bold;
   border-radius: 8px;
   margin-top: 15px;
}

.btn-order i {
   margin-right: 8px;
}