Returns Policy

THIS IS THE NEW CODE WE ADDED HERE /* Custom styles for product variants */ .product-variants { display: block; /* Ensure the container is block level */ } .product-variant { margin-bottom: 15px; /* Space between each variant */ } .product-variant label { display: block; /* Ensures the label takes up the full width */ margin-bottom: 5px; /* Space between label and select */ } .product-select { display: block; /* Ensures the select element takes up the full width */ width: 100%; /* Adjust width as needed */ padding: 8px; /* Optional: Add padding for better appearance */ }