
/* v1.5.0: use the active theme's original header/footer */
body.ayesh-july36-landing .ayesh-campaign-content-area{
	width:100%;
	max-width:none;
	margin:0;
	padding:0;
}
body.ayesh-july36-landing .site-content,
body.ayesh-july36-landing .main-page-wrapper{
	padding-top:0;
}
body.ayesh-july36-landing .page-title{
	display:none!important;
}
.aj36-main{
	display:block;
	width:100%;
}

/* AYESH July36 Campaign — scoped frontend styles */
.ayesh-july36-landing{margin:0!important;background:#fff!important}
.aj36{
	--crimson:#C91524;--crimson-dark:#9f0f1b;--carbon:#141414;--white:#fff;
	--gold:#C6A15B;--mist:#ECEEF1;--slate:#5E636B;--radius:22px;
	--shadow:0 18px 50px rgba(20,20,20,.09);--shadow-soft:0 10px 32px rgba(20,20,20,.07);
	margin:0;background:#fff;color:var(--carbon);
	font-family:"Hind Siliguri","Manrope",system-ui,-apple-system,sans-serif;
	-webkit-font-smoothing:antialiased;
}
.aj36 *{box-sizing:border-box}
.aj36 a{color:inherit;text-decoration:none}
.aj36 button{font:inherit}
.aj36 img{max-width:100%;display:block}
.aj36-wrap{width:min(1240px,calc(100% - 32px));margin-inline:auto}
.aj36-hero-section{padding:22px 0 0}
.aj36-hero{border-radius:28px;overflow:hidden;background:#f7f7f7;box-shadow:var(--shadow);position:relative}
.aj36-hero:after{content:"";position:absolute;inset:auto 0 0;height:5px;background:linear-gradient(90deg,var(--crimson),var(--gold),var(--crimson))}
.aj36-hero img{width:100%;height:auto}
.aj36-offer-grid{margin-top:22px;display:grid;grid-template-columns:1.06fr .94fr;gap:18px;align-items:stretch}
.aj36-coupon-card,.aj36-countdown-card{border-radius:26px;box-shadow:0 16px 38px rgba(20,20,20,.10);overflow:hidden}

.aj36-coupon-card{
	border:1px solid rgba(201,21,36,.10);
	background:
		radial-gradient(circle at 100% 0, rgba(201,21,36,.05), transparent 34%),
		linear-gradient(135deg,#fffdfd 0%,#fff6f7 100%);
	padding:22px 24px 22px 28px;
	display:flex;align-items:center;justify-content:space-between;gap:20px;position:relative
}
.aj36-coupon-card:before{
	content:"";position:absolute;inset:0 auto 0 0;width:10px;
	background:linear-gradient(180deg,#e41d2d 0%,#c91524 100%)
}
.aj36-coupon-card:after{
	content:"";position:absolute;right:-55px;top:-55px;width:170px;height:170px;border-radius:50%;
	background:rgba(201,21,36,.05)
}
.aj36-eyebrow{
	display:inline-flex;align-items:center;gap:7px;
	margin:0 0 10px;color:var(--crimson);font:800 12px/1.2 "Manrope",sans-serif;
	letter-spacing:.08em;text-transform:uppercase
}
.aj36-eyebrow:before{
	content:"";width:8px;height:8px;border-radius:50%;background:var(--crimson);
	box-shadow:0 0 0 5px rgba(201,21,36,.08)
}
.aj36-coupon-card h2,.aj36-countdown-card h2{
	margin:0 0 8px;font-size:clamp(22px,2.5vw,30px);line-height:1.1;letter-spacing:-.02em
}
.aj36-coupon-card p{
	margin:0;max-width:540px;color:#59626d;line-height:1.58;font-size:15px
}
.aj36-code-box{
	position:relative;z-index:1;flex:0 0 auto;min-width:250px;
	border:1.5px dashed rgba(201,21,36,.26);
	border-radius:22px;padding:18px 18px 16px;background:rgba(255,255,255,.92);
	text-align:center;box-shadow:inset 0 0 0 1px rgba(255,255,255,.5)
}
.aj36-code-box small{
	display:block;color:#69727d;font-family:"Manrope",sans-serif;
	font-size:12px;line-height:1.1;letter-spacing:.08em;font-weight:800
}
.aj36-code-box strong{
	display:block;font:800 38px/1.02 "Sora",sans-serif;color:var(--crimson);
	letter-spacing:1.5px;margin:8px 0 12px
}
.aj36-button{
	border:0;background:linear-gradient(180deg,#df1a2b 0%,#c91524 100%);
	color:#fff;border-radius:999px;padding:12px 22px;
	cursor:pointer;font-weight:800;font-size:15px;
	display:inline-flex;align-items:center;justify-content:center;line-height:1;
	box-shadow:0 10px 20px rgba(201,21,36,.20)
}
.aj36-button:hover{background:linear-gradient(180deg,#d11324 0%,#b91220 100%);color:#fff}

.aj36-countdown-card{
	position:relative;padding:24px 26px 26px;border:1px solid rgba(255,255,255,.06);
	background:
		radial-gradient(circle at 100% 0, rgba(201,21,36,.18), transparent 32%),
		linear-gradient(135deg,#0d0d10 0%,#121319 54%,#181116 100%);
	color:#fff
}
.aj36-countdown-card:before{
	content:"";position:absolute;left:0;right:0;top:0;height:4px;
	background:linear-gradient(90deg,#c91524,#f7b76b,#c91524)
}
.aj36-countdown-card h2{color:#fff}
.aj36-countdown-card p{margin:0;color:rgba(255,255,255,.82);font-size:14px}
.aj36-countdown-label{
	display:inline-flex;align-items:center;padding:7px 12px;
	border-radius:999px;background:rgba(255,255,255,.08);
	border:1px solid rgba(255,255,255,.10);backdrop-filter:blur(8px)
}
.aj36-timer{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px}
.aj36-timer>div{
	padding:18px 10px;border-radius:18px;text-align:center;
	border:1px solid rgba(255,255,255,.11);
	background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));
	box-shadow:inset 0 1px 0 rgba(255,255,255,.05)
}
.aj36-timer b{
	display:block;font:800 32px/1 "Sora",sans-serif;color:#fff;letter-spacing:-.03em
}
.aj36-timer span{
	display:block;margin-top:7px;font-size:13px;font-weight:700;color:rgba(255,255,255,.78)
}
.aj36-note{
	margin:28px 0 8px;position:relative;overflow:hidden;border-radius:var(--radius);
	background:#fff7f7;border:1px solid rgba(201,21,36,.12);padding:22px 24px 22px 30px
}
.aj36-note:before{
	content:"";position:absolute;left:-30px;top:0;width:220px;height:100%;
	background:linear-gradient(115deg,rgba(201,21,36,.20),transparent);transform:skewX(-18deg)
}
.aj36-note:after{
	content:"৩৬";position:absolute;right:24px;top:50%;transform:translateY(-50%);
	font:800 92px/1 "Sora",sans-serif;color:rgba(201,21,36,.07)
}
.aj36-note>*{position:relative;z-index:1}
.aj36-note h2{margin:0 0 5px;color:var(--crimson);font-size:clamp(22px,3vw,30px)}
.aj36-note p{margin:0;color:#4e4e4e;max-width:900px;font-size:17px;line-height:1.65}
.aj36-disclaimer{
	margin:18px 0 6px;background:var(--carbon);color:#fff;border-radius:18px;
	padding:18px 22px;text-align:center;box-shadow:var(--shadow-soft)
}
.aj36-disclaimer p{margin:0;color:rgba(255,255,255,.94);font-size:clamp(18px,2vw,22px);line-height:1.55;font-weight:700}
.aj36-products-section{padding:30px 0 110px}
.aj36-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.aj36-product-card{
	position:relative;display:flex;flex-direction:column;min-width:0;border:1px solid rgba(20,20,20,.08);
	border-radius:20px;background:#fff;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease
}
.aj36-product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:rgba(201,21,36,.22)}
.aj36-product-media{position:relative;aspect-ratio:1/1;background:linear-gradient(145deg,#fff,#f3f3f3);overflow:hidden}
.aj36-product-media img{width:100%;height:100%;object-fit:contain;padding:18px;transition:transform .28s ease}
.aj36-product-card:hover .aj36-product-media img{transform:scale(1.035)}
.aj36-discount-badge,.aj36-stock-badge{
	position:absolute;top:12px;border-radius:999px;padding:7px 10px;color:#fff;font:800 12px/1 "Manrope",sans-serif
}
.aj36-discount-badge{left:12px;background:var(--crimson);box-shadow:0 7px 18px rgba(201,21,36,.22)}
.aj36-stock-badge{right:12px;background:rgba(20,20,20,.88)}
.aj36-product-body{padding:16px;display:flex;flex-direction:column;flex:1}
.aj36-category{font-size:12px;color:var(--crimson);font-weight:800;margin-bottom:7px}
.aj36-category a{color:inherit}
.aj36-product-body h3{
	font-size:17px;line-height:1.35;font-weight:700;margin:0 0 12px;
	display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:46px
}
.aj36-price-row{display:flex;align-items:baseline;gap:7px;flex-wrap:wrap;margin-top:auto}
.aj36-price-row del{color:#8b8b8b;font-size:13px}
.aj36-price-row ins{text-decoration:none;color:var(--carbon);font:800 20px/1.2 "Manrope",sans-serif}
.aj36-coupon-hint{margin:10px 0 14px;padding:8px 10px;border-radius:10px;background:#fff3f4;color:var(--crimson-dark);font-size:12px;font-weight:700}
.aj36-product-button{
	height:44px;border-radius:12px;background:var(--crimson)!important;color:#fff!important;padding:0 14px;
	display:flex;align-items:center;justify-content:center;gap:8px;font-weight:800;
	transition:background-color .18s ease,transform .18s ease,opacity .18s ease
}
.aj36-product-button:visited,.aj36-product-button:hover,.aj36-product-button:focus{color:#fff!important}
.aj36-product-button:hover{background:var(--crimson-dark)!important}
.aj36-product-button.is-processing{
	background:var(--carbon)!important;color:#fff!important;pointer-events:none;opacity:.96;transform:scale(.99)
}
.aj36 a.added_to_cart{display:none!important}
.aj36-empty{border:1px dashed rgba(20,20,20,.15);border-radius:20px;padding:42px;text-align:center;background:#fafafa;color:var(--slate)}
.aj36-sticky-coupon{
	position:fixed;left:50%;bottom:16px;transform:translateX(-50%);z-index:9999;
	width:min(740px,calc(100% - 24px));background:var(--carbon);color:#fff;
	border:1px solid rgba(255,255,255,.13);border-radius:16px;padding:10px 12px 10px 16px;
	box-shadow:0 16px 55px rgba(0,0,0,.27);display:flex;align-items:center;gap:12px
}
.aj36-sticky-coupon strong{font-family:"Sora",sans-serif;color:#fff}
.aj36-sticky-coupon span{display:block;color:rgba(255,255,255,.72);font-size:13px}
.aj36-sticky-coupon .aj36-button{margin-left:auto;white-space:nowrap}
.aj36-toast{
	position:fixed;right:18px;bottom:92px;z-index:10000;background:var(--carbon);color:#fff;
	padding:12px 16px;border-radius:12px;box-shadow:var(--shadow);opacity:0;
	transform:translateY(12px);pointer-events:none;transition:.25s ease
}
.aj36-toast.is-visible{opacity:1;transform:translateY(0)}
.aj36-admin-message{padding:20px;border:1px solid #ddd;background:#fff;margin:20px}

@media(max-width:1024px){
	.aj36-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
	.aj36-offer-grid{grid-template-columns:1fr}
}
@media(max-width:720px){
	.aj36-wrap{width:min(100% - 20px,1240px)}
	.aj36-hero-section{padding-top:12px}
	.aj36-hero{border-radius:16px}
	.aj36-offer-grid{margin-top:14px;gap:14px}
	.aj36-coupon-card{
		align-items:stretch;flex-direction:column;
		padding:16px 16px 16px 20px;gap:14px;border-radius:20px
	}
	.aj36-coupon-card:before{width:7px}
	.aj36-coupon-card:after{right:-48px;top:-48px;width:130px;height:130px}
	.aj36-code-box{
		min-width:0;width:100%;
		padding:14px 12px;border-radius:18px
	}
	.aj36-eyebrow{margin-bottom:7px;font-size:11px}
	.aj36-coupon-card h2{margin-bottom:6px;font-size:clamp(20px,7vw,26px);line-height:1.08}
	.aj36-coupon-card p{font-size:13px;line-height:1.45}
	.aj36-code-box small{font-size:10px}
	.aj36-code-box strong{font-size:28px;line-height:1.02;margin:6px 0 10px}
	.aj36-button{padding:11px 18px;font-size:14px}
	.aj36-countdown-card{padding:18px 16px 18px;border-radius:20px}
	.aj36-countdown-card h2{margin-bottom:8px;font-size:clamp(20px,7vw,26px)}
	.aj36-countdown-card p{font-size:13px}
	.aj36-countdown-label{padding:6px 10px}
	.aj36-timer{gap:8px;margin-top:14px}
	.aj36-timer>div{padding:14px 6px;border-radius:16px}
	.aj36-timer b{font-size:26px}
	.aj36-timer span{margin-top:5px;font-size:11px}
	.aj36-note{margin-top:18px;padding:18px 17px}
	.aj36-note:after{font-size:68px}
	.aj36-note p{font-size:15px}
	.aj36-disclaimer{margin:14px 0 4px;padding:14px 16px;border-radius:14px}
	.aj36-disclaimer p{font-size:15px;line-height:1.5}
	.aj36-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
	.aj36-product-body{padding:12px}
	.aj36-product-media img{padding:10px}
	.aj36-product-body h3{font-size:15px;min-height:41px}
	.aj36-price-row ins{font-size:17px}
	.aj36-category{font-size:10px}
	.aj36-coupon-hint{font-size:11px}
	.aj36-product-button{height:42px;padding:0 9px;font-size:13px}
	.aj36-sticky-coupon{
		bottom:78px;width:min(520px,calc(100% - 18px));padding:7px 9px 7px 12px;
		border-radius:13px;gap:9px
	}
	.aj36-sticky-coupon strong{font-size:18px;line-height:1}
	.aj36-sticky-coupon span{display:none}
	.aj36-sticky-coupon .aj36-button{padding:7px 11px;font-size:12px}
}
@media(max-width:420px){
	.aj36-timer{gap:6px}
	.aj36-timer b{font-size:22px}
	.aj36-product-button svg{width:17px;height:17px}
	.aj36-coupon-card{padding:14px 12px 14px 16px;gap:12px}
	.aj36-coupon-card h2{font-size:clamp(18px,6.8vw,22px)}
	.aj36-coupon-card p{font-size:12px}
	.aj36-code-box{padding:12px 10px;border-radius:16px}
	.aj36-code-box strong{font-size:24px}
	.aj36-button{padding:10px 16px;font-size:13px}
	.aj36-countdown-card{padding:16px 14px}
	.aj36-countdown-label{font-size:12px}
}
@media(prefers-reduced-motion:reduce){
	.aj36 *{scroll-behavior:auto!important;animation:none!important;transition:none!important}
}

.aj36-copy-button.is-applying{opacity:.72;pointer-events:none}
.aj36-copy-button.is-applied{background:#246B45!important;color:#fff!important}
.aj36-text-button.is-applied{color:#9FE3BC!important;text-decoration:none}


/* AYESH site-wide conversion features */
.ayesh-real-sold-count{
	display:flex;align-items:center;gap:5px;color:#666;font-size:13px;font-weight:600;line-height:1.35
}
.ayesh-sold-star{color:#FFC247;font-size:15px}
.ayesh-loop-sold-count{margin:6px 0 4px}
.ayesh-single-sold-count{
	display:inline-flex;margin:7px 0 10px;padding:7px 11px;border-radius:999px;
	background:#fff7e7;color:#5d5143;border:1px solid #ffe0a6
}
.aj36-card-sold-count{margin-top:8px}
.ayesh-vouchers-section{
	margin:12px 0;padding:0;border-radius:14px;background:#fff;
	font-family:"Hind Siliguri","Manrope",system-ui,-apple-system,sans-serif
}
.ayesh-vouchers-heading{
	display:flex;align-items:center;justify-content:space-between;margin:0 0 6px;padding:0 2px
}
.ayesh-vouchers-heading h3{margin:0;font-size:20px;line-height:1.15;color:#141414;font-weight:800}
.ayesh-vouchers-heading>span{font-size:24px;line-height:1;color:#8b8b8b}
.ayesh-voucher-scroller{overflow-x:auto;padding:1px 1px 4px;scrollbar-width:thin}
.ayesh-voucher-ticket{
	position:relative;display:grid;grid-template-columns:minmax(102px,.78fr) 1px minmax(170px,1.42fr);
	align-items:stretch;min-width:390px;max-width:560px;border:1px solid #b9e4df;
	border-radius:13px;background:linear-gradient(135deg,#effcf9,#f9fffe);
	box-shadow:0 6px 18px rgba(0,105,93,.07);overflow:hidden
}
.ayesh-voucher-ticket:before,.ayesh-voucher-ticket:after{
	content:"";position:absolute;left:36.4%;width:12px;height:12px;border-radius:50%;
	background:#fff;border:1px solid #b9e4df;transform:translateX(-50%);z-index:3
}
.ayesh-voucher-ticket:before{top:-7px}
.ayesh-voucher-ticket:after{bottom:-7px}
.ayesh-voucher-ticket-left{
	padding:4px 8px;display:flex;flex-direction:column;justify-content:center;gap:0;
	text-align:center;color:#008f79;min-height:0
}
.ayesh-voucher-brand{font-size:8px;font-weight:900;letter-spacing:.06em;color:#53716e}
.ayesh-voucher-ticket-left strong{font:800 20px/1 "Manrope",sans-serif;color:#00a98f}
.ayesh-voucher-ticket-left small{font-size:10px;color:#55706d;font-weight:700;line-height:1.2}
.ayesh-voucher-ticket-divider{border-left:1px dashed #9bd6ce;margin:4px 0}
.ayesh-voucher-ticket-right{
	position:relative;padding:4px 82px 4px 8px;display:flex;flex-direction:column;
	justify-content:center;gap:0;min-height:0
}
.ayesh-voucher-ticket-topline{display:flex;align-items:center;justify-content:flex-start;gap:6px}
.ayesh-voucher-code{font:800 12px/1 "Manrope",sans-serif;color:#007c69;letter-spacing:.03em}
.ayesh-voucher-terms-button{
	border:0;border-radius:999px;background:#d9f4f0;color:#007f6d;padding:3px 7px;
	font-size:9px;font-weight:800;cursor:pointer
}
.ayesh-voucher-ticket-right p{margin:0;color:#39625d;font-size:11px;font-weight:700;line-height:1.2}
.ayesh-voucher-date{color:#647f7b;font-size:9px;line-height:1.2}
.ayesh-voucher-collect{
	position:absolute;right:7px;top:50%;transform:translateY(-50%);margin:0;border:0;
	border-radius:8px;background:#00a98f;color:#fff;padding:6px 13px;font-size:11px;
	line-height:1;font-weight:800;cursor:pointer;white-space:nowrap
}
.ayesh-voucher-collect:hover{background:#008f79;color:#fff}
.ayesh-voucher-collect:disabled{background:#aab9b6;cursor:not-allowed}
.ayesh-voucher-collect.is-applying{opacity:.75;pointer-events:none}
.ayesh-voucher-collect.is-applied{background:#246b45!important;color:#fff!important}
.ayesh-voucher-terms-panel{
	margin-top:6px;padding:8px 10px;border-radius:10px;background:#f5faf9;
	border:1px solid #d5ebe7;color:#465f5b;font-size:11px
}
.ayesh-voucher-terms-panel ul{margin:0;padding-left:18px}
.ayesh-voucher-terms-panel li+li{margin-top:5px}
.ayesh-product-mobile-bar{display:none}
.ayesh-global-toast{
	position:fixed;right:16px;bottom:88px;z-index:100001;background:#141414;color:#fff;
	padding:12px 16px;border-radius:12px;box-shadow:0 12px 35px rgba(0,0,0,.25);
	opacity:0;transform:translateY(12px);pointer-events:none;transition:.2s ease
}
.ayesh-global-toast.is-visible{opacity:1;transform:translateY(0)}
@media(max-width:768px){
	body.single-product.ayesh-mobile-bar-active,
	body.single-product.ayesh-mobile-product-bar-enabled{padding-bottom:74px!important}

	/* Remove every duplicate native/legacy purchase row on mobile simple products.
	   The plugin's fixed Store / Chat / Buy Now / Add to Cart bar remains available. */
	body.single-product.ayesh-mobile-product-bar-enabled.ayesh-simple-product div.product form.cart:not(.variations_form),
	body.single-product.ayesh-mobile-product-bar-enabled.ayesh-simple-product .summary form.cart:not(.variations_form),
	body.single-product.ayesh-mobile-product-bar-enabled.ayesh-simple-product .product-info form.cart:not(.variations_form),
	body.single-product.ayesh-mobile-product-bar-enabled.ayesh-simple-product .ayesh-rp-primary-actions,
	body.single-product.ayesh-mobile-product-bar-enabled.ayesh-simple-product .wd-buy-now-btn-wrapper,
	body.single-product.ayesh-mobile-product-bar-enabled.ayesh-simple-product .wd-buy-now-btns,
	body.single-product.ayesh-mobile-product-bar-enabled.ayesh-simple-product .woodmart-buy-now-btn-wrapper,
	body.single-product.ayesh-mobile-product-bar-enabled.ayesh-simple-product .single_add_to_cart_button,
	body.single-product.ayesh-mobile-product-bar-enabled.ayesh-simple-product .summary .quantity,
	body.single-product.ayesh-mobile-product-bar-enabled.ayesh-simple-product .product-info .quantity,
	body.single-product.ayesh-mobile-product-bar-enabled.ayesh-simple-product .wd-buy-now-btn,
	body.single-product.ayesh-mobile-product-bar-enabled.ayesh-simple-product .buy-now-btn,
	body.single-product.ayesh-mobile-product-bar-enabled.ayesh-simple-product .buy-now-button,
	body.single-product.ayesh-mobile-product-bar-enabled.ayesh-simple-product .woodmart-buy-now-btn,
	body.single-product.ayesh-mobile-product-bar-enabled.ayesh-simple-product button[name="buy-now"],
	body.single-product.ayesh-mobile-product-bar-enabled #ayesh-mobile-buybar,
	body.single-product.ayesh-mobile-product-bar-enabled .ayesh-mobile-buybar,
	body.single-product.ayesh-mobile-product-bar-enabled #ayesh-rp-mobile-bar,
	body.single-product.ayesh-mobile-product-bar-enabled .ayesh-rp-mobile-bar{
		display:none!important;
		visibility:hidden!important;
		height:0!important;
		min-height:0!important;
		max-height:0!important;
		margin:0!important;
		padding:0!important;
		border:0!important;
		overflow:hidden!important
	}
	.ayesh-product-mobile-bar{
		position:fixed;display:grid;grid-template-columns:58px 58px minmax(105px,1fr) minmax(132px,1.25fr);
		left:0;right:0;bottom:0;z-index:100000;min-height:66px;background:#fff;
		border-top:1px solid rgba(20,20,20,.12);box-shadow:0 -8px 28px rgba(0,0,0,.12);
		padding:6px max(8px,env(safe-area-inset-right)) calc(6px + env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left));
		gap:7px;align-items:stretch
	}
	.ayesh-mobile-icon-action{
		display:flex;flex-direction:column;align-items:center;justify-content:center;
		color:#565656!important;font-size:11px;gap:2px;border-radius:9px
	}
	.ayesh-whatsapp-action{color:#128C7E!important}
	.ayesh-mobile-buy-button,.ayesh-mobile-cart-button{
		display:flex;align-items:center;justify-content:center;gap:5px;border:0;border-radius:9px;
		color:#fff!important;font-weight:800;font-size:13px;padding:0 7px;cursor:pointer;
		white-space:nowrap;line-height:1;min-width:0;overflow:hidden
	}
	.ayesh-mobile-buy-button span,.ayesh-mobile-cart-button span{
		display:block;white-space:nowrap;line-height:1
	}
	.ayesh-mobile-buy-button{background:#f5a623!important}
	.ayesh-mobile-cart-button{background:#f4510b!important}
	.ayesh-mobile-buy-button:visited,.ayesh-mobile-cart-button:visited{color:#fff!important}
	.ayesh-mobile-buy-button.is-processing{background:#141414!important;pointer-events:none}
	.ayesh-vouchers-section{margin:6px 0}
	.ayesh-vouchers-heading{margin-bottom:3px}
	.ayesh-vouchers-heading h3{font-size:18px}
	.ayesh-voucher-scroller{overflow:visible;padding-bottom:0}
	.ayesh-voucher-ticket{
		width:100%;min-width:0;max-width:none;
		grid-template-columns:minmax(88px,.76fr) 1px minmax(0,1.44fr);
		border-radius:11px
	}
	.ayesh-voucher-ticket:before,.ayesh-voucher-ticket:after{left:35.2%;width:10px;height:10px}
	.ayesh-voucher-ticket:before{top:-6px}
	.ayesh-voucher-ticket:after{bottom:-6px}
	.ayesh-voucher-ticket-left{padding:3px 5px;gap:0}
	.ayesh-voucher-brand{font-size:7px}
	.ayesh-voucher-ticket-left strong{font-size:18px}
	.ayesh-voucher-ticket-left small{font-size:9px}
	.ayesh-voucher-ticket-right{padding:3px 68px 3px 6px;gap:0}
	.ayesh-voucher-code{font-size:11px}
	.ayesh-voucher-ticket-right p{font-size:10px}
	.ayesh-voucher-date{font-size:8px}
	.ayesh-voucher-collect{right:5px;padding:5px 10px;font-size:10px}
	.ayesh-voucher-terms-button{padding:2px 5px;font-size:8px}
}
@media(max-width:390px){
	.ayesh-product-mobile-bar{grid-template-columns:48px 48px minmax(92px,1fr) minmax(116px,1.24fr);gap:4px}
	.ayesh-mobile-buy-button,.ayesh-mobile-cart-button{font-size:11px;padding-inline:5px}
}


/* v1.4.1: voucher visibility and Woodmart/theme compatibility */
.single-product .ayesh-vouchers-section,
.woocommerce div.product .ayesh-vouchers-section,
.product-info .ayesh-vouchers-section,
.summary .ayesh-vouchers-section{
	display:block!important;visibility:visible!important;opacity:1!important;
	width:100%!important;max-width:100%!important;clear:both!important;float:none!important
}
#ayesh-voucher-fallback-template[hidden]{display:none!important}
.ayesh-voucher-fallback-mounted{display:block!important;width:100%;clear:both}
@media(max-width:768px){
	.ayesh-voucher-ticket{max-width:none}
	.ayesh-voucher-scroller{-webkit-overflow-scrolling:touch}
}

@media(max-width:390px){
	.ayesh-voucher-ticket{
		grid-template-columns:minmax(78px,.72fr) 1px minmax(0,1.48fr)
	}
	.ayesh-voucher-ticket:before,.ayesh-voucher-ticket:after{left:33.8%}
	.ayesh-voucher-ticket-left strong{font-size:16px}
	.ayesh-voucher-ticket-left small{font-size:8px}
	.ayesh-voucher-code{font-size:10px}
	.ayesh-voucher-ticket-right p{font-size:9px}
	.ayesh-voucher-collect{right:4px;padding:5px 8px;font-size:9px}
}

.ayesh-voucher-collect:hover,
.ayesh-voucher-collect:focus,
.ayesh-voucher-collect.is-applying,
.ayesh-voucher-collect.is-applied{
	transform:translateY(-50%)!important
}


/* Admin-only sold-count trial preview */
.ayesh-single-sold-count.is-demo{
	border-style:dashed;
	background:#fff8e8;
}
.ayesh-demo-sold-badge{
	display:inline-flex;align-items:center;justify-content:center;
	padding:2px 5px;border-radius:5px;background:#6b5b2a;color:#fff;
	font:800 8px/1 "Manrope",Arial,sans-serif;letter-spacing:.05em
}


/* v1.5.2: product page authenticity + return policy row */
.ayesh-authentic-badge{
	display:flex!important;visibility:visible!important;opacity:1!important;
	align-items:center;gap:8px;width:100%;clear:both;
	margin:10px 0!important;color:#b57b45!important;
	font-weight:700;font-size:15px;line-height:1.3
}
.ayesh-authentic-icon{
	display:inline-flex;align-items:center;justify-content:center;
	width:19px;height:19px;border-radius:5px;
	background:#b57b45;color:#fff;flex:0 0 auto;
	font-size:12px;line-height:1;font-weight:900
}
.ayesh-authentic-icon span{display:block;line-height:1}
.ayesh-authentic-text{display:inline-block}
.ayesh-return-policy-row{
	display:flex!important;visibility:visible!important;opacity:1!important;
	align-items:center;gap:10px;width:100%;clear:both;
	margin:14px 0 16px!important;padding:14px 16px!important;
	border-radius:14px;background:#f6f7fb!important;
	border:1px solid rgba(20,20,20,.06)!important;color:#1f2329!important
}
.ayesh-return-policy-icon{
	display:inline-flex;align-items:center;justify-content:center;
	width:26px;height:26px;border-radius:8px;
	background:#e9edf3;color:#6d7582;font-size:15px;font-weight:800;flex:0 0 auto
}
.ayesh-return-policy-text{
	flex:1 1 auto;font-size:15px;font-weight:600;line-height:1.35
}
.ayesh-return-policy-arrow{
	margin-left:auto;color:#9198a3;font-size:24px;line-height:1;flex:0 0 auto
}
@media(max-width:768px){
	.ayesh-authentic-badge{
		margin:8px 0!important;font-size:14px
	}
	.ayesh-authentic-icon{width:17px;height:17px;font-size:10px}
	.ayesh-return-policy-row{
		margin:12px 0 14px!important;padding:12px 13px!important;border-radius:12px
	}
	.ayesh-return-policy-icon{width:24px;height:24px;border-radius:7px;font-size:14px}
	.ayesh-return-policy-text{font-size:14px}
	.ayesh-return-policy-arrow{font-size:22px}
}

#ayesh-authentic-fallback-template[hidden],
#ayesh-return-policy-fallback-template[hidden]{display:none!important}
.ayesh-trust-fallback-mounted{display:flex!important}


/* v1.5.4 — AYESH complete plugin branding */
:root{
	--ayesh-crimson:#C91524;
	--ayesh-crimson-dark:#A7111E;
	--ayesh-carbon:#141414;
	--ayesh-white:#FFFFFF;
	--ayesh-gold:#C6A15B;
	--ayesh-soft-crimson:#FFF4F5;
	--ayesh-soft-gold:#FBF7EE;
	--ayesh-border:rgba(20,20,20,.10);
}

.aj36,
.ayesh-real-sold-count,
.ayesh-vouchers-section,
.ayesh-product-mobile-bar,
.ayesh-authentic-badge,
.ayesh-return-policy-row,
.ayesh-global-toast{
	font-family:"Hind Siliguri","Manrope",system-ui,-apple-system,sans-serif;
}

.aj36 h1,.aj36 h2,.aj36 h3,
.ayesh-vouchers-heading h3{
	font-family:"Sora","Hind Siliguri","Manrope",sans-serif;
}

.aj36{
	--crimson:var(--ayesh-crimson);
	--crimson-dark:var(--ayesh-crimson-dark);
	--carbon:var(--ayesh-carbon);
	--white:var(--ayesh-white);
	--gold:var(--ayesh-gold);
}

/* Sold proof */
.ayesh-real-sold-count{
	display:inline-flex!important;
	visibility:visible!important;
	opacity:1!important;
	align-items:center;
	gap:7px;
	color:var(--ayesh-carbon)!important;
	font-family:"Manrope","Hind Siliguri",sans-serif;
	font-size:13px;
	font-weight:700;
	line-height:1.2;
}
.ayesh-sold-star{
	color:var(--ayesh-gold)!important;
	font-size:17px;
	line-height:1;
}
.ayesh-single-sold-count{
	width:auto!important;
	clear:both;
	margin:8px 0 12px!important;
	padding:8px 12px!important;
	border:1px solid rgba(198,161,91,.34)!important;
	border-radius:999px!important;
	background:linear-gradient(135deg,var(--ayesh-white),var(--ayesh-soft-gold))!important;
	box-shadow:0 6px 18px rgba(20,20,20,.05);
}
.ayesh-sold-number{white-space:nowrap}
#ayesh-sold-fallback-template[hidden]{display:none!important}
.ayesh-sold-fallback-mounted{display:inline-flex!important}

/* Authenticity and return */
.ayesh-authentic-badge{color:var(--ayesh-gold)!important}
.ayesh-authentic-icon{
	background:var(--ayesh-gold)!important;
	color:var(--ayesh-white)!important;
}
.ayesh-return-policy-row{
	background:linear-gradient(135deg,#FAFAFA,var(--ayesh-white))!important;
	border-color:var(--ayesh-border)!important;
	color:var(--ayesh-carbon)!important;
	box-shadow:0 6px 20px rgba(20,20,20,.04);
}
.ayesh-return-policy-icon{
	background:var(--ayesh-soft-crimson)!important;
	color:var(--ayesh-crimson)!important;
}
.ayesh-return-policy-arrow{color:var(--ayesh-crimson)!important}

/* Voucher — Crimson + premium Gold */
.ayesh-vouchers-heading h3{color:var(--ayesh-carbon)!important}
.ayesh-voucher-ticket{
	border-color:rgba(201,21,36,.20)!important;
	background:linear-gradient(135deg,var(--ayesh-white),var(--ayesh-soft-crimson))!important;
	box-shadow:0 8px 24px rgba(201,21,36,.08)!important;
}
.ayesh-voucher-ticket:before,
.ayesh-voucher-ticket:after{
	background:var(--ayesh-white)!important;
	border-color:rgba(201,21,36,.20)!important;
}
.ayesh-voucher-ticket-divider{border-color:rgba(201,21,36,.24)!important}
.ayesh-voucher-brand{color:var(--ayesh-gold)!important}
.ayesh-voucher-ticket-left strong{color:var(--ayesh-crimson)!important}
.ayesh-voucher-ticket-left small,
.ayesh-voucher-ticket-right p,
.ayesh-voucher-date{color:#5E636B!important}
.ayesh-voucher-code{color:var(--ayesh-crimson)!important}
.ayesh-voucher-terms-button{
	background:var(--ayesh-soft-gold)!important;
	color:#806326!important;
}
.ayesh-voucher-collect{
	background:var(--ayesh-crimson)!important;
	color:var(--ayesh-white)!important;
	box-shadow:0 6px 14px rgba(201,21,36,.18);
}
.ayesh-voucher-collect:hover{background:var(--ayesh-crimson-dark)!important}
.ayesh-voucher-collect.is-applied{background:var(--ayesh-carbon)!important}
.ayesh-voucher-terms-panel{
	background:#FCFCFC!important;
	border-color:var(--ayesh-border)!important;
	color:#5E636B!important;
}

/* Mobile conversion bar */
.ayesh-product-mobile-bar{
	background:var(--ayesh-white)!important;
	border-top-color:var(--ayesh-border)!important;
}
.ayesh-mobile-icon-action{color:var(--ayesh-carbon)!important}
.ayesh-whatsapp-action{color:#128C7E!important}
.ayesh-mobile-buy-button{
	background:var(--ayesh-carbon)!important;
	color:var(--ayesh-white)!important;
}
.ayesh-mobile-cart-button{
	background:var(--ayesh-crimson)!important;
	color:var(--ayesh-white)!important;
}
.ayesh-mobile-cart-button:hover{background:var(--ayesh-crimson-dark)!important}
.ayesh-global-toast{
	background:var(--ayesh-carbon)!important;
	color:var(--ayesh-white)!important;
	border-left:4px solid var(--ayesh-crimson);
}


/* v1.5.6 — reliable Daraz-style product share */
.ayesh-product-share{
	position:relative;
	display:inline-flex!important;
	visibility:visible!important;
	opacity:1!important;
	align-items:center;
	vertical-align:middle;
	margin:7px 0 11px 8px;
	z-index:40;
	pointer-events:auto!important;
}
.ayesh-share-trigger{
	width:42px;
	height:42px;
	display:inline-flex!important;
	align-items:center;
	justify-content:center;
	border:1px solid rgba(20,20,20,.14)!important;
	border-radius:50%!important;
	background:#fff!important;
	color:#141414!important;
	cursor:pointer!important;
	pointer-events:auto!important;
	box-shadow:0 6px 18px rgba(20,20,20,.07);
	transition:transform .18s ease,border-color .18s ease,color .18s ease,background .18s ease;
}
.ayesh-share-trigger:hover,
.ayesh-share-trigger:focus{
	color:#C91524!important;
	border-color:rgba(201,21,36,.38)!important;
	background:#FFF4F5!important;
	transform:translateY(-1px);
	outline:0;
}
.ayesh-share-trigger svg{display:block;pointer-events:none}
.ayesh-share-modal{
	display:none;
	position:fixed;
	inset:0;
	z-index:2147483000;
	align-items:center;
	justify-content:center;
	padding:20px;
}
.ayesh-share-modal.is-open{display:flex!important}
.ayesh-share-backdrop{
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
	padding:0;
	border:0;
	background:rgba(20,20,20,.56);
	backdrop-filter:blur(2px);
	cursor:pointer;
}
.ayesh-share-sheet{
	position:relative;
	z-index:2;
	width:min(440px,100%);
	padding:20px;
	border-radius:22px;
	background:#fff;
	box-shadow:0 28px 80px rgba(0,0,0,.28);
	transform:translateY(10px);
	animation:ayeshShareIn .2s ease forwards;
}
@keyframes ayeshShareIn{
	to{transform:translateY(0)}
}
.ayesh-share-sheet-header{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	gap:16px;
	margin-bottom:18px;
}
.ayesh-share-sheet-header strong{
	display:block;
	color:#141414;
	font:800 20px/1.2 "Sora","Manrope",sans-serif;
}
.ayesh-share-sheet-header span{
	display:block;
	margin-top:4px;
	color:#6A6F77;
	font:600 12px/1.4 "Manrope","Hind Siliguri",sans-serif;
}
.ayesh-share-close{
	width:38px;
	height:38px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	flex:0 0 auto;
	padding:0;
	border:0;
	border-radius:50%;
	background:#F3F4F6;
	color:#141414;
	cursor:pointer;
}
.ayesh-share-options{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:12px;
}
.ayesh-share-option{
	min-width:0;
	min-height:96px;
	display:flex!important;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	gap:9px;
	padding:12px 8px;
	border:1px solid rgba(20,20,20,.09)!important;
	border-radius:16px!important;
	background:#fff!important;
	color:#141414!important;
	text-decoration:none!important;
	cursor:pointer!important;
	font-family:"Manrope","Hind Siliguri",sans-serif;
}
.ayesh-share-option:hover{
	border-color:rgba(201,21,36,.28)!important;
	background:#FFF7F8!important;
	color:#C91524!important;
}
.ayesh-share-option>span{
	width:42px;
	height:42px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	background:#F4F5F7;
	font-size:18px;
	font-weight:800;
	line-height:1;
}
.ayesh-share-option>b{
	display:block;
	max-width:100%;
	font-size:12px;
	line-height:1.2;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.ayesh-share-option.is-whatsapp>span{background:#E9F9F2;color:#128C7E}
.ayesh-share-option.is-facebook>span{background:#EAF1FF;color:#1877F2}
.ayesh-share-option.is-telegram>span{background:#EAF7FD;color:#229ED9}
.ayesh-share-option.is-x>span{background:#F0F0F0;color:#141414}
.ayesh-share-option.is-copy>span{background:#FFF4F5;color:#C91524}
.ayesh-share-option.is-native>span{background:#FBF7EE;color:#8B6A28}
body.ayesh-share-open{overflow:hidden!important}
#ayesh-share-fallback-template[hidden]{display:none!important}
.ayesh-share-fallback-mounted{display:inline-flex!important}

@media(max-width:768px){
	.ayesh-product-share{margin:6px 0 10px 7px}
	.ayesh-share-trigger{width:40px;height:40px}
	.ayesh-share-modal{
		align-items:flex-end;
		padding:0;
	}
	.ayesh-share-sheet{
		width:100%;
		max-width:none;
		padding:18px 16px calc(20px + env(safe-area-inset-bottom));
		border-radius:22px 22px 0 0;
	}
	.ayesh-share-options{gap:9px}
	.ayesh-share-option{min-height:88px;padding:10px 5px}
	.ayesh-share-option>span{width:40px;height:40px}
}
@media(max-width:390px){
	.ayesh-share-sheet{padding-inline:12px}
	.ayesh-share-options{gap:7px}
	.ayesh-share-option{min-height:82px;border-radius:14px!important}
	.ayesh-share-option>b{font-size:11px}
}


/* v1.5.7 — Styled single product price section */
.single-product .summary .price .ayesh-price-card,
.woocommerce div.product .summary .price .ayesh-price-card,
.ayesh-price-card{
	display:block;
	width:100%;
	margin:0;
	padding:18px 20px 20px;
	border-radius:22px;
	background:linear-gradient(135deg,#FFF9FA 0%,#FFF5F7 100%);
	border:1px solid rgba(201,21,36,.08);
	box-shadow:0 10px 26px rgba(201,21,36,.06);
}
.single-product .summary .price,
.woocommerce div.product .summary .price{
	display:block!important;
	margin:14px 0 18px!important;
	float:none!important;
	width:100%;
	color:inherit;
}
.single-product .summary .price ins,
.single-product .summary .price del,
.woocommerce div.product .summary .price ins,
.woocommerce div.product .summary .price del{
	background:transparent!important;
	text-decoration:none;
}
.ayesh-price-card-label{
	display:block;
	margin:0 0 10px;
	color:#D84567;
	font:800 18px/1.2 "Sora","Manrope",sans-serif;
	letter-spacing:-.01em;
}
.ayesh-price-card-row{
	display:flex;
	flex-wrap:wrap;
	align-items:flex-end;
	gap:10px 14px;
}
.ayesh-price-current,
.ayesh-price-current .woocommerce-Price-amount{
	display:inline-flex;
	align-items:flex-end;
	color:#E04166!important;
	font:800 34px/1 "Sora","Manrope",sans-serif;
	letter-spacing:-.03em;
}
.ayesh-price-current .woocommerce-Price-currencySymbol{
	font-size:.78em;
	margin-right:3px;
	line-height:1.1;
}
.ayesh-price-regular,
.ayesh-price-regular .woocommerce-Price-amount{
	display:inline-flex;
	align-items:flex-end;
	color:#8B8F98!important;
	font:700 24px/1 "Manrope","Hind Siliguri",sans-serif;
	text-decoration:line-through!important;
}
.ayesh-price-regular .woocommerce-Price-currencySymbol{
	font-size:.85em;
	margin-right:2px;
}
.ayesh-price-discount{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:40px;
	padding:7px 14px;
	border-radius:12px;
	background:#FFECEF;
	color:#E04166;
	font:800 18px/1 "Sora","Manrope",sans-serif;
}
@media(max-width:768px){
	.single-product .summary .price,
	.woocommerce div.product .summary .price{
		margin:12px 0 16px!important;
	}
	.ayesh-price-card{
		padding:15px 16px 16px;
		border-radius:18px;
	}
	.ayesh-price-card-label{
		margin-bottom:8px;
		font-size:16px;
	}
	.ayesh-price-card-row{
		gap:8px 10px;
	}
	.ayesh-price-current,
	.ayesh-price-current .woocommerce-Price-amount{
		font-size:30px;
	}
	.ayesh-price-regular,
	.ayesh-price-regular .woocommerce-Price-amount{
		font-size:20px;
	}
	.ayesh-price-discount{
		min-height:34px;
		padding:6px 11px;
		border-radius:10px;
		font-size:16px;
	}
}
@media(max-width:390px){
	.ayesh-price-card{
		padding:13px 14px 14px;
	}
	.ayesh-price-current,
	.ayesh-price-current .woocommerce-Price-amount{
		font-size:27px;
	}
	.ayesh-price-regular,
	.ayesh-price-regular .woocommerce-Price-amount{
		font-size:18px;
	}
	.ayesh-price-discount{
		font-size:15px;
	}
}


/* v1.5.9 — single product price section full-width + 30% more compact */
.single-product .summary .price,
.woocommerce div.product .summary .price{
	display:block!important;
	width:100%!important;
	max-width:none!important;
	float:none!important;
	margin:12px 0 14px!important;
	box-sizing:border-box;
}
.single-product .summary .price .ayesh-price-card,
.woocommerce div.product .summary .price .ayesh-price-card,
.ayesh-price-card{
	display:block!important;
	width:100%!important;
	max-width:none!important;
	box-sizing:border-box!important;
	padding:12px 16px 13px!important;
	border-radius:20px!important;
}
.ayesh-price-card-label{
	margin:0 0 7px!important;
	font-size:15px!important;
	line-height:1.15!important;
}
.ayesh-price-card-row{
	gap:8px 12px!important;
}
.ayesh-price-current,
.ayesh-price-current .woocommerce-Price-amount{
	font-size:30px!important;
	line-height:1!important;
}
.ayesh-price-regular,
.ayesh-price-regular .woocommerce-Price-amount{
	font-size:21px!important;
	line-height:1!important;
}
.ayesh-price-discount{
	min-height:34px!important;
	padding:5px 12px!important;
	border-radius:11px!important;
	font-size:16px!important;
	line-height:1!important;
}
@media(max-width:768px){
	.single-product .summary .price,
	.woocommerce div.product .summary .price{
		margin:10px 0 12px!important;
	}
	.single-product .summary .price .ayesh-price-card,
	.woocommerce div.product .summary .price .ayesh-price-card,
	.ayesh-price-card{
		padding:10px 13px 11px!important;
		border-radius:17px!important;
	}
	.ayesh-price-card-label{
		margin-bottom:6px!important;
		font-size:14px!important;
	}
	.ayesh-price-current,
	.ayesh-price-current .woocommerce-Price-amount{
		font-size:26px!important;
	}
	.ayesh-price-regular,
	.ayesh-price-regular .woocommerce-Price-amount{
		font-size:18px!important;
	}
	.ayesh-price-discount{
		min-height:30px!important;
		padding:5px 10px!important;
		font-size:15px!important;
	}
}
@media(max-width:390px){
	.single-product .summary .price .ayesh-price-card,
	.woocommerce div.product .summary .price .ayesh-price-card,
	.ayesh-price-card{
		padding:9px 12px 10px!important;
	}
	.ayesh-price-current,
	.ayesh-price-current .woocommerce-Price-amount{
		font-size:24px!important;
	}
	.ayesh-price-regular,
	.ayesh-price-regular .woocommerce-Price-amount{
		font-size:17px!important;
	}
	.ayesh-price-discount{
		min-height:28px!important;
		padding:4px 9px!important;
		font-size:14px!important;
	}
}


/* v1.5.10 — corrected MAIN single-product price card only */
body.single-product div.product .summary,
body.single-product .product-info.summary,
body.single-product .wd-product-summary{
	min-width:0;
}

body.single-product div.product .summary > .price,
body.single-product .product-info.summary > .price,
body.single-product .summary-inner > .price,
body.single-product .wd-product-summary > .price,
body.single-product .summary .price{
	display:block!important;
	width:100%!important;
	max-width:100%!important;
	flex:0 0 100%!important;
	float:none!important;
	clear:both!important;
	box-sizing:border-box!important;
	margin:10px 0 12px!important;
}

body.single-product .summary .price > .ayesh-price-card,
body.single-product .product-info .price > .ayesh-price-card,
body.single-product .wd-product-summary .price > .ayesh-price-card,
body.single-product .ayesh-price-card{
	width:100%!important;
	max-width:100%!important;
	min-height:0!important;
	box-sizing:border-box!important;
	padding:9px 14px 10px!important;
	border-radius:16px!important;
}

body.single-product .ayesh-price-card-label{
	margin:0 0 5px!important;
	font-size:13px!important;
	line-height:1.1!important;
}

body.single-product .ayesh-price-card-row{
	display:flex!important;
	align-items:center!important;
	flex-wrap:wrap!important;
	gap:7px 11px!important;
	min-height:0!important;
}

body.single-product .ayesh-price-current,
body.single-product .ayesh-price-current .woocommerce-Price-amount{
	font-size:28px!important;
	line-height:1!important;
}

body.single-product .ayesh-price-regular,
body.single-product .ayesh-price-regular .woocommerce-Price-amount{
	font-size:19px!important;
	line-height:1!important;
}

body.single-product .ayesh-price-discount{
	min-height:30px!important;
	padding:4px 10px!important;
	border-radius:9px!important;
	font-size:15px!important;
	line-height:1!important;
}

@media(max-width:768px){
	body.single-product div.product .summary > .price,
	body.single-product .product-info.summary > .price,
	body.single-product .summary-inner > .price,
	body.single-product .wd-product-summary > .price,
	body.single-product .summary .price{
		margin:8px 0 10px!important;
	}

	body.single-product .summary .price > .ayesh-price-card,
	body.single-product .product-info .price > .ayesh-price-card,
	body.single-product .wd-product-summary .price > .ayesh-price-card,
	body.single-product .ayesh-price-card{
		padding:8px 11px 9px!important;
		border-radius:14px!important;
	}

	body.single-product .ayesh-price-card-label{
		margin-bottom:4px!important;
		font-size:12px!important;
	}

	body.single-product .ayesh-price-current,
	body.single-product .ayesh-price-current .woocommerce-Price-amount{
		font-size:25px!important;
	}

	body.single-product .ayesh-price-regular,
	body.single-product .ayesh-price-regular .woocommerce-Price-amount{
		font-size:17px!important;
	}

	body.single-product .ayesh-price-discount{
		min-height:27px!important;
		padding:4px 9px!important;
		font-size:14px!important;
	}
}


/* v1.5.12 — clear Buy Now confirmation */
.ayesh-mobile-buy-button span,
.aj36-direct-checkout span{
	white-space:nowrap!important;
	overflow:hidden;
	text-overflow:ellipsis;
}
.ayesh-mobile-buy-button.is-processing{
	background:#141414!important;
	color:#fff!important;
}


/* v1.5.14 — Daraz-style redesign for the SINGLE product page price section */
body.single-product .summary .price,
body.single-product .product-info.summary .price,
body.single-product .wd-product-summary .price{
	margin:12px 0 14px!important;
	width:100%!important;
	max-width:100%!important;
}

body.single-product .summary .price > .ayesh-price-card,
body.single-product .product-info.summary .price > .ayesh-price-card,
body.single-product .wd-product-summary .price > .ayesh-price-card,
body.single-product .ayesh-price-card{
	position:relative;
	display:block!important;
	width:100%!important;
	max-width:100%!important;
	overflow:hidden;
	padding:14px 16px 15px 18px!important;
	border:1px solid #FDE7DA!important;
	border-left:5px solid #F57224!important;
	border-radius:16px!important;
	background:linear-gradient(180deg,#FFFDFC 0%,#FFF7F2 100%)!important;
	box-shadow:0 8px 22px rgba(245,114,36,.08)!important;
}

body.single-product .ayesh-price-card:after{
	content:"";
	position:absolute;
	right:-28px;
	top:-28px;
	width:110px;
	height:110px;
	border-radius:50%;
	background:radial-gradient(circle, rgba(245,114,36,.10) 0%, rgba(245,114,36,0) 72%);
	pointer-events:none;
}

body.single-product .ayesh-price-card-label{
	position:relative;
	z-index:1;
	display:inline-flex!important;
	align-items:center;
	justify-content:center;
	margin:0 0 10px!important;
	padding:5px 10px!important;
	border-radius:999px!important;
	background:#FFF0E6!important;
	color:#F57224!important;
	font:800 13px/1 "Sora","Manrope",sans-serif!important;
	letter-spacing:.01em;
	text-transform:none;
}

body.single-product .ayesh-price-card-row{
	position:relative;
	z-index:1;
	display:flex!important;
	flex-wrap:wrap!important;
	align-items:flex-end!important;
	gap:8px 14px!important;
	margin:0!important;
}

body.single-product .ayesh-price-current,
body.single-product .ayesh-price-current .woocommerce-Price-amount{
	display:inline-flex!important;
	align-items:flex-end!important;
	color:#F57224!important;
	font:800 36px/1 "Sora","Manrope",sans-serif!important;
	letter-spacing:-.03em;
}

body.single-product .ayesh-price-current .woocommerce-Price-currencySymbol{
	font-size:.74em!important;
	line-height:1.1!important;
	margin-right:3px!important;
}

body.single-product .ayesh-price-regular,
body.single-product .ayesh-price-regular .woocommerce-Price-amount{
	display:inline-flex!important;
	align-items:flex-end!important;
	color:#9A9FAA!important;
	font:700 23px/1 "Manrope","Hind Siliguri",sans-serif!important;
	text-decoration:line-through!important;
}

body.single-product .ayesh-price-regular .woocommerce-Price-currencySymbol{
	font-size:.83em!important;
	line-height:1.1!important;
	margin-right:2px!important;
}

body.single-product .ayesh-price-discount{
	display:inline-flex!important;
	align-items:center!important;
	justify-content:center!important;
	min-height:34px!important;
	padding:6px 12px!important;
	border-radius:12px!important;
	background:#FFECE3!important;
	color:#F05A28!important;
	border:1px solid #FFD5C0!important;
	box-shadow:none!important;
	font:800 17px/1 "Sora","Manrope",sans-serif!important;
	white-space:nowrap!important;
}

@media(max-width:768px){
	body.single-product .summary .price,
	body.single-product .product-info.summary .price,
	body.single-product .wd-product-summary .price{
		margin:10px 0 12px!important;
	}

	body.single-product .summary .price > .ayesh-price-card,
	body.single-product .product-info.summary .price > .ayesh-price-card,
	body.single-product .wd-product-summary .price > .ayesh-price-card,
	body.single-product .ayesh-price-card{
		padding:12px 13px 13px 15px!important;
		border-left-width:4px!important;
		border-radius:14px!important;
	}

	body.single-product .ayesh-price-card-label{
		margin-bottom:8px!important;
		padding:4px 9px!important;
		font-size:12px!important;
	}

	body.single-product .ayesh-price-card-row{
		gap:7px 10px!important;
	}

	body.single-product .ayesh-price-current,
	body.single-product .ayesh-price-current .woocommerce-Price-amount{
		font-size:31px!important;
	}

	body.single-product .ayesh-price-regular,
	body.single-product .ayesh-price-regular .woocommerce-Price-amount{
		font-size:19px!important;
	}

	body.single-product .ayesh-price-discount{
		min-height:30px!important;
		padding:5px 10px!important;
		border-radius:10px!important;
		font-size:15px!important;
	}
}

@media(max-width:390px){
	body.single-product .summary .price > .ayesh-price-card,
	body.single-product .product-info.summary .price > .ayesh-price-card,
	body.single-product .wd-product-summary .price > .ayesh-price-card,
	body.single-product .ayesh-price-card{
		padding:11px 12px 12px 14px!important;
	}

	body.single-product .ayesh-price-current,
	body.single-product .ayesh-price-current .woocommerce-Price-amount{
		font-size:28px!important;
	}

	body.single-product .ayesh-price-regular,
	body.single-product .ayesh-price-regular .woocommerce-Price-amount{
		font-size:17px!important;
	}

	body.single-product .ayesh-price-discount{
		font-size:14px!important;
	}
}
