/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
html body h1, html body h2, html body h3{
	color:#d4af37;
}
html body h1, html body h2, html body h3{
	font-family:'elegant' !important;
}
html body h4, html body h5, html body h6{

}
#b1, #b2 {
	padding: 14px 34px;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 400;
	transition: all 0.4s ease;
	font-family: 'Poppins' !important;
	font-weight: 600;
}
#b1{
	color: #000;
	border: 1px solid #d4af37;
	/* 	box-shadow: 0 0 15px rgba(198, 167, 94, 0.4); */
}
#b1:hover {
	box-shadow: 0 0 25px rgba(198, 167, 94, 0.7) !important;
}
#b2 {
	background: transparent !important;
	color: #d4af37;
	border: 1px solid #d4af37;
}
#b2:hover {
	color: #d4af37;
	box-shadow: 0 0 20px rgba(198, 167, 94, 0.6) !important;
}
.heading h2{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	animation: fadeLuxury 1.2s ease forwards;
}

.heading h2:before,
.heading h2:after {
	content: "";
	flex: 1;
	height: 1px;
	background: linear-gradient(
		to right,
		rgba(240,188,89,0) 0%,
		rgba(240,188,89,0.6) 40%,
		#f0bc59 50%,
		rgba(240,188,89,0.6) 60%,
		rgba(240,188,89,0) 100%
	);
}
@keyframes fadeLuxury{
	from{
		opacity:0;
		transform:translateY(40px);
	}
	to{
		opacity:1;
		transform:translateY(0);
	}
}
/*--------------- Banner Image ----------------------*/
div#ban_sec h1 {
	color: #D4AF37;
}
div#ban_sec .bot_img {
	width: 55%;
	top:70px;
}
div#ban_sec .column-image-bg {
    mix-blend-mode: screen;
    opacity: 0.7;
    top: 0;
    left: 0;
    width: 80%;
    height: 80%;
    background-position: center center !important;
    margin-left: 10%;
}
/*--------------- About Sec ----------------------*/
div#abt_sec .abt_con p {
    max-width: 70%;
    margin: 0 auto;
}

div#abt_sec .abt_con p {
	font-size: 18px;
	line-height: 28px;
}
/*--------------- Featured Perfumes ----------------------*/
.woocommerce ul.products li.product{
	border:2px solid transparent;
	border-image: linear-gradient(
		135deg,
		rgba(240,188,89,0.1),
		rgba(240,188,89,0.7),
		rgba(240,188,89,0.1)
	) 1;
	overflow:hidden;
	box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
.woocommerce ul.products li.product .product-wrap{
	background:url('https://aabeessence.com/wp-content/uploads/2026/03/Art-Loop-GIF-by-Pi-Slices.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-position-y: -170px;
}
.woocommerce ul.products li.product img{
	padding:25px 25px 0px 25px;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title{
	font-size: 22px !important;
	line-height: 32px !important;
	color:#f5f2ed;
}
.woocommerce ul.products li.product span.price span.woocommerce-Price-amount{
	font-size: 16px !important;
	line-height: 26px !important;
	color:#f5f2ed;
}
.woocommerce ul.products li.product span.price span.woocommerce-Price-amount {
	font-size: 16px !important;
	line-height: 26px !important;
	color: #f5f2ed;
	font-family: 'Poppins';
	font-weight: 400;
}
/*--------------- Why Choose Section ----------------------*/
div#why_sec img.img-with-animation.skip-lazy.animated-in {
	width: auto;
	height:100px;
}
/*--------------- Footer ----------------------*/
div#footer_sec {
	border:2px solid transparent;
	border-image: linear-gradient(
		to right,
		rgba(240,188,89,0) 0%,
		rgba(240,188,89,0.6) 40%,
		#f0bc59 50%,
		rgba(240,188,89,0.6) 60%,
		rgba(240,188,89,0) 100%
	) 1;
}
div#footer_sec img {
	width: 200px;
}
div#footer_sec ul#menu-main-menu {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 60px;
}