.rpf-showcase {
	--rpf-brand: #784654;
	--rpf-brand-dark: #4b2631;
	--rpf-line: #eadfe2;
	--rpf-text: #281e22;
	--rpf-muted: #756970;
	box-sizing: border-box;
	direction: rtl;
	width: 100%;
	margin: 24px 0;
	font-family: inherit;
}

.rpf-showcase *,
.rpf-showcase *::before,
.rpf-showcase *::after { box-sizing: border-box; }


.rpf-category-showcase {
	padding: clamp(16px, 2.5vw, 28px);
	border: 1px solid var(--rpf-line);
	border-radius: 22px;
	background: var(--rpf-section-bg, #fff);
	box-shadow: 0 14px 42px rgba(54, 34, 42, .06);
}

.rpf-showcase-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.rpf-showcase-kicker {
	display: block;
	margin-bottom: 3px;
	color: var(--rpf-brand);
	font-size: 11px;
	font-weight: 750;
}

.rpf-showcase-header h2,
.rpf-offer-intro h2 {
	margin: 0;
	font-size: clamp(19px, 2.1vw, 28px);
	font-weight: 850;
	line-height: 1.5;
}

.rpf-showcase-tools { display: flex; flex: none; align-items: center; gap: 12px; }
.rpf-view-all { display: inline-flex; align-items: center; gap: 7px; color: var(--rpf-brand-dark); font-size: 12px; font-weight: 750; text-decoration: none !important; }

.rpf-carousel-controls { display: flex; align-items: center; gap: 6px; direction: ltr; }
.rpf-carousel-controls button {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 1px solid var(--rpf-line);
	border-radius: 11px;
	background: #fff;
	color: var(--rpf-brand-dark);
	box-shadow: none;
	cursor: pointer;
	transition: transform .2s ease, border-color .2s ease;
}
.rpf-carousel-controls button:hover { border-color: #c7aab2; transform: translateY(-1px); }


.rpf-products-track {
	display: grid;
	gap: 13px;
	min-width: 0;
}
.rpf-layout-slider .rpf-products-track,
.rpf-amazing-offer .rpf-products-track {
	grid-auto-flow: column;
	grid-auto-columns: clamp(190px, 23vw, 238px);
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-behavior: smooth;
	scroll-snap-type: inline mandatory;
	scrollbar-width: thin;
	scrollbar-color: #cdb8be transparent;
	padding: 3px 1px 12px;
	justify-content: safe center;
}
.rpf-layout-grid .rpf-products-track { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.rpf-products-track::-webkit-scrollbar { height: 5px; }
.rpf-products-track::-webkit-scrollbar-track { background: transparent; }
.rpf-products-track::-webkit-scrollbar-thumb { border-radius: 99px; background: #cdb8be; }

@media (hover: hover) and (pointer: fine) {
	.rpf-products-track[data-rpf-carousel] { cursor: grab; }
	.rpf-products-track[data-rpf-carousel].is-dragging { cursor: grabbing; scroll-behavior: auto; scroll-snap-type: none; user-select: none; }
	.rpf-products-track[data-rpf-carousel].is-dragging a,
	.rpf-products-track[data-rpf-carousel].is-dragging img { -webkit-user-drag: none; user-select: none; }
}

.rpf-product-card {
	overflow: hidden;
	min-width: 0;
	border: 1px solid var(--rpf-line);
	border-radius: 17px;
	background: #fff;
	box-shadow: 0 7px 22px rgba(57, 37, 44, .055);
	scroll-snap-align: center;
	transition: transform .22s ease, box-shadow .22s ease;
}
.rpf-product-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(57, 37, 44, .11); }
.rpf-product-image { position: relative; display: block; overflow: hidden; aspect-ratio: 1 / 1; background: #f8f6f7; }
.rpf-product-image img { display: block; width: 100%; height: 100%; margin: 0; object-fit: contain; transition: transform .35s ease; }
.rpf-product-card:hover .rpf-product-image img { transform: scale(1.035); }
.rpf-sale-badge { position: absolute; inset: 10px 10px auto auto; z-index: 1; padding: 5px 8px; border-radius: 8px; background: #8b2e45; color: #fff; font-size: 9px; font-weight: 800; line-height: 1.4; }
.rpf-product-body { display: flex; flex-direction: column; min-height: 175px; padding: 13px; text-align: center; }
.rpf-product-body h3 { display: -webkit-box; overflow: hidden; min-height: 46px; margin: 0 0 8px; color: var(--rpf-text); font-size: 13px; font-weight: 760; line-height: 1.75; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.rpf-product-body h3 a { color: inherit; text-decoration: none !important; }
.rpf-product-rating { min-height:18px; margin-bottom:5px; display:flex; justify-content:center; align-items:center; }
.rpf-product-price { min-height: 39px; margin-top: auto; color: var(--rpf-brand-dark); font-size: 12px; font-weight: 850; line-height: 1.7; }
.rpf-product-price del { color: #a1959a; font-size: 10px; font-weight: 500; }
.rpf-product-price ins { color: #8b2e45; text-decoration: none; }
.rpf-product-price .rpf-contact-price { min-height: auto; padding: 4px 7px; font-size: 9px; }
.rpf-product-action.button {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 40px;
	margin: 9px 0 0 !important;
	padding: 8px 11px !important;
	border: 0 !important;
	border-radius: 10px !important;
	background: #f4ecee !important;
	color: var(--rpf-brand-dark) !important;
	font-family: inherit !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	line-height: 1.4 !important;
	text-decoration: none !important;
	box-shadow: none !important;
}
.rpf-product-action.button:hover { background: var(--rpf-brand-dark) !important; color: #fff !important; }


.rpf-amazing-offer {
	display: grid;
	grid-template-columns: minmax(225px, 285px) minmax(0, 1fr);
	gap: clamp(16px, 2.5vw, 28px);
	overflow: hidden;
	padding: clamp(18px, 2.7vw, 30px);
	border-radius: 24px;
	background: linear-gradient(135deg, var(--rpf-offer-start, #7a263a), var(--rpf-offer-end, #3a1822));
	box-shadow: 0 18px 48px rgba(65, 23, 35, .2);
	color: var(--rpf-offer-text, #fff);
}
.rpf-offer-intro { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-width: 0; }


.rpf-amazing-offer .rpf-showcase-kicker { color: var(--rpf-offer-accent, #efb3c1); }
.rpf-offer-intro h2 { color: inherit; }
.rpf-offer-intro > p { margin: 8px 0 0; color: inherit; opacity: .78; font-size: 11px; line-height: 1.9; }
.rpf-amazing-offer .rpf-carousel-controls { margin-top: 16px; }
.rpf-amazing-offer .rpf-carousel-controls button { border-color: rgba(255,255,255,.23); background: rgba(255,255,255,.1); color: var(--rpf-offer-text, #fff); }
.rpf-amazing-offer .rpf-products-track { grid-auto-columns: clamp(185px, 21vw, 225px); align-self: stretch; }
.rpf-amazing-offer .rpf-product-card { border-color: rgba(255,255,255,.16); }

.rpf-countdown { width: 100%; margin-top: 16px; padding: 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(255,255,255,.095); }
.rpf-timer-label { display: flex; align-items: center; gap: 6px; margin-bottom: 8px; color: var(--rpf-offer-accent, #efb3c1); font-size: 10px; }

.rpf-countdown > div { display: grid; grid-template-columns: minmax(58px,1fr) auto minmax(58px,1fr); align-items: start; gap: 8px; direction: ltr; }
.rpf-countdown > div > span { display: flex; flex-direction: column; align-items: center; gap: 2px; min-width: 0; }
.rpf-countdown > div b { color: var(--rpf-offer-text, #fff); font-size: 18px; font-variant-numeric: tabular-nums; }
.rpf-countdown > div small { color: inherit; opacity: .68; font-size: 8px; }
.rpf-countdown > div i { padding-top: 1px; color: var(--rpf-offer-accent, #efb3c1); font-style: normal; font-weight: 800; }
.rpf-countdown .rpf-deadline-display { display: block; margin-top: 8px; padding-top: 7px; border-top: 1px solid rgba(255,255,255,.13); color: inherit; font-size: 8px; text-align: center; opacity: .72; }
.rpf-amazing-offer.is-ended { filter: saturate(.72); }
.rpf-amazing-offer[hidden] { display: none !important; }
.rpf-shortcode-error { padding: 10px 12px; border: 1px solid #e8c5cc; border-radius: 9px; background: #fff4f5; color: #8b2e45; }

@media (max-width: 1024px) {
	.rpf-layout-grid .rpf-products-track { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.rpf-amazing-offer { grid-template-columns: 220px minmax(0, 1fr); }
}

@media (max-width: 767px) {
	.rpf-showcase { margin: 16px 0; }
	.rpf-category-showcase { padding: 14px; border-radius: 17px; }
	.rpf-showcase-header { align-items: flex-start; margin-bottom: 13px; }
	.rpf-showcase-tools { align-items: flex-end; flex-direction: column-reverse; gap: 7px; }
	.rpf-view-all { font-size: 10px; }
	.rpf-carousel-controls button { width: 32px; height: 32px; border-radius: 9px; }
	.rpf-carousel-controls button svg { width: 17px; height: 17px; }
	.rpf-layout-slider .rpf-products-track { grid-auto-columns: minmax(165px, 44vw); gap: 9px; margin-inline: -3px; padding-inline: 3px; }
	.rpf-layout-grid .rpf-products-track { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
	.rpf-product-card { border-radius: 14px; }
	.rpf-product-body { min-height: 166px; padding: 10px; }
	.rpf-product-body h3 { min-height: 43px; font-size: 11px; }
	.rpf-product-action.button { min-height: 37px; padding: 7px 9px !important; font-size: 10px !important; }
	.rpf-amazing-offer { grid-template-columns: minmax(0, 1fr); gap: 13px; padding: 16px; border-radius: 19px; }
	.rpf-offer-intro { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2px 10px; }
	
	.rpf-offer-intro .rpf-showcase-kicker { grid-column: 2; margin: 0; }
	.rpf-offer-intro h2 { grid-column: 2; font-size: 19px; }
	.rpf-offer-intro > p { grid-column: 1 / -1; }
	.rpf-countdown { grid-column: 1 / -1; margin-top: 10px; }
	.rpf-offer-intro > .rpf-carousel-controls { grid-column: 3; grid-row: 1 / 3; margin: 0; }
	.rpf-amazing-offer .rpf-products-track { grid-auto-columns: minmax(164px, 46vw); gap: 9px; }
}

@media (max-width: 430px) {
	.rpf-layout-grid .rpf-products-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.rpf-showcase-header h2 { font-size: 17px; }
}

@media (max-width: 340px) {
	.rpf-layout-grid .rpf-products-track { grid-template-columns: 1fr; }
	.rpf-layout-slider .rpf-products-track,
	.rpf-amazing-offer .rpf-products-track { grid-auto-columns: 78vw; }
}

.rpf-amazing-offer {
	grid-template-columns: minmax(205px, 250px) minmax(0, 1fr);
	gap: clamp(14px, 2vw, 22px);
	padding: clamp(16px, 2.2vw, 24px);
}
.rpf-offer-intro { gap: 0; }
.rpf-amazing-offer .rpf-showcase-kicker {
	margin: 0 0 4px;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.5;
}
.rpf-offer-intro h2 {
	margin: 0;
	font-size: clamp(22px, 2vw, 28px);
	line-height: 1.35;
}
.rpf-offer-intro > p {
	margin: 8px 0 0;
	font-size: 12px;
	line-height: 1.85;
	opacity: .88;
}
.rpf-countdown {
	margin-top: 12px;
	padding: 10px 12px;
	border-radius: 12px;
}
.rpf-countdown > div {
	grid-template-columns: repeat(3, minmax(0,1fr));
	gap: 8px;
}
.rpf-countdown > div > span {
	padding: 6px 4px;
	border-radius: 10px;
	background: rgba(255,255,255,.08);
}
.rpf-countdown > div i {
	display: none;
}
.rpf-countdown > div b {
	font-size: 17px;
	line-height: 1.1;
}
.rpf-countdown > div small { font-size: 9px; }
.rpf-countdown .rpf-deadline-display { margin-top: 6px; padding-top: 6px; }

@media (max-width: 767px) {
	.rpf-showcase { margin: 10px 0; }
	.rpf-amazing-offer {
		gap: 10px;
		padding: 12px;
		border-radius: 16px;
	}
	.rpf-offer-intro {
		grid-template-columns: auto 1fr auto;
		gap: 2px 8px;
	}
	
	.rpf-offer-intro .rpf-showcase-kicker { font-size: 10px; margin-bottom: 2px; }
	.rpf-offer-intro h2 { font-size: 17px; }
	.rpf-offer-intro > p { margin-top: 6px; font-size: 11px; line-height: 1.75; }
	.rpf-countdown {
		margin-top: 8px;
		padding: 8px 9px;
	}
	.rpf-timer-label { margin-bottom: 6px; font-size: 9px; }
	.rpf-countdown > div { gap: 6px; }
	.rpf-countdown > div > span { padding: 5px 2px; }
	.rpf-countdown > div b { font-size: 15px; }
	.rpf-countdown > div small { font-size: 8px; }
	.rpf-countdown .rpf-deadline-display { font-size: 7px; }
	.rpf-offer-intro > .rpf-carousel-controls { align-self: start; }
	.rpf-amazing-offer .rpf-products-track {
		grid-auto-columns: minmax(148px, 44vw);
		gap: 8px;
	}
}

.rpf-category-showcase .rpf-category-product-card .rpf-product-body {
	min-height: 218px;
	align-items: center;
	text-align: center;
}
.rpf-category-showcase .rpf-category-product-card .rpf-product-body h3 {
	width: 100%;
	margin-bottom: 7px;
}
.rpf-category-showcase .rpf-category-product-card .rpf-product-price {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 32px;
	margin: 0 0 9px;
	font-size: 12.5px;
	font-weight: 900;
	text-align: center;
}
.rpf-category-showcase .rpf-category-product-card .rpf-product-action.button {
	margin-top: 8px !important;
	background: #f2e8eb !important;
}


@media (max-width: 767px) {
	.rpf-category-showcase .rpf-category-product-card .rpf-product-body {
		min-height: 202px;
		padding: 10px 9px;
	}
	.rpf-category-showcase .rpf-category-product-card .rpf-product-price {
		min-height: 29px;
		margin-bottom: 7px;
		font-size: 11.5px;
	}
}

.rpf-amazing-offer .rpf-products-track {
	justify-content: start;
}


.rpf-amazing-offer .rpf-product-card .rpf-product-body {
	min-height: 218px;
	align-items: center;
	text-align: center;
}
.rpf-amazing-offer .rpf-product-card .rpf-product-body h3 {
	width: 100%;
	margin-bottom: 7px;
}
.rpf-amazing-offer .rpf-product-card .rpf-product-price {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 32px;
	margin: 0 0 9px;
	font-size: 12.5px;
	font-weight: 900;
	text-align: center;
}
.rpf-amazing-offer .rpf-product-card .rpf-product-action.button {
	margin-top: 8px !important;
	background: #f2e8eb !important;
}
@media (max-width: 767px) {
	.rpf-amazing-offer .rpf-product-card .rpf-product-body {
		min-height: 202px;
		padding: 10px 9px;
	}
	.rpf-amazing-offer .rpf-product-card .rpf-product-price {
		min-height: 29px;
		margin-bottom: 7px;
		font-size: 11.5px;
	}
}



@media (max-width: 767px) {
	.rpf-amazing-offer {
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch;
		gap: 10px;
		padding: 12px;
	}
	.rpf-amazing-offer .rpf-offer-intro {
		order: 1;
		display: grid !important;
		grid-template-columns: auto minmax(0, 1fr) auto;
		grid-template-rows: auto auto auto auto;
		align-items: center;
		width: 100%;
		min-width: 0;
		gap: 2px 8px;
	}
	
	.rpf-amazing-offer .rpf-showcase-kicker {
		grid-column: 2;
		grid-row: 1;
	}
	.rpf-amazing-offer .rpf-offer-intro h2 {
		grid-column: 2;
		grid-row: 2;
	}
	.rpf-amazing-offer .rpf-carousel-controls {
		grid-column: 3;
		grid-row: 1 / 3;
		margin: 0;
		align-self: center;
	}
	.rpf-amazing-offer .rpf-offer-intro > p {
		grid-column: 1 / -1;
		grid-row: 3;
		margin-top: 6px;
	}
	.rpf-amazing-offer .rpf-countdown {
		grid-column: 1 / -1;
		grid-row: 4;
		width: 100%;
		margin: 8px 0 0;
	}
	.rpf-amazing-offer > .rpf-products-track {
		order: 2;
		width: 100%;
		min-width: 0;
		grid-auto-columns: minmax(178px, 76%);
		gap: 8px;
		margin: 0;
		padding: 2px 1px 8px;
		overflow-x: auto;
		overscroll-behavior-x: contain;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
	}
}


.rpf-amazing-offer .rpf-products-track { direction: rtl; }


@media (max-width: 767px) {
	.rpf-amazing-offer {
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch;
	}
	.rpf-amazing-offer .rpf-offer-intro { order: 1; }
	.rpf-amazing-offer .rpf-countdown { order: 1; margin-top: 8px; }
	.rpf-amazing-offer > .rpf-products-track { order: 2; width: 100%; min-width: 0; }
}


/* Homepage fragrance-family shortcuts */
.rpf-family-shortcuts {
	padding: 26px;
	border: 1px solid rgba(233,223,227,.95);
	border-radius: 30px;
	background: linear-gradient(180deg,#fff 0%,#fdf9fb 100%);
	box-shadow: 0 20px 45px rgba(58,32,42,.06);
}
.rpf-family-shortcuts .rpf-showcase-header {
	margin-bottom: 18px;
	align-items: flex-end;
}
.rpf-family-shortcuts-lead {
	max-width: 760px;
	margin: 9px 0 0;
	color: #7b6d73;
	font-size: 13px;
	line-height: 2;
}
.rpf-family-grid {
	display: grid;
	grid-template-columns: repeat(var(--rpf-family-columns,4), minmax(0,1fr));
	gap: 14px;
}
.rpf-family-card {
	display: flex;
	flex-direction: column;
	gap: 14px;
	min-height: 188px;
	padding: 18px;
	border: 1px solid rgba(235,225,229,.98);
	border-radius: 22px;
	background: linear-gradient(180deg,rgba(255,255,255,.98),rgba(251,247,249,.98));
	box-shadow: 0 10px 24px rgba(69,43,52,.04);
	text-decoration: none !important;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.rpf-family-card:hover {
	transform: translateY(-4px);
	border-color: rgba(203,157,170,.72);
	box-shadow: 0 18px 38px rgba(69,43,52,.1);
}
.rpf-family-card-icon {
	display: inline-grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border-radius: 16px;
	background: linear-gradient(180deg,#f8edf1,#f2e7eb);
	color: #8e5c69;
	border: 1px solid rgba(228,210,216,.95);
}
.rpf-family-card-icon .rpf-svg { width: 22px; height: 22px; }
.rpf-family-card-body {
	display: grid;
	gap: 8px;
	min-width: 0;
}
.rpf-family-card-body strong {
	color: #463840;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.45;
}
.rpf-family-card-body small {
	color: #7f7076;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.9;
}
.rpf-family-card-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: auto;
	padding-top: 12px;
	border-top: 1px solid rgba(238,230,233,.96);
}
.rpf-family-card-meta em {
	color: #8d5e6c;
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
}
.rpf-family-card-meta b {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: #173b4d;
	font-size: 12px;
	font-weight: 900;
}
.rpf-family-card-meta b .rpf-svg { width: 15px; height: 15px; }

@media (max-width:1180px) {
	.rpf-family-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width:900px) {
	.rpf-family-shortcuts { padding: 18px; border-radius: 24px; }
	.rpf-family-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.rpf-family-shortcuts-lead { font-size: 12px; }
}
@media (max-width:540px) {
	.rpf-family-grid { grid-template-columns: 1fr; gap: 10px; }
	.rpf-family-card { min-height: 0; padding: 16px; border-radius: 18px; }
	.rpf-family-card-body strong { font-size: 15px; }
	.rpf-family-card-body small, .rpf-family-card-meta em, .rpf-family-card-meta b { font-size: 11px; }
}
