/*
 * Inline styles lifted verbatim out of cosmeticscartpage.blade.php by tools/blade-to-jsx.mjs.
 *
 * It lived inline in the template, so it loads after the shared stylesheets and keeps the
 * same precedence here. Edit the Blade original and re-run the port rather than editing
 * this file, or the two versions drift silently — which is the whole thing this rebuild
 * is trying to avoid.
 */
ul.list-inline {
			float: left;
			width: 100%;
			text-align: center;
			}
			.list-inline li {
			width: 48%;
			padding: 2%;
			margin-bottom: 0;
			display: block;
			float: left;
			}
			@media only screen and (max-width: 480px) {
			.list-inline li {
			width: 18%;
			padding: 2%;
			margin: 0;
			}
			
			}
