/* La vitrine suit la largeur normale définie par la page et son thème. */
.sticki-ssm {
	background: transparent;
	width: auto;
	max-width: none;
	margin: 0;
	border-radius: 0;
	overflow: visible;
}

/* Seul le bandeau de commande personnalisée sort jusqu'aux bords de l'écran. */
.sticki-ssm .ssm-custom-order {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: none;
	margin-right: -50vw;
	margin-left: -50vw;
	border-radius: 0;
}
