@charset "UTF-8";

.text-gray {
	color: #787878;
}

.connect-etsy-btn {
    font-size: 14px;
    font-weight: 900;
    font-family: sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    fill: #f72c16;
    color: #f72c16;
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: #f72c16;
    border-radius: 30px 30px 30px 30px;
    padding: 18px 50px;
    -webkit-transition: background-color 0.5s, color 0.5s; /* For Safari 3.0 to 6.0 */
    transition: background-color 0.5s, color 0.5s; /* For modern browsers */
}

.connect-etsy-btn:hover {
	background-color: #f72c16;
	color: #fff;
}

.product-card {
	border: 1px solid #f7f7f7;
	flex: 0 0 23%;
	padding: 12px;
	margin-bottom: 24px;
	background-color: transparent;
}

.bg-black-bottom-green-link {
	font-size: 16px;
	font-weight: 500; 
	letter-spacing: 1px; 
	border-bottom: 3px solid #55b55b;
	color: black;
	transition: color .3s, border-color .3s;
}

.bg-black-bottom-green-link:hover {
	color: #f72c16;
	border-color: #f72c16;
}

.integation-bg-full {
	width: 100%;
}

.integation-bg-orange-wrapper {
	background-color: #F9A063;
	padding-top: 32px;
	padding-bottom: 32px;
}

.black-hover-orange-link {
	font-size: 16px;
	font-weight: 500; 
	letter-spacing: 1px; 
	border-bottom: 3px solid black;
	color: black;
	transition: color .3s, border-color .3s;
}

.black-hover-orange-link:hover {
	color: #f72c16;
	border-color: #f72c16;
}

.elementor-shape-fill {
    fill: #fff;
}

.elementor-shape-fill-green {
    fill: #225312;
}

.svg-curver-bg {
	width: calc(150% + 1.3px); 
	height: 100px; 
	position: relative;
}

.info-card {
	flex: 0 0 30%; 
	max-width: 30%; 
	display: flex; 
	flex-direction: row;
	flex-wrap: wrap;
	border: 1px solid #f7f7f7;
	border-radius: 5px;
	background-color: transparent;
	transition: background-color .3s;
	padding: 24px;
}

.info-card:hover {
	background-color: #e1f5e1;
}