.home-featured-coupons .discount-logo {
    height: 3em;
}
.home-featured-coupons .discount-logo img {
	height: 100%;
	object-fit: contain;
}
.home-featured-coupons .coupon-body {
	background: var(--primary_bg);
}
.home-featured-coupons .discount-description {
    overflow: hidden;
    height: 3.1em;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 0.938em;
}
.home-featured-coupons .coupon-link-btn a {
	font-size: 0.938em;
	background: var(--secondary_bg);
	color: var(--body_col);
	transition: all 0.3s;
	border: 1px solid var(--secondary_bg);
	font-weight: 500;
}
.home-featured-coupons .coupon-link-btn a:hover {
	background: var(--primary_bg);
	color: var(--secondary_bg);
	border-color: var(--secondary_bg);
}
.section-heading .view-all-btn a {
	font-weight: 500;
	font-size: 0.875em;
}
.section-heading h2 {
	font-size: 1.875em;
}
.home-featured-coupons .discount-logo {
    height: 3em;
    width: 80%;
}
.home-featured-coupons .discount-logo img {
	height: 100%;
	object-fit: contain;
}
.home-featured-coupons .coupon-body {
	background: var(--primary_bg);
}
.home-featured-coupons .discount-description {
    overflow: hidden;
    height: 3.1em;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 0.938em;
}
.home-featured-coupons .coupon-link-btn a {
	font-size: 0.938em;
	background: var(--secondary_bg);
	color: var(--body_col);
	transition: all 0.3s;
	border: 1px solid var(--secondary_bg);
	font-weight: 500;
}
.home-featured-coupons .coupon-link-btn a:hover {
	background: var(--primary_bg);
	color: var(--secondary_bg);
	border-color: var(--secondary_bg);
}
.home-featured-coupons .view-all-btn a {
	font-weight: 500;
	font-size: 0.875em;
}
.featured-stores-section .featured-store-inner .img-wrap {
	width: 65%;
	/* height: 1.7em; */
}
.featured-stores-section .featured-store-inner .img-wrap img {
	height: 100%;
	object-fit: contain;
}
.featured-stores-section .feat-store-wrap {
	border: 1px solid #DEDEDE;
	background: #FDFDFD;
}
.featured-stores-section .featured-store-inner {
    border: 1px solid #DEDEDE;
    width: 90%;
    /*height: 9.1em;*/
	aspect-ratio: 1;
}
.featured-categories-section .featured-store-inner {
    border: 1px solid #DEDEDE;
	height: 9em;
    width: 9em;
}
.featured-categories-section .cat-wrap {
	border: 1px solid #DEDEDE;
	background: #FDFDFD
}
.featured-categories-section .featured-store-inner .img-wrap { 
	width: 60%;
    height: 60%;
}
.featured-categories-section .featured-store-inner .img-wrap img {
	width: 100%;
    height: 100%;
    object-fit: contain;
}
.featured-categories-section .cat-name {
    font-size: 1.5em;
    font-weight: 700;
    line-height: normal;
}
.featured-categories-section .cat-link a {
	font-size: 0.938em;
	background: var(--secondary_bg);
	color: var(--body_col);
	transition: all 0.3s;
	font-weight: 500;
}
.featured-categories-section .cat-link a:hover {
	background: var(--primary_bg);
	color: var(--secondary_bg);
}
.featured-categories-section .discount-logo {
    height: 3em;
}
.featured-categories-section .discount-logo img {
	height: 100%;
	object-fit: contain;
}
.featured-categories-section .coupon-body {
	background: #F9F9F9;
}
.featured-categories-section .discount-description {
    overflow: hidden;
    height: 3.1em;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 0.938em;
}
.featured-categories-section .coupon-link-btn a {
	font-size: 0.938em;
	background: var(--secondary_bg);
	color: var(--body_col);
	transition: all 0.3s;
	border: 1px solid var(--secondary_bg);
	font-weight: 500;
}
.featured-categories-section .coupon-link-btn a:hover {
	background: var(--primary_bg);
	color: var(--secondary_bg);
	border-color: var(--secondary_bg);
}

@media (max-width: 1399px) {
	/* .featured-stores-section .featured-store-inner {
		height: 7.9em;
	} */
}
@media (max-width: 767px) {
	.section-heading h2 {
	    font-size: 1.475em;
	}
	/* .featured-stores-section .featured-store-inner {
        height: 9.6em;
    } */
}
