.hero-banner {
	position: relative;
	width: 100%;
	min-height: 622px;
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	padding: 100px 0 60px;
}
.hero-banner .page-wrapper {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.hero-banner h3 {
	font-size: 20px;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	color: #d85575;
}
.hero-banner .hero-title {
	font-size: 70px;
	font-family: "Playfair Display", serif;
	margin: 0;
	max-width: 500px;
	line-height: 110%;
}
.hero-banner p {
	margin: 0;
	max-width: 422px;
	font-size: 20px;
	line-height: 30px;
	color: #191919;
	font-weight: 400;
}
.hero-banner ul {
	display: flex;
	margin-top: 20px;
	max-width: 600px;
}
.hero-banner ul li {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	font-weight: 500;
	padding: 0px 40px;
	border-right: 1px solid #cfcfcf;
}
.hero-banner ul li:first-child {
	padding-left: 0;
}
.hero-banner ul li:last-child {
	padding-right: 0;
	border-right: 0;
}
.hero-banner ul svg {
	height: 45px;
	width: auto;
	display: block;
	margin: 0 auto 15px;
}
.hero-banner ul span {
	display: block;
}
.top-features {
	background-color: #f7f2ec;
	padding: 40px 0px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	position: relative;
	overflow: hidden;
}
.top-features ul {
	display: flex;
	align-items: center;
	vertical-align: middle;
	justify-content: space-around;
	position: relative;
}
.top-features li {
	display: flex;
	gap: 10px;
	align-items: center;
}
.top-features img.left-image {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	object-fit: cover;
}
.top-features img.right-image {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	object-fit: cover;
}
.top-features p {
	font-size: 18px;
	margin: 0;
	line-height: 24px;
	font-weight: 400;
}
.top-features strong {
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
}
.section-title::after {
	content: '';
	background-image: url(/wp-content/uploads/2026/05/new_tag_img.webp);
	display: block;
	width: 105px;
	height: 20px;
	background-size: contain;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 2px;
}
.shop-category,
.product-section {
	padding: 60px 0;
}
.shop-category ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 1170px;
	margin: 40px auto 0;
}
.shop-category ul li {
	width: calc(25% - 15px);
	text-align: center;
}
.shop-category h3,
.product-slider-wrapper .product-title {
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
	margin: 0;
	padding: 10px 0;
	font-family: 'Playfair Display', sans-serif;
	text-decoration: none;
	display: block;
	color: #191919;
}
.product-slider-wrapper .product-title {
    padding: 0;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.shop-category a {
	color: #00d100;
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 5px;
}
.circle-bg {
	position: relative;
}
.circle-bg::before {
	content: '';
	height: 240px;
	width: 240px;
	display: block;
	position: absolute;
	inset: 0;
	margin: 0 auto;
	border-radius: 100%;
	top: auto;
	bottom: 10px;
}
.pink::before {
	background: #f8d7df;
}
.green::before {
	background: #dfeccf;
}
.yellow::before {
	background: #f5e8bf;
}
.blue::before {
	background: #dcecf6;
}
.circle-bg img {
	position: relative;
	width: 100%;
	height: 280px;
	object-fit: contain;
}
.shop-category a::after {
	content: '';
	width: 16px;
	height: 12px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='15' viewBox='0 0 18 15' fill='none'%3E%3Cpath d='M17.7071 8.07137C18.0976 7.68084 18.0976 7.04768 17.7071 6.65715L11.3431 0.293191C10.9526 -0.0973334 10.3195 -0.0973335 9.92893 0.293191C9.53841 0.683715 9.53841 1.31688 9.92893 1.7074L15.5858 7.36426L9.92893 13.0211C9.53841 13.4116 9.53841 14.0448 9.92893 14.4353C10.3195 14.8259 10.9526 14.8259 11.3431 14.4353L17.7071 8.07137ZM0 8.36426L17 8.36426L17 6.36426L0 6.36426L0 8.36426Z' fill='%2300d100'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
}
.product-slider-wrapper {
	position: relative;
	padding-top: 40px;
}
.product-slider {
	display: flex;
	gap: 20px;
	overflow-x: auto;
	scroll-behavior: smooth;
	scrollbar-width: none;
}
.product-slider::-webkit-scrollbar {
	display: none;
}
.product-item .product-image {
	position: relative;
	padding-top: 100%;
}
.product-slider-wrapper .product-item .tag {
	background-color: #d85575;
	border: 1px solid #d85575;
	color: #fff;
	display: inline-flex;
	align-items: center;
	align-content: center;
	vertical-align: middle;
	justify-content: center;
	text-decoration: none;
	font-size: 16px;
	line-height: 26px;
	text-transform: uppercase;
	border-radius: 4px;
	padding: 2px 6px;
	position: absolute;
	top: 8px;
	z-index: 1;
	left: 8px;
}
.product-slider-wrapper .product-item {
	min-width: 257px;
	max-width: 257px;
	border: 1px solid #eee;
	border-radius: 6px;
	background: #fff;
	overflow: hidden;
	transition: 0.3s ease;
	position: relative;
}
.product-slider-wrapper .product-item:hover {
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.product-slider-wrapper .product-details {
	padding: 15px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.product-slider-wrapper .product-title {
	padding: 0;
	margin: 0;
}
.product-slider-wrapper .product-price {
	font-size: 20px;
	line-height: 20px;
	    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    gap: 10px;
}
.product-slider-wrapper .product-price ins {
    text-decoration: none;
}
.product-slider-wrapper .product-price del {
    color: #a1a1a1;
}
.product-slider-wrapper .slider-arrow svg {
    display: block;
}
.product-slider-wrapper .slider-arrow {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: none;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	z-index: 10;
	font-size: 20px;
	    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce .star-rating span::before {
    color: #FFD700;
}
.woocommerce .woocommerce-product-rating .star-rating {
    margin-top: 6px;
}
.product-slider-wrapper .slider-arrow.prev {
	left: -10px;
}
.product-slider-wrapper .slider-arrow.next {
	right: -10px;
}
.view-btn-wrap {
	text-align: center;
	margin-top: 20px;
}
.view-btn-wrap .view-all-btn {
	margin: 0 auto;
}
.product-slider-wrapper .product-image {
	position: relative;
	overflow: hidden;
}
.product-slider-wrapper .product-image img {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	inset: 0;
	object-fit: cover;
	transform: scale(1.0);
	transition: 0.5s ease-in-out;
}
.product-slider-wrapper .product-item:hover .product-image img {
	transform: scale(1.1);
}
.promo-banner {
	background-color: #fcf2f1;
	padding: 60px 0;
	background-repeat: no-repeat;
	background-size: 67%;
	background-position: top right;
	position: relative;
	overflow: hidden;
}
.promo-banner::before {
	content: '';
	position: absolute;
	right: -70px;
	left: 0;
	top: 0;
	width: 39%;
	height: 100%;
	background: #fcf2f1;
	transform: skewX(-15deg);
}
.promo-banner h3 {
	text-align: left;
	max-width: 297px;
	margin: 0;
	font-family: "Playfair Display", serif;
	font-size: 30px;
	line-height: 36px;
	font-weight: 500;
	color: #191919;
}
.promo-banner h4 {
	font-size: 18px;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	color: #d85575;
}
.promo-banner p {
	margin: 0;
	max-width: 400px;
	font-size: 16px;
	line-height: 26px;
	color: #191919;
	font-weight: 400;
}
.promo-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
}
.shop-category .page-wrapper {
	position: relative;
}
.shop-category img.left-image,
.shop-category img.right-image {
	position: absolute;
	top: 50%;
}
.shop-category img.left-image {
	left: 0px;
}
.shop-category img.right-image {
	right: 0px;
}
.flower-image img {
	max-height: 156px;
	height: auto;
	width: auto;
}
@media(max-width: 1200px) {
	.hero-banner {
		background-position: center -50%;
	}
	.top-features img {
		width: 50px;
	}
	.circle-bg img {
		height: 200px;
	}
	.circle-bg::before {
		height: 170px;
		width: 170px;
	}
	.shop-category ul {
		max-width: 850px;
	}
	.shop-category h3,
	.product-slider-wrapper .product-title {
		font-size: 20px;
		line-height: 26px;
	}
	.flower-image img {
		max-height: 114px;
	}
	.hero-banner .hero-title {
		font-size: 54px;
		max-width: 400px;
	}
	.hero-banner h3 {
		font-size: 18px;
	}
	.promo-banner::before {
		width: 46%;
	}
}
@media(max-width: 991px) {
	.hero-banner h3 {
		font-size: 14px;
	}
	.hero-banner .hero-title {
		font-size: 50px;
	}
	.hero-banner ul li,
	.top-features p,
	.product-slider-wrapper .product-item .tag {
		font-size: 14px;
		line-height: 18px;
	}
	.hero-banner ul li {
		padding: 0px 30px;
	}
	.hero-banner p {
		max-width: 337px;
		font-size: 16px;
		line-height: 26px;
	}
	.top-features strong {
		font-size: 16px;
		line-height: 22px;
	}
	.top-features li svg {
		width: 45px;
		height: auto;
	}
	.hero-banner {
		min-height: 450px;
		padding: 60px 0 30px;
	}
	.top-features {
		padding: 30px 0px;
	}
	.shop-category,
	.product-section,
	.promo-banner {
		padding: 40px 0;
	}
	.circle-bg img {
		height: 158px;
	}
	.circle-bg::before {
		height: 140px;
		width: 140px;
	}
	.product-slider-wrapper .product-price {
		font-size: 18px;
		line-height: 18px;
	}
	.promo-banner h4 {
		font-size: 16px;
	}
	.promo-banner::before {
		width: 58%;
	}
	.promo-banner {
		background-size: 77%;
	}
	.shop-category h3,
	.product-slider-wrapper .product-title {
		font-size: 18px;
		line-height: 24px;
	}
	.shop-category a {
		font-size: 14px;
		line-height: 14px;
	}
	.product-slider-wrapper .slider-arrow {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}
}
@media(max-width: 767px) {
	.hero-banner ul {
		flex-wrap: wrap;
		row-gap: 20px;
	}
	.hero-banner .hero-title {
		font-size: 40px;
	}
	.hero-banner ul li {
		padding: 0px 12px;
	}
	.hero-banner ul li svg {
		height: 35px;
		margin: 0 auto 12px;
	}
	.top-bar {
		text-align: center;
	}
	.top-features ul {
		flex-wrap: wrap;
		gap: 20px;
	}
	.top-features li {
		align-items: start;
		width: calc(50% - 10px);
		flex-direction: column;
	}
	.top-features img.right-image {
		top: auto;
		bottom: 0;
	}
	.top-features img {
		width: 30px;
	}
	.top-features img.left-image {
		display: none;
	}
	.shop-category ul li {
		width: calc(50% - 10px);
	}
	.flower-image img {
		display: none;
	}
	.shop-category a {
		font-size: 14px;
		line-height: 14px;
	}
	.promo-banner {
		padding-bottom: 63%;
		background-size: 100%;
		background-position: bottom center;
	}
	.promo-banner::before {
		display: none;
	}
	.promo-banner p,
	.promo-banner h3 {
		max-width: 100%;
	}
	.product-slider-wrapper .product-price {
        font-size: 16px;
        line-height: 16px;
    }
}