/** Shopify CDN: Minification failed

Line 28:8 Expected identifier but found whitespace
Line 28:10 Unexpected "{"
Line 28:19 Expected ":"

**/
.collection_slider_container {
/*   border-top: 1px solid #eee; */
}

.collection_slider_container p {
  margin-bottom: 0;
}

.collection_slider_product {
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.review-title {
  text-align: center;
  text-transform: none;
  font-size: 30px;
  letter-spacing: 0px;
  color: {{ section.settings.titlecolor }};
}

.collection_slider_product .slick-track {
  padding: 0px 0px;
}

.collection_slider_product .slider-card {
  box-shadow: 0 0 1px #d0d0d0;
  margin: 0 auto;
  background-size: cover!important;
  border-radius: 5px;
  width: 4em;
  height: 4em;
  padding: 10px;
  margin: 10px auto;
  background-color: #fff;
}

@media screen and (max-width: 551px) { 
  .collection_slider_product .slider-card {
	width: 3em;
	height: 3em;
  }
}

.collection_slider_product .slider-card.img-contain {
	padding: 0;
}

.collection_slider_product .slider-card:focus, .collection_slider_product .slick-arrow:focus {
	outline: none;
}

.collection_slider_product .slick-arrow {
	text-indent: -9999px;
}

.collection_slider_product .card-header {
	display: flex;
	align-items: center;
}

.collection_slider_product .card-name h3, .collection_slider_product .card-title h3 {
	margin:0;
}

.collection_slider_product .card-name h3 {
	font-size: 16px;
}

.card-verified {
	margin: 0px 6px;
    background: #30b77a;
    padding: 2px 6px;
    border-radius: 2px;
    color: white;
    font-size: 11px;
    font-weight: 800;
}

.card-title {
    padding-top: 15px;
    font-size: 10px;
}

.collection_slider_product .slick-prev, .collection_slider_product .slick-next {
    z-index: 2;
  	position: absolute;
    background: #192646;
    width: 35px;
    height: 35px;
    border-radius: 5px;
  	cursor: pointer;
  	border: none;
}

.collection_slider_product .slick-prev {
	left: 0px;
}

.collection_slider_product .slick-next {
    right: 0px;
}

.collection_slider_product .slick-prev:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 1px solid #fff;
    display: inline-block;
    border-top: 1px solid #fff;
    transform: rotate(-45deg);
    top: 13px;
    left: 15px;
    color: #fff;
}

.collection_slider_product .slick-next:before {
	content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    display: inline-block;
    border-top: 1px solid #fff;
    transform: rotate(45deg);
    top: 13px;
    right: 15px;
}

.collection_slider_product .slick-prev:hover, .collection_slider_product .slick-prev:focus, .collection_slider_product .slick-next:hover, .collection_slider_product .slick-next:focus {
    transition: .2s ease-in-out;
    background: #00000059;
    color: #ffffff00;
}

.titre-slide {
    margin: 10px 0;
    font-weight: 800;
}
