.ds-spm-wrapper {
	width: 100%;
}

.ds-spm-wrapper ul.products {
	margin-left: 0;
	margin-right: 0;
}

.ds-spm-wrapper ul.products li.product {
	margin-bottom: 30px;
}

.ds-spm-notice {
	padding: 14px 16px;
	border: 1px solid #ddd;
	background: #fff8e5;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.ds-spm-wrapper ul.products {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px 14px;
	}

	.ds-spm-wrapper ul.products li.product {
		width: auto !important;
		margin: 0 !important;
		float: none !important;
	}
}

@media (max-width: 480px) {
	.ds-spm-wrapper ul.products {
		grid-template-columns: 1fr;
	}
}
