.vtex-shelf {
	display: none;
	text-align: center;
	margin-top: 0em;
	margin-bottom: 1.4em;
	min-height: 450px;
	margin: 20px 0px;
}

.vtex-shelf.active {
	display: block;
}

.vtex-shelf__list {
	position: relative;
}

.vtex-shelf__list article {
	padding: 0 10px;
}



.vtex-shelf__list .vtex-shelf__item-link {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 12px;
	color: #000000;
	height: 20px;
	margin-bottom: 5px;
	overflow: hidden;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.vtex-shelf__list .vtex-shelf__item-image {
	display: inline-block;
	margin-bottom: 1.55em;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;
}

.vtex-shelf__list .vtex-shelf__item-image img {
	pointer-events: none;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);

}



.vtex-shelf__list .vtex-shelf__item-call {
	font-size: 15px;
	text-decoration: underline;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.vtex-shelf__list .vtex-shelf__item.unavalible .vtex-shelf__item-call {
	color: #fd806c;
}

.vtex-shelf__list .vtex-shelf__item:hover .vtex-shelf__item-link,
.vtex-shelf__list .vtex-shelf__item:hover .vtex-shelf__item-call {
	color: #000;
}


.vtex-shelf__list .vtex-shelf__item:hover .vtex-shelf__item-image img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.vtex-shelf .vtex-shelf__title {
	font-weight: bold;
	font-size: 28px;
}

.vtex-shelf .vtex-shelf__list {
	min-height: 400px;
}

.vtex-shelf .vtex-shelf__list .vtex-shelf__item {
	height: 100%;
}

.vtex-shelf .vtex-shelf__list .vtex-shelf__item .vtex-shelf__item-image {
	margin-bottom: 0px;
}

.vtex-shelf .vtex-shelf__list .vtex-shelf__item .vtex-shelf__item-image img {
	height: 250px;
	width: 170px;
}

.vtex-shelf .vtex-shelf__list .vtex-shelf__item .vtex-shelf__item-image .vtex-shelf__item-name {
	margin-top: -8px;
	padding: 0px 3px;
	min-height: 95px;
}

.vtex-shelf .vtex-shelf__list .vtex-shelf__item .vtex-shelf__item-image .vtex-shelf__item-call {
	text-decoration: none;
	font-weight: 500;
	padding: 5px;
	margin: 5px 25px;
	border-radius: 3px;
	background-color: #dfc2c2;
}

.vtex-shelf .vtex-shelf__list .vtex-shelf__item .vtex-shelf__item-image .vtex-shelf__item-call:hover {
	background-color: #000;
	color: #fff;
}

.vtex-shelf__wrap {
	position: relative;
}

.glider-next, .glider-prev{
    font-size: 0!important;
    border-radius: 9999px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    border: none;
    background: hsla(0,0%,91%,0.6)!important;
    z-index: 20;
}
.glider-next:before, .glider-prev:before {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 18l-6-6 6-6' stroke='%23111' stroke-linecap='square'/%3E%3C/svg%3E");
    background-size: 24px;
    background-position: 50%;
}
.glider-next:before {
    transform: rotate(180deg);
}