.efs-shell{
	--efs-columns:4;
	--efs-gap:18px;
	position:relative;
	direction:rtl;
	padding:26px;
	border-radius:28px;
	background:#fff;
	overflow:hidden;
}
.efs-header{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:20px;
	margin-bottom:22px;
}
.efs-heading{display:flex;flex-direction:column;align-items:flex-start}
.efs-eyebrow{
	display:inline-flex;
	padding:5px 10px;
	margin-bottom:7px;
	border-radius:999px;
	background:#ff3f68;
	color:#fff;
	font-size:10px;
	font-weight:800;
	text-transform:uppercase;
}
.efs-heading-title{margin:0;color:#172033;font-size:34px;font-weight:900;line-height:1.35}
.efs-subtitle{margin:5px 0 0;color:#7b8190;font-size:13px}
.efs-header-actions{display:flex;align-items:center;gap:14px}
.efs-view-all{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:11px 16px;
	border-radius:999px;
	background:#fff;
	color:#172033;
	text-decoration:none!important;
	font-size:12px;
	font-weight:700;
	box-shadow:0 8px 24px rgba(20,29,46,.08);
}
.efs-timer{
	display:flex;
	align-items:center;
	gap:7px;
	padding:10px 14px;
	border-radius:16px;
	background:#ff476d;
	color:#fff;
	box-shadow:0 10px 25px rgba(255,71,109,.24);
}
.efs-timer span{display:flex;flex-direction:column;align-items:center;min-width:34px}
.efs-timer b{font-size:17px;line-height:1}
.efs-timer small{margin-top:4px;font-size:8px;opacity:.9}
.efs-timer i{font-style:normal;font-weight:800}
.efs-wrap{position:relative}
.efs-products{
	display:grid;
	grid-template-columns:repeat(var(--efs-columns),minmax(0,1fr));
	gap:var(--efs-gap);
}
.efs-layout-carousel .efs-products{
	grid-template-columns:none;
	grid-auto-flow:column;
	grid-auto-columns:calc((100% - (var(--efs-columns) - 1) * var(--efs-gap)) / var(--efs-columns));
	overflow-x:auto;
	scroll-snap-type:x mandatory;
	scroll-behavior:smooth;
	scrollbar-width:none;
}
.efs-layout-carousel .efs-products::-webkit-scrollbar{display:none}
.efs-card{
	position:relative;
	min-width:0;
	overflow:hidden;
	background:#fff;
	transition:.35s ease;
	scroll-snap-align:start;
}
.efs-card-link{display:block;color:inherit;text-decoration:none!important}
.efs-image{position:relative;height:330px;overflow:hidden;background:#f4f4f4}
.efs-image img{display:block;width:100%;height:100%;object-fit:cover;transition:.45s ease}
.efs-hover-zoom .efs-card:hover img{transform:scale(1.06)}
.efs-hover-lift .efs-card:hover{transform:translateY(-8px)}
.efs-hover-fade .efs-card:hover img{opacity:.78}
.efs-badge{
	position:absolute;
	top:14px;
	right:14px;
	z-index:3;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:0;
	max-width:calc(100% - 20px);
	padding:5px 8px;
	border-radius:999px;
	background:#ff3f68;
	color:#fff;
	font-size:10px;
	font-weight:800;
	box-shadow:0 7px 18px rgba(255,63,104,.25);
}
.efs-content{padding:16px 12px;text-align:center}
.efs-category{margin-bottom:6px;color:#999;font-size:11px}
.efs-category a{color:inherit}
.efs-title{margin:0 0 10px;color:#202331;font-size:14px;font-weight:700;line-height:1.75}
.efs-rating .star-rating{float:none;margin:5px auto}
.efs-price{color:#111827;font-size:13px;font-weight:800;line-height:1.8}
.efs-price del{margin-left:7px;opacity:.45;font-size:.88em}
.efs-price ins{text-decoration:none}
.efs-discount-info{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:4px;flex-wrap:wrap}
.efs-discount-percent{color:#ff3f68;font-size:11px;font-weight:800}
.efs-discount-amount{color:#3aa76d;font-size:11px;font-weight:700}
.efs-discount-amount bdi{unicode-bidi:plaintext}
.efs-button{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:13px;
	padding:10px 14px;
	border-radius:11px;
	background:#202020;
	color:#fff;
	font-size:11px;
	font-weight:800;
}
.efs-arrow{
	position:absolute;
	z-index:8;
	top:43%;
	width:42px;
	height:42px;
	padding:0;
	border:1px solid rgba(0,0,0,.07);
	border-radius:50%;
	background:#fff;
	color:#111;
	font-size:25px;
	cursor:pointer;
	box-shadow:0 8px 25px rgba(0,0,0,.1);
}
.efs-prev{right:-18px}.efs-next{left:-18px}

/* 1 festival */
.efs-preset-festival{
	background:linear-gradient(180deg,#fff4f7 0%,#fff 100%);
	border:1px solid #ffe3ea;
}
.efs-preset-festival:before{
	content:"";
	position:absolute;
	top:-90px;
	left:-70px;
	width:220px;
	height:220px;
	border-radius:50%;
	background:rgba(255,81,122,.18);
}
.efs-preset-festival .efs-card{border-radius:16px;box-shadow:0 10px 30px rgba(22,30,50,.08)}
.efs-preset-festival .efs-image{border-radius:16px 16px 0 0}
.efs-preset-festival .efs-content{padding:16px}
.efs-preset-festival .efs-button{background:#202020}

/* 2 luxury */
.efs-preset-luxury{background:#0f1013}
.efs-preset-luxury .efs-heading-title,.efs-preset-luxury .efs-title,.efs-preset-luxury .efs-price{color:#fff}
.efs-preset-luxury .efs-subtitle,.efs-preset-luxury .efs-category{color:#b7b7b7}
.efs-preset-luxury .efs-card{background:#17181c;border:1px solid #282a30}
.efs-preset-luxury .efs-badge,.efs-preset-luxury .efs-button,.efs-preset-luxury .efs-eyebrow{background:#d5b375;color:#111}
.efs-preset-luxury .efs-view-all{background:#1b1d22;color:#fff}

/* 3 glass */
.efs-preset-glass{
	background:linear-gradient(135deg,#eef4ff,#ffeef7);
}
.efs-preset-glass .efs-card{
	border:1px solid rgba(255,255,255,.65);
	border-radius:20px;
	background:rgba(255,255,255,.58);
	backdrop-filter:blur(12px);
	box-shadow:0 15px 35px rgba(76,85,110,.12);
}
.efs-preset-glass .efs-image{margin:9px;border-radius:15px}
.efs-preset-glass .efs-button{background:rgba(28,31,38,.9)}

/* 4 editorial */
.efs-preset-editorial{background:#fff}
.efs-preset-editorial .efs-header{border-bottom:1px solid #111;padding-bottom:16px}
.efs-preset-editorial .efs-heading-title{font-family:serif;font-size:38px}
.efs-preset-editorial .efs-card{background:transparent}
.efs-preset-editorial .efs-image{height:420px}
.efs-preset-editorial .efs-content{text-align:right;padding:16px 0}
.efs-preset-editorial .efs-title{font-family:serif;font-size:18px;font-weight:500}
.efs-preset-editorial .efs-badge{border-radius:0;background:#fff;color:#111}

/* 5 soft */
.efs-preset-soft{background:#fff7fb}
.efs-preset-soft .efs-card{padding:8px;border-radius:20px;background:#fff}
.efs-preset-soft .efs-image{border-radius:16px;background:#f9edf3}
.efs-preset-soft .efs-badge,.efs-preset-soft .efs-button,.efs-preset-soft .efs-eyebrow{background:#e59ab8}
.efs-preset-soft .efs-view-all{background:#fce8f0}

/* 6 compact */
.efs-preset-compact .efs-products{gap:12px}
.efs-preset-compact .efs-card{display:grid;grid-template-columns:42% 58%;align-items:center;border:1px solid #ececec}
.efs-preset-compact .efs-image{height:180px}
.efs-preset-compact .efs-content{text-align:right;padding:14px}
.efs-preset-compact .efs-button{display:inline-flex;width:auto}
.efs-preset-compact .efs-badge{top:8px;right:8px}

/* 7 overlay */
.efs-preset-overlay .efs-card{min-height:380px;border-radius:18px}
.efs-preset-overlay .efs-image{height:100%;min-height:380px}
.efs-preset-overlay .efs-content{
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	z-index:3;
	padding:80px 18px 20px;
	background:linear-gradient(transparent,rgba(0,0,0,.88));
	text-align:right;
}
.efs-preset-overlay .efs-title,.efs-preset-overlay .efs-price{color:#fff}
.efs-preset-overlay .efs-category{color:#ddd}
.efs-preset-overlay .efs-button{background:#fff;color:#111}

/* 8 neon */
.efs-preset-neon{
	background:linear-gradient(135deg,#14162a,#3b164d);
}
.efs-preset-neon .efs-card{
	border:1px solid rgba(255,255,255,.13);
	border-radius:18px;
	background:rgba(255,255,255,.07);
}
.efs-preset-neon .efs-heading-title,.efs-preset-neon .efs-title,.efs-preset-neon .efs-price{color:#fff}
.efs-preset-neon .efs-subtitle,.efs-preset-neon .efs-category{color:#d5cde0}
.efs-preset-neon .efs-badge,.efs-preset-neon .efs-button,.efs-preset-neon .efs-eyebrow{background:linear-gradient(135deg,#ff4f9a,#7d5cff)}
.efs-preset-neon .efs-view-all{background:rgba(255,255,255,.1);color:#fff}

/* 9 classic */
.efs-preset-classic{background:#f7f3ed;border:1px solid #e3dbcf}
.efs-preset-classic .efs-card{padding:8px;border:1px solid #d8cdbf;background:#fff}
.efs-preset-classic .efs-heading-title,.efs-preset-classic .efs-title{font-family:serif}
.efs-preset-classic .efs-button,.efs-preset-classic .efs-eyebrow,.efs-preset-classic .efs-badge{background:#6b5744}

/* 10 clean */
.efs-preset-clean{padding:0;background:#fff}
.efs-preset-clean .efs-card{background:transparent}
.efs-preset-clean .efs-content{padding-right:0;padding-left:0}
.efs-preset-clean .efs-badge{background:#fff;color:#111;border:1px solid #111;box-shadow:none}
.efs-preset-clean .efs-button{background:transparent;color:#111;border:1px solid #ddd}

.efs-empty{padding:28px;border:1px dashed #ddd;text-align:center;color:#777}

@media(max-width:767px){
	.efs-shell{--efs-columns:2;--efs-gap:8px;padding:10px;border-radius:16px}
	.efs-header{align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:14px}
	.efs-heading-title{font-size:22px}
	.efs-subtitle{font-size:11px}
	.efs-header-actions{width:100%;justify-content:space-between;gap:8px}
	.efs-view-all{padding:8px 11px;font-size:10px}
	.efs-timer{padding:7px 8px;gap:4px;border-radius:12px}
	.efs-timer span{min-width:24px}
	.efs-timer b{font-size:14px}
	.efs-card{width:100%;border-radius:14px}
	.efs-image{height:210px}
	.efs-content{padding:11px 7px 10px}
	.efs-title{font-size:11px;line-height:1.65;margin-bottom:7px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:36px}
	.efs-price{font-size:10px;line-height:1.65}
	.efs-price del{display:block;margin:0 0 1px;font-size:.82em}
	.efs-discount-info{gap:5px;margin-top:3px}
	.efs-discount-percent,.efs-discount-amount{font-size:9px}
	.efs-button{font-size:9px;padding:8px 6px;margin-top:9px;border-radius:9px;white-space:nowrap}
	.efs-badge{top:7px;right:7px;max-width:calc(100% - 14px);padding:4px 7px;font-size:8px;line-height:1.25;box-shadow:0 4px 10px rgba(255,63,104,.2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
	.efs-arrow{display:none}
	.efs-preset-festival .efs-card{border-radius:14px}
	.efs-preset-festival .efs-image{border-radius:14px 14px 0 0}
	.efs-preset-festival .efs-content{padding:11px 7px 10px}
	.efs-preset-soft .efs-card{padding:5px;border-radius:14px}
	.efs-preset-soft .efs-image{border-radius:11px}
	.efs-preset-glass .efs-image{margin:5px;border-radius:11px}
	.efs-preset-editorial .efs-image{height:260px}
	.efs-preset-compact .efs-card{display:block}
	.efs-preset-compact .efs-image{height:190px}
	.efs-preset-overlay .efs-card,.efs-preset-overlay .efs-image{min-height:260px}
}

@media(max-width:390px){
	.efs-shell{--efs-gap:6px;padding:8px}
	.efs-image{height:185px}
	.efs-content{padding:9px 5px 8px}
	.efs-title{font-size:10px;min-height:33px}
	.efs-price{font-size:9px}
	.efs-discount-percent,.efs-discount-amount{font-size:7.5px}
	.efs-button{font-size:8px;padding:7px 4px}
	.efs-badge{top:6px;right:6px;padding:3px 6px;font-size:7.5px}
}

/* 11 - کارت محصول شیک ERFANIT */
.efpc-shell{position:relative;direction:rtl;width:100%}
.efpc-grid{--efpc-columns:3;direction:rtl;display:grid;grid-template-columns:repeat(var(--efpc-columns),minmax(0,1fr));gap:18px}
.efpc-layout-carousel .efpc-grid{display:grid;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--efpc-columns) - 1) * 18px) / var(--efpc-columns));overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-inline:contain;scrollbar-width:none;padding:4px 2px 14px}
.efpc-layout-carousel .efpc-grid::-webkit-scrollbar{display:none}.efpc-layout-carousel .efpc-card{scroll-snap-align:start}
.efpc-nav{display:flex;align-items:center;justify-content:flex-end;gap:7px;margin-bottom:10px}.efpc-arrow{width:34px;height:34px;border:1px solid #ececef;border-radius:50%;background:#fff;color:#25272c;font-size:22px;line-height:1;cursor:pointer;box-shadow:0 7px 18px rgba(25,30,40,.06);transition:.25s ease}.efpc-arrow:hover{transform:translateY(-2px);border-color:#d8d8dc}
.efpc-card{position:relative;min-width:0;overflow:hidden;border:1px solid #eeeeef;border-radius:28px;background:#fff;box-shadow:0 10px 28px rgba(28,35,48,.07);transition:transform .3s ease,box-shadow .3s ease}.efpc-card:hover{transform:translateY(-4px);box-shadow:0 17px 38px rgba(28,35,48,.11)}.efpc-main-link{display:block;color:inherit;text-decoration:none!important}
.efpc-media{position:relative;padding:38px 8px 0;background:inherit}.efpc-category-tab{position:absolute;top:0;left:0;z-index:6;min-width:40%;max-width:72%;height:46px;padding:13px 16px 8px;border-radius:0 0 22px 0;background:#fff;color:#6f7278;font-size:9px;font-weight:700;line-height:1.2;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.efpc-category-tab:after{content:"";position:absolute;right:-20px;top:0;width:20px;height:20px;background:transparent;border-top-left-radius:20px;box-shadow:-8px -8px 0 8px currentColor;opacity:0;pointer-events:none}
.efpc-image{height:290px;border-radius:20px;overflow:hidden;background:#f3f3f4}.efpc-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.efpc-card:hover .efpc-image img{transform:scale(1.035)}
.efpc-discount{position:absolute;top:50px;left:15px;z-index:7;display:inline-flex;align-items:center;justify-content:center;padding:7px 10px;border-radius:999px;background:#ff654f;color:#fff;font-size:10px;font-weight:900;line-height:1.2;box-shadow:0 6px 15px rgba(255,101,79,.23)}
.efpc-flip-timer{position:absolute;top:48px;right:15px;z-index:7;display:flex;align-items:center;gap:4px;padding:6px;border-radius:9px;background:#111;color:#fff;box-shadow:0 7px 18px rgba(0,0,0,.22);direction:ltr}.efpc-flip-unit{display:flex;flex-direction:column;align-items:center;gap:2px}.efpc-flip-digit{position:relative;display:flex;align-items:center;justify-content:center;min-width:34px;height:37px;padding:0 5px;border-radius:4px;background:linear-gradient(to bottom,#242424 0 49%,#151515 50% 100%);color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:20px;font-weight:700;letter-spacing:1px;line-height:1;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 1px 2px rgba(0,0,0,.5)}.efpc-flip-digit:after{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:#050505;box-shadow:0 1px rgba(255,255,255,.05)}.efpc-flip-unit small{color:#fff;font-family:Arial,sans-serif;font-size:6px;font-weight:700;letter-spacing:.7px;line-height:1}.efpc-flip-colon{color:#fff;font:bold 15px Arial;margin-top:-10px}
.efpc-body{padding:11px 14px 14px}.efpc-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:8px}.efpc-title{min-width:0;margin:0;color:#292b30;font-size:15px;font-weight:850;line-height:1.55}.efpc-price{flex:0 0 auto;display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;background:#222;color:#fff!important;font-size:9px;font-weight:800;line-height:1.35;white-space:nowrap}.efpc-price,.efpc-price *{color:inherit!important}.efpc-price del{display:none}.efpc-price ins{text-decoration:none!important;color:inherit!important;background:transparent!important}
.efpc-description{margin:0 0 10px;color:#7a7c83;font-size:10px;line-height:1.8;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.efpc-info-row{display:flex;align-items:center;flex-wrap:wrap;gap:7px 12px;margin:2px 0 10px}.efpc-info-item{display:inline-flex;align-items:center;gap:5px;color:#51545b;font-size:8.5px;font-weight:700;line-height:1.4}.efpc-info-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border:1px solid #ececef;border-radius:50%;background:#fff;font-size:9px}.efpc-button{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:11px 12px;border-radius:15px;background:#292b30;color:#fff;font-size:10px;font-weight:850;transition:filter .25s ease,transform .25s ease}.efpc-card:hover .efpc-button{filter:brightness(.94)}.efpc-cart-icon{font-size:11px;line-height:1}
@media(max-width:767px){.efpc-grid{--efpc-columns:2;gap:8px}.efpc-layout-carousel .efpc-grid{grid-auto-columns:calc((100% - 8px) / 2);gap:8px;padding-bottom:9px}.efpc-nav{margin-bottom:7px}.efpc-arrow{width:30px;height:30px;font-size:19px}.efpc-card{border-radius:20px}.efpc-media{padding:29px 5px 0}.efpc-category-tab{height:35px;min-width:46%;max-width:78%;padding:9px 7px 6px;border-radius:0 0 15px 0;font-size:6.8px}.efpc-image{height:180px;border-radius:14px}.efpc-discount{top:36px;left:9px;padding:4px 6px;font-size:7px}.efpc-flip-timer{top:34px;right:9px;gap:2px;padding:4px;border-radius:7px}.efpc-flip-digit{min-width:22px;height:25px;padding:0 3px;font-size:12px}.efpc-flip-unit small{font-size:4.5px}.efpc-flip-colon{font-size:10px;margin-top:-8px}.efpc-body{padding:7px 8px 9px}.efpc-title-row{display:block;margin-bottom:6px}.efpc-title{font-size:10px;line-height:1.55;min-height:31px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.efpc-price{display:inline-flex;margin-top:4px;font-size:7.2px;padding:4px 7px}.efpc-description{display:none}.efpc-info-row{gap:4px 7px;margin-bottom:7px}.efpc-info-item{font-size:6.5px;gap:3px}.efpc-info-icon{width:14px;height:14px;font-size:7px}.efpc-button{padding:8px 5px;border-radius:10px;font-size:7.8px;gap:3px}.efpc-cart-icon{font-size:9px}}
@media(max-width:390px){.efpc-grid{gap:6px}.efpc-layout-carousel .efpc-grid{grid-auto-columns:calc((100% - 6px) / 2);gap:6px}.efpc-image{height:165px}.efpc-body{padding:6px 6px 8px}.efpc-title{font-size:9px;min-height:28px}.efpc-info-item{font-size:6px}.efpc-button{font-size:7px}}

/* === ERFANIT Product Card v2.4 — exact curved minimal layout === */
.efpc-card{overflow:hidden!important;border-radius:34px!important;background:#fff!important;border:1px solid #ededee!important;box-shadow:0 12px 34px rgba(25,28,35,.08)!important}
.efpc-media{position:relative!important;padding:8px 8px 0!important;background:#fff!important;overflow:visible!important}
.efpc-image{position:relative!important;overflow:hidden!important;background:#f1f1f2!important}
.efpc-image img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
.efpc-curve-badge{position:absolute!important;z-index:5!important;top:0!important;left:0!important;width:34%!important;min-width:112px!important;height:112px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;background:#fff!important;color:#151515!important;border-radius:0 0 72px 0!important;box-shadow:18px 0 0 #fff,0 18px 0 #fff!important;pointer-events:none!important}
.efpc-curve-badge:after{content:"";position:absolute;right:-23px;top:0;width:24px;height:24px;border-top-left-radius:24px;box-shadow:-9px -9px 0 9px #fff}
.efpc-curve-badge strong{font:900 27px/1 Arial,sans-serif!important;letter-spacing:-1px!important;color:inherit!important}
.efpc-curve-badge small{margin-top:7px;font:800 9px/1 Arial,sans-serif!important;letter-spacing:2px!important;color:inherit!important}
.efpc-body{padding:15px 18px 18px!important}
.efpc-meta-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin:0 0 12px!important;direction:ltr!important}
.efpc-timer-white{position:static!important;display:inline-flex!important;align-items:center!important;gap:10px!important;padding:8px 12px!important;border-radius:18px!important;background:#fff!important;color:#121212!important;border:1px solid #f0f0f1!important;box-shadow:0 7px 20px rgba(24,28,35,.07)!important;direction:ltr!important}
.efpc-timer-white .efpc-clock-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:28px!important;height:28px!important;border-radius:50%!important;background:#fff!important;color:#111!important;font-size:23px!important;line-height:1!important;box-shadow:0 4px 12px rgba(22,25,31,.09)!important}
.efpc-timer-white .efpc-flip-unit{gap:2px!important}
.efpc-timer-white .efpc-flip-digit{min-width:auto!important;height:auto!important;padding:0!important;background:transparent!important;box-shadow:none!important;color:#111!important;font:900 18px/1 Arial,sans-serif!important;letter-spacing:.5px!important}
.efpc-timer-white .efpc-flip-digit:after{display:none!important}
.efpc-timer-white .efpc-flip-unit small{color:#111!important;font:800 6px/1 Arial,sans-serif!important;letter-spacing:1px!important}
.efpc-flip-divider{width:1px;height:29px;background:#e5e5e7;display:block}
.efpc-price{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:40px!important;padding:8px 14px!important;border-radius:999px!important;background:#18191b;color:#fff;font-size:11px!important;font-weight:850!important;line-height:1.35!important;white-space:nowrap!important;direction:rtl!important}
.efpc-price,.efpc-price *,.efpc-price bdi,.efpc-price span,.efpc-price ins,.efpc-price del{color:inherit}
.efpc-price del{display:none!important}.efpc-price ins{text-decoration:none!important;background:transparent!important}
.efpc-category-line{margin-bottom:5px;color:#9a9ca2;font-size:9px;font-weight:700;line-height:1.4;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.efpc-title{margin:0 0 5px!important;color:#22242a!important;font-size:18px!important;font-weight:900!important;line-height:1.55!important;text-align:right!important}
.efpc-description{margin:0 0 13px!important;color:#85878e!important;font-size:10px!important;line-height:1.9!important;text-align:right!important}
.efpc-info-row{display:flex!important;align-items:center!important;justify-content:flex-start!important;flex-wrap:wrap!important;gap:8px 16px!important;margin:4px 0 14px!important;direction:rtl!important}
.efpc-info-item{display:inline-flex!important;align-items:center!important;gap:7px!important;color:#3f4249!important;font-size:9px!important;font-weight:750!important;line-height:1.5!important}
.efpc-info-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:25px!important;height:25px!important;border:1px solid #ededee!important;border-radius:50%!important;background:#fff!important;color:#1d1f24!important;font-size:12px!important;box-shadow:0 4px 11px rgba(26,30,37,.05)!important}
.efpc-button{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:100%!important;padding:13px 14px!important;border-radius:18px!important;background:#22242a!important;color:#fff!important;font-size:11px!important;font-weight:900!important;line-height:1.3!important}
.efpc-button,.efpc-button *{color:#fff!important}
.efpc-category-tab,.efpc-discount{display:none!important}

@media(max-width:767px){
 .efpc-media{padding:5px 5px 0!important}
 .efpc-curve-badge{width:42%!important;min-width:72px!important;height:72px!important;border-radius:0 0 46px 0!important;box-shadow:11px 0 0 #fff,0 11px 0 #fff!important}
 .efpc-curve-badge:after{right:-15px;width:16px;height:16px;border-top-left-radius:16px;box-shadow:-6px -6px 0 6px #fff}
 .efpc-curve-badge strong{font-size:17px!important}.efpc-curve-badge small{font-size:5px!important;margin-top:4px!important;letter-spacing:1px!important}
 .efpc-body{padding:8px 8px 10px!important}
 .efpc-meta-row{gap:5px!important;margin-bottom:7px!important}
 .efpc-timer-white{gap:4px!important;padding:5px 6px!important;border-radius:11px!important}
 .efpc-timer-white .efpc-clock-icon{width:18px!important;height:18px!important;font-size:14px!important}
 .efpc-timer-white .efpc-flip-digit{font-size:11px!important}.efpc-timer-white .efpc-flip-unit small{font-size:3.5px!important;letter-spacing:.4px!important}.efpc-flip-divider{height:18px}
 .efpc-price{min-height:27px;padding:5px 7px;font-size:6.7px}
 .efpc-category-line{font-size:6px!important;margin-bottom:2px!important}
 .efpc-title{font-size:10px!important;line-height:1.55!important;margin-bottom:3px!important;min-height:auto!important}
 .efpc-description{display:none!important}
 .efpc-info-row{gap:4px 6px!important;margin:3px 0 7px!important}
 .efpc-info-item{font-size:5.8px!important;gap:3px!important}.efpc-info-icon{width:15px!important;height:15px!important;font-size:7px!important}
 .efpc-button{padding:8px 5px!important;border-radius:11px!important;font-size:7px!important;gap:3px!important}
}
@media(max-width:390px){.efpc-body{padding:7px 6px 8px!important}.efpc-timer-white{padding:4px!important}.efpc-price{font-size:6.2px}}


/* === ERFANIT Product Card v2.5 — refined corner curve and compact timer === */
.efpc-media{overflow:hidden!important;border-radius:25px!important}
.efpc-curve-badge{
    top:0!important;
    left:0!important;
    width:112px!important;
    min-width:112px!important;
    height:104px!important;
    padding:12px 18px 14px 12px!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
    text-align:left!important;
    border-radius:0 0 74px 0!important;
    box-shadow:none!important;
}
.efpc-curve-badge:after{
    content:""!important;
    position:absolute!important;
    right:-22px!important;
    top:0!important;
    width:23px!important;
    height:23px!important;
    border-top-left-radius:23px!important;
    box-shadow:-8px -8px 0 8px #fff!important;
}
.efpc-curve-badge strong{font-size:25px!important;line-height:1!important;letter-spacing:-.6px!important}
.efpc-curve-badge small{margin-top:5px!important;font-size:8px!important;letter-spacing:1.5px!important}
.efpc-curve-badge em{display:block!important;margin-top:7px!important;color:#222!important;font-style:normal!important;font-size:8px!important;font-weight:800!important;line-height:1.2!important;white-space:nowrap!important}
.efpc-timer-white{
    gap:6px!important;
    padding:6px 9px!important;
    border-radius:14px!important;
    box-shadow:0 5px 14px rgba(24,28,35,.055)!important;
}
.efpc-timer-white .efpc-clock-icon{width:23px!important;height:23px!important;font-size:17px!important;box-shadow:none!important;border:1px solid #ededee!important}
.efpc-timer-white .efpc-flip-digit{font-size:15px!important}
.efpc-timer-white .efpc-flip-unit small{font-size:5px!important;letter-spacing:.7px!important}
.efpc-flip-divider{height:23px!important}
.efpc-button{
    border-radius:18px 18px 34px 18px!important;
    overflow:hidden!important;
}

@media(max-width:767px){
    .efpc-media{border-radius:17px!important}
    .efpc-curve-badge{
        width:68px!important;
        min-width:68px!important;
        height:63px!important;
        padding:7px 10px 8px 7px!important;
        border-radius:0 0 43px 0!important;
    }
    .efpc-curve-badge:after{right:-13px!important;width:14px!important;height:14px!important;border-top-left-radius:14px!important;box-shadow:-5px -5px 0 5px #fff!important}
    .efpc-curve-badge strong{font-size:15px!important}
    .efpc-curve-badge small{margin-top:3px!important;font-size:4.5px!important;letter-spacing:.8px!important}
    .efpc-curve-badge em{margin-top:4px!important;font-size:4.7px!important}
    .efpc-timer-white{gap:3px!important;padding:4px 5px!important;border-radius:9px!important}
    .efpc-timer-white .efpc-clock-icon{width:15px!important;height:15px!important;font-size:10px!important}
    .efpc-timer-white .efpc-flip-digit{font-size:10px!important}
    .efpc-timer-white .efpc-flip-unit small{font-size:3px!important;letter-spacing:.25px!important}
    .efpc-flip-divider{height:15px!important}
    .efpc-button{border-radius:11px 11px 20px 11px!important}
}

/* === ERFANIT Product Card v2.6 — smaller corner curve + minimal timer === */
/* The corner badge was oversized and its curve was eating into the photo.
   Shrink it down to a small proportionate tag like the reference design. */
.efpc-curve-badge{
    width:76px!important;
    min-width:76px!important;
    height:72px!important;
    padding:10px 12px 10px 10px!important;
    border-radius:0 0 46px 0!important;
}
.efpc-curve-badge:after{
    right:-16px!important;
    width:17px!important;
    height:17px!important;
    border-top-left-radius:17px!important;
    box-shadow:-6px -6px 0 6px #fff!important;
}
.efpc-curve-badge strong{font-size:18px!important;letter-spacing:-.4px!important}
.efpc-curve-badge small{margin-top:3px!important;font-size:6.5px!important;letter-spacing:1px!important}

/* Timer column: the flip-timer plus the "تخفیف محدود" label stacked under it */
.efpc-timer-col{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:5px!important}
.efpc-limited-label{color:#9a9ca2!important;font-size:9px!important;font-weight:700!important;line-height:1!important;direction:rtl!important;white-space:nowrap!important}

/* Timer made smaller and more minimal */
.efpc-timer-white{
    gap:5px!important;
    padding:5px 8px!important;
    border-radius:12px!important;
    box-shadow:0 4px 10px rgba(24,28,35,.05)!important;
}
.efpc-timer-white .efpc-clock-icon{width:18px!important;height:18px!important;font-size:13px!important}
.efpc-timer-white .efpc-flip-digit{font-size:12px!important}
.efpc-timer-white .efpc-flip-unit small{font-size:4.5px!important;letter-spacing:.5px!important}
.efpc-flip-divider{height:18px!important}

@media(max-width:767px){
    .efpc-curve-badge{
        width:58px!important;
        min-width:58px!important;
        height:54px!important;
        padding:6px 8px 6px 6px!important;
        border-radius:0 0 34px 0!important;
    }
    .efpc-curve-badge:after{right:-11px!important;width:12px!important;height:12px!important;border-top-left-radius:12px!important;box-shadow:-4px -4px 0 4px #fff!important}
    .efpc-curve-badge strong{font-size:13px!important}
    .efpc-curve-badge small{margin-top:2px!important;font-size:4.2px!important;letter-spacing:.6px!important}
    .efpc-limited-label{font-size:6.5px!important}
    .efpc-timer-col{gap:3px!important}
    .efpc-timer-white{gap:3px!important;padding:3px 4px!important;border-radius:8px!important}
    .efpc-timer-white .efpc-clock-icon{width:13px!important;height:13px!important;font-size:9px!important}
    .efpc-timer-white .efpc-flip-digit{font-size:9px!important}
    .efpc-timer-white .efpc-flip-unit small{font-size:2.8px!important;letter-spacing:.2px!important}
    .efpc-flip-divider{height:13px!important}
}

/* === ERFANIT Product Card v2.7 — cleaner mobile curve + editable typography === */
.efpc-curve-badge{
    box-sizing:border-box!important;
    overflow:visible!important;
    display:flex!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
    padding:9px 10px!important;
}
.efpc-curve-badge strong,
.efpc-curve-badge small{position:relative!important;z-index:2!important}
.efpc-curve-badge:after{
    width:14px!important;
    height:14px!important;
    right:-13px!important;
    border-top-left-radius:14px!important;
    box-shadow:-5px -5px 0 5px #fff!important;
}
.efpc-timer-white{
    gap:4px!important;
    padding:4px 6px!important;
    border-radius:10px!important;
    min-height:0!important;
}
.efpc-timer-white .efpc-clock-icon{
    width:16px!important;
    height:16px!important;
    font-size:11px!important;
}
.efpc-flip-divider{height:15px!important}

@media(max-width:767px){
    .efpc-curve-badge{
        padding:5px 6px!important;
        align-items:flex-start!important;
        justify-content:flex-start!important;
    }
    .efpc-curve-badge:after{
        width:10px!important;
        height:10px!important;
        right:-9px!important;
        border-top-left-radius:10px!important;
        box-shadow:-3.5px -3.5px 0 3.5px #fff!important;
    }
    .efpc-curve-badge strong{line-height:1!important;letter-spacing:-.2px!important}
    .efpc-curve-badge small{margin-top:2px!important;line-height:1!important;letter-spacing:.45px!important}
    .efpc-timer-col{gap:2px!important}
    .efpc-timer-white{gap:2px!important;padding:3px 4px!important;border-radius:7px!important}
    .efpc-timer-white .efpc-clock-icon{width:12px!important;height:12px!important;font-size:8px!important}
    .efpc-flip-divider{height:11px!important}
    .efpc-limited-label{line-height:1.15!important}
}

/* === ERFANIT Product Card v2.8 === */
.efpc-arrow-icon{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:15px!important;
    height:15px!important;
    font-size:10px!important;
    line-height:1!important;
    font-weight:500!important;
    transform:rotate(-45deg)!important;
    opacity:.92!important;
}
.efpc-button{gap:6px!important}
@media(max-width:767px){
    .efpc-arrow-icon{width:11px!important;height:11px!important;font-size:7px!important}
    .efpc-button{gap:3px!important}
}

/* === ERFANIT Product Card v2.11 — show old (struck-through) + new price together === */
.efpc-price del{
    display:inline!important;
    text-decoration:line-through!important;
    opacity:.6!important;
    font-size:.8em!important;
    font-weight:600!important;
    margin-inline-end:6px!important;
    color:inherit!important;
}
.efpc-price ins{text-decoration:none!important;color:inherit!important;background:transparent!important}
@media(max-width:767px){
    .efpc-price del{font-size:.75em!important;margin-inline-end:4px!important}
}

/* === ERFANIT Product Card v2.12 — price stays inside the card + minimal corner-icon timer === */

/* The price pill was fixed to one line (nowrap) and never shrank, so once the
   old + new price were both shown it pushed past the card edge on narrow
   screens. Let it wrap/shrink so it always stays inside the white card. */
.efpc-title-row{flex-wrap:wrap!important}
.efpc-price{
    white-space:normal!important;
    max-width:100%!important;
    box-sizing:border-box!important;
    flex-shrink:1!important;
    text-align:center!important;
    word-break:break-word!important;
}
@media(max-width:767px){
    .efpc-price{white-space:normal!important}
    .efpc-price del{display:block!important;margin:0 0 2px!important}
}

/* Timer: numbers centered in the middle of the white box, clock icon tucked
   minimally into a corner instead of sitting inline with the numbers. */
.efpc-timer-white{
    position:relative!important;
    top:auto!important;
    right:auto!important;
    left:auto!important;
    bottom:auto!important;
    justify-content:center!important;
}
.efpc-timer-white .efpc-clock-icon{
    position:absolute!important;
    top:3px!important;
    left:5px!important;
    width:11px!important;
    height:11px!important;
    font-size:8px!important;
    opacity:.5!important;
}
.efpc-timer-white .efpc-flip-center{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    gap:5px!important;
}
@media(max-width:767px){
    .efpc-timer-white .efpc-clock-icon{top:2px!important;left:4px!important;width:9px!important;height:9px!important;font-size:6.5px!important}
}

/* === ERFANIT Product Card v2.13 — full-width price bar + timer breathing room === */
/* Stack the timer above a full-width price bar instead of squeezing them
   side-by-side (which is what was pushing the timer past the card edge). */
.efpc-meta-row{
    flex-direction:column!important;
    align-items:stretch!important;
    gap:10px!important;
}
.efpc-timer-col{
    align-self:center!important;
    margin:2px 8px 0!important;
}
.efpc-price{
    width:100%!important;
    display:flex!important;
    justify-content:center!important;
}
@media(max-width:767px){
    .efpc-meta-row{gap:6px!important}
    .efpc-timer-col{margin:2px 6px 0!important}
}
.efpc-meta-spacer{display:none!important}
