main {
  position: relative;
}


.order-header::after {
  content: ' ';
  background: url('https://app.sucrine.club/pictures/ee/41/ee415b5e34b524284e0b2acd0c1ef4f7546dddd9.jpg');
  background-repeat: no-repeat;
  -webkit-filter: blur(15px);
  position: absolute;
  opacity: 0.8;
  top: 0;
  left: 0;
  width: 100%;
  height: 550px;
  z-index: -1;
}


.welcome-message {
  position: relative;
  padding-top: 3rem !important;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 34px 35px, rgba(0, 0, 0, 0.12) 0px -12px 20px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.welcome-message::before {
  content: 'Bon de commande de démonstration';
  display: block;
  font-weight: bold;
  color: white;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  border-radius: .375rem .375rem 0 0;
  background: #B7885A;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg,rgba(183, 136, 90, 1) 0%, rgba(208, 209, 204, 1) 100%);
}

.welcome-message .rs-markdown p:last-child {
  padding-top:1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.welcome-message a {
    self-align:center;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	background:linear-gradient(to bottom, #2f6b3b 0%, #2f6b3b 100%);
	background-color:#77d42a;
	border-radius: 0.375rem;
	border:1px solid #268a16;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:Arial;
	font-size:15px;
	font-weight:normal;
	padding:6px 24px;
	text-decoration:none;
}
.welcome-message a:hover {
	background:linear-gradient(to bottom, #3f7b4b 0%, #3f8b4b 100%);
	background-color:#5cb811;
}
.welcome-message a:active {
	position:relative;
	top:1px;
}

body {
  background-color: #F8F8F8;
}

.product-list-item .product-list-item-custom-category {
  display: none;
}
