/* FG Shop Category Showcase v1.0.3 */
.elementor-widget-fg_shop_category_showcase_457d0347 {
	--fg-cream: #faf2e5;
	--fg-cream-2: #fff8ec;
	--fg-navy: #001f33;
	--fg-gold: #c58a2a;
	--fg-text-dark: #0b1e2d;
	--fg-border: #e2d2ba;
	--fg-white: #ffffff;
}

.elementor-widget-fg_shop_category_showcase_457d0347 .fg-showcase-container,
.elementor-widget-fg_shop_category_showcase_457d0347 .fg-showcase-container * {
	box-sizing: border-box;
}

.elementor-widget-fg_shop_category_showcase_457d0347 .fg-showcase-container {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 28px 20px 28px;
	background-color: var(--fg-cream);
	overflow: hidden;
}

.elementor-widget-fg_shop_category_showcase_457d0347 .fg-showcase-inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
}

.elementor-widget-fg_shop_category_showcase_457d0347 .fg-section {
	margin-bottom: 36px;
}

.elementor-widget-fg_shop_category_showcase_457d0347 .fg-section:last-child {
	margin-bottom: 0;
}

.elementor-widget-fg_shop_category_showcase_457d0347 .fg-section-title-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.elementor-widget-fg_shop_category_showcase_457d0347 .fg-section-title {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	margin: 0;
	color: var(--fg-text-dark);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 25px;
	line-height: 1.15;
	font-weight: 500;
	text-align: center;
}

.elementor-widget-fg_shop_category_showcase_457d0347 .fg-section-title.has-lines::before,
.elementor-widget-fg_shop_category_showcase_457d0347 .fg-section-title.has-lines::after {
	content: "";
	display: inline-block;
	width: 44px;
	height: 1px;
	background-color: var(--fg-gold);
}

.elementor-widget-fg_shop_category_showcase_457d0347 .fg-section-title-dot {
	width: 6px;
	height: 6px;
	margin-top: 7px;
	border: 1px solid var(--fg-gold);
	border-radius: 50%;
}

.elementor-widget-fg_shop_category_showcase_457d0347 .fg-featured-shelf {
	position: relative;
	overflow: hidden;
	padding: 16px 18px;
	border: 1px solid rgba(197, 138, 42, 0.20);
	border-radius: 20px;
	background-color: #f2e4d1;
	background-image:
		radial-gradient(circle at 8% 50%, rgba(122, 80, 40, 0.20) 0%, rgba(122, 80, 40, 0.00) 24%),
		radial-gradient(circle at 92% 50%, rgba(122, 80, 40, 0.20) 0%, rgba(122, 80, 40, 0.00) 24%),
		linear-gradient(180deg, rgba(231, 212, 189, 0.95) 0%, rgba(250, 242, 229, 0.58) 42%, rgba(230, 210, 185, 0.86) 100%);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow:
		inset 0 10px 22px rgba(90, 60, 28, 0.13),
		inset 0 -10px 22px rgba(90, 60, 28, 0.10),
		0 8px 18px rgba(68, 46, 20, 0.07);
}

.elementor-widget-fg_shop_category_showcase_457d0347 .fg-featured-shelf::before,
.elementor-widget-fg_shop_category_showcase_457d0347 .fg-featured-shelf::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
	height: 20px;
	pointer-events: none;
}

.elementor-widget-fg_shop_category_showcase_457d0347 .fg-featured-shelf::before {
	top: 0;
	background: linear-gradient(180deg, rgba(98, 63, 30, 0.22), rgba(98, 63, 30, 0));
}

.elementor-widget-fg_shop_category_showcase_457d0347 .fg-featured-shelf::after {
	bottom: 0;
	background: linear-gradient(0deg, rgba(98, 63, 30, 0.16), rgba(98, 63, 30, 0));
}

.elementor-widget-fg_shop_category_showcase_457d0347 .fg-featured-grid {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.elementor-widget-fg_shop_category_showcase_457d0347 .fg-featured-card {
	position: relative;
	display: block;
	width: 100%;
	height: 210px;
	overflow: hidden;
	border-radius: 10px;
	background-color: var(--fg-navy);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-decoration: none;
	box-shadow: 0 3px 10px rgba(0, 31, 51, 0.12);
	transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.elementor-widget-fg_shop_category_showcase_457d0347 .fg-featured-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(0, 31, 51, 0.18);
}

.elementor-widget-fg_shop_category_showcase_457d0347 .fg-featured-card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(0, 31, 51, 0.04) 0%, rgba(0, 31, 51, 0.30) 52%, rgba(0, 31, 51, 0.96) 100%);
}

.elementor-widget-fg_shop_category_showcase_457d0347 .fg-card-content {
	position: absolute;
	inset: auto 0 0 0;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 14px;
	padding: 0 16px 14px;
}

.elementor-widget-fg_shop_category_showcase_457d0347 .fg-card-text {
	min-width: 0;
	color: var(--fg-white);
}

.elementor-widget-fg_shop_category_showcase_457d0347 .fg-card-title {
	margin: 0 0 4px;
	color: var(--fg-white);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.12;
}

.elementor-widget-fg_shop_category_showcase_457d0347 .fg-card-subtitle {
	margin: 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: 12px;
	line-height: 1.28;
}

.elementor-widget-fg_shop_category_showcase_457d0347 .fg-arrow {
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--fg-gold);
	border-radius: 50%;
	background: rgba(197, 138, 42, 0.10);
	color: var(--fg-gold);
	transition: background 0.24s ease, color 0.24s ease;
}

