.bg-flexistore {
	background-color: #fcdfb0;
}

.tf-btn-line.style-white {
	color: red;
	background: #444;
	background-size: 200% 100%;
	background-position: right;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: background-position 0.3s linear;
}

.tf-btn-line::after {
	content: unset;
}

.price-wrap .price-new {
	color: rgb(240 128 44);
}

.link:hover {
	color: rgb(240 128 44);
}

.collection__main__page .card-product_wrapper img {
	height: 100%;
	width: 100%;
	max-height: 450px;
	min-height: 450px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {


	.collection__main__page .card-product_wrapper img,
	.card-product_wrapper img {
		height: 100%;
		width: 100%;
		max-height: 450px;
		min-height: 230px;
	}


	.anchor__whatsapp__btn {
		color: #49bf5e;
		border: 1px solid;
		padding: 3px 8px;
		border-radius: 4px;
		font-size: 14px;
		background: #49bf5e2e;
	}

	.btn-cart {
		color: #fff;
		width: 100%;
		text-transform: uppercase !important;
		z-index: 1;
		text-align: center;
		font-size: 14px;
		padding: 5px 8px;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		cursor: pointer;
		border: 0px solid var(--black);
		background-color: var(--black) !important;
		position: relative;
		bottom: 10px;
		font-weight: 700;
	}


}