 /* Responsive Design */
 @media (max-width: 1024px) {}

 @media (max-width: 768px) {}

 @media (max-width: 425px) {
     .section-title h2 {
         font-size: 18px;
     }

     .price-container {
         /* display: flex; */
         justify-content: space-between;
         align-items: center;
         width: 100%;
         font-size: 10px;
         font-weight: bold;
         margin: -8px 0px;
     }

     .produc-price-info {
         font-size: 12px;
         font-weight: 700;
     }

     .product-title {
         margin: 0px;
     }
     /* seller */
     .border-light {
        border-color: var(--light) !important;
        height: 30px;
    }
    
 }
 