.elementor-widget-fg_shop_category_showcase_457d0347 .fg-arrow i,
.elementor-widget-fg_shop_category_showcase_457d0347 .fg-arrow svg {
	width: 13px;
	height: 13px;
	color: currentColor;
	fill: currentColor;
}

.elementor-widget-fg_shop_category_showcase_457d0347 .fg-featured-card:hover .fg-arrow {
	background: var(--fg-gold);
	color: var(--fg-white);
}

.elementor-widget-fg_shop_category_showcase_457d0347 .fg-shop-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
	align-items: stretch;
}

.elementor-widget-fg_shop_category_showcase_457d0347 .fg-shop-card {
	display: flex;
	width: 100%;
	min-width: 0;
	border: 1px solid var(--fg-border);
	border-radius: 12px;
	background-color: rgba(255, 248, 236, 0.72);
	text-decoration: none;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.elementor-widget-fg_shop_category_showcase_457d0347 .fg-shop-card:hover {
	transform: translateY(-2px);
	border-color: rgba(197, 138, 42, 0.55);
	box-shadow: 0 7px 16px rgba(68, 46, 20, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.elementor-widget-fg_shop_category_showcase_457d0347 .fg-shop-card-inner {
	width: 100%;
	min-height: 138px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	padding: 16px 12px 12px;
}

.elementor-widget-fg_shop_category_showcase_457d0347 .fg-shop-image {
	flex: 0 0 62px;
	width: 62px;
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.elementor-widget-fg_shop_category_showcase_457d0347 .fg-shop-image img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.elementor-widget-fg_shop_category_showcase_457d0347 .fg-placeholder-image {
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(232, 220, 200, 0.88), rgba(232, 220, 200, 0.42));
}

.elementor-widget-fg_shop_category_showcase_457d0347 .fg-shop-title {
	width: 100%;
	color: var(--fg-text-dark);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.25;
	text-align: center;
	word-break: break-word;
}

.elementor-widget-fg_shop_category_showcase_457d0347 .fg-decorative-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	width: 120px;
	pointer-events: none;
	opacity: 0.14;
}

.elementor-widget-fg_shop_category_showcase_457d0347 .fg-decorative-left {
	left: 0;
	background: linear-gradient(90deg, rgba(197, 138, 42, 0.18), rgba(197, 138, 42, 0));
}

.elementor-widget-fg_shop_category_showcase_457d0347 .fg-decorative-right {
	right: 0;
	background: linear-gradient(270deg, rgba(197, 138, 42, 0.18), rgba(197, 138, 42, 0));
}

@media (max-width: 1024px) {
	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-showcase-container {
		padding: 24px 14px 24px;
	}

	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-section {
		margin-bottom: 30px;
	}

	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-section-title {
		font-size: 22px;
		gap: 20px;
	}

	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-section-title.has-lines::before,
	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-section-title.has-lines::after {
		width: 38px;
	}

	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-featured-shelf {
		padding: 14px;
		border-radius: 20px;
	}

	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-featured-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-featured-card {
		height: 150px;
	}

	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-featured-card::before {
		background: linear-gradient(90deg, rgba(0, 31, 51, 0.08) 0%, rgba(0, 31, 51, 0.18) 44%, rgba(0, 31, 51, 0.96) 100%);
	}

	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-card-content {
		inset: 0;
		align-items: center;
		padding: 12px 14px 12px 54%;
	}

	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-card-title {
		font-size: 16px;
	}

	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-card-subtitle {
		font-size: 11px;
	}

	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-shop-grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 12px;
	}

	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-shop-card-inner {
		min-height: 116px;
		padding: 12px 10px 10px;
		gap: 8px;
	}

	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-shop-image {
		flex-basis: 48px;
		width: 48px;
		height: 48px;
	}

	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-shop-title {
		font-size: 10px;
	}
}

@media (max-width: 767px) {
	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-showcase-container {
		padding: 16px 10px 18px;
	}

	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-showcase-inner {
		max-width: 420px;
	}

	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-section {
		margin-bottom: 22px;
	}

	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-section-title-wrap {
		margin-bottom: 12px;
	}

	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-section-title {
		font-size: 18px;
		gap: 14px;
	}

	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-section-title.has-lines::before,
	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-section-title.has-lines::after {
		width: 24px;
	}

	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-featured-shelf {
		padding: 10px;
		border-radius: 16px;
	}

	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-featured-grid {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-featured-card {
		height: 86px;
		border-radius: 10px;
	}

	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-featured-card::before {
		background: linear-gradient(90deg, rgba(0, 31, 51, 0.08) 0%, rgba(0, 31, 51, 0.16) 36%, rgba(0, 31, 51, 0.98) 100%);
	}

	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-card-content {
		inset: 0;
		align-items: center;
		gap: 10px;
		padding: 10px 12px 10px 54%;
	}

	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-card-title {
		font-size: 13px;
		margin-bottom: 2px;
	}

	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-card-subtitle {
		font-size: 9px;
		line-height: 1.2;
	}

	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-arrow {
		flex-basis: 28px;
		width: 28px;
		height: 28px;
	}

	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-arrow i,
	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-arrow svg {
		width: 11px;
		height: 11px;
	}

	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-shop-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-shop-card-inner {
		min-height: 54px;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		gap: 9px;
		padding: 8px 10px;
	}

	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-shop-image {
		flex-basis: 30px;
		width: 30px;
		height: 30px;
	}

	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-placeholder-image {
		border-radius: 6px;
	}

	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-shop-title {
		flex: 1;
		font-size: 9px;
		line-height: 1.18;
		text-align: left;
	}

	.elementor-widget-fg_shop_category_showcase_457d0347 .fg-decorative-bg {
		width: 70px;
		opacity: 0.10;
	}
}
