.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__wrap{
	position: relative;
}

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



.vtex-shelf__list .vtex-shelf__item-link {
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: unset!important;
	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:hover .vtex-shelf__item-link,
.vtex-shelf__list .vtex-shelf__item:hover .vtex-shelf__item-call {
	color: #000;
}

.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 .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: 10px;
	padding: 0px 3px;
	min-height: 95px;
	color: #2f3137;
	transition: 400ms;
}

.vtex-shelf .vtex-shelf__list .vtex-shelf__item .vtex-shelf__item-image .vtex-shelf__item-name:hover {
	color: #e8530e;
}

.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: 25px;
	color: transparent;
}

@media(max-width:1200px){
    .vtex-shelf .vtex-shelf__list .vtex-shelf__item .vtex-shelf__item-image .vtex-shelf__item-call {
        background: #e8530e linear-gradient(270deg, #e3003f 0%, transparent 100%);
	color: #fff;
    }
}

.vtex-shelf .vtex-shelf__list .vtex-shelf__item .vtex-shelf__item-image .vtex-shelf__item-call:hover {
	background: #e8530e linear-gradient(270deg, #e3003f 0%, transparent 0%);
	color: #fff;
	transition: 400ms;
}

.vtex-shelf__list .vtex-shelf__item:hover .vtex-shelf__item-call {
	color: white!important;
	background: #e8530e linear-gradient(270deg, #e3003f 0%, transparent 100%);
	transition: 400ms;
}