/* Fansidea-inspired homepage */

.fansidea-home .page-heading,
.fansidea-home .breadcrumbs,
.fansidea-home .bc-breadcrumbs,
.fansidea-home .page-heading .breadcrumbs,
.fansidea-home .sidebar-mobile-floating,
.fansidea-home #sidebar,
.fansidea-home .sidebar,
.fansidea-home .content-page > .container > .row > .col-md-3,
.fansidea-home .et-breadcrumbs,
.fansidea-home .woocommerce-breadcrumb {
	display: none !important;
}

.fansidea-home .content-page,
.fansidea-home .container.content-page,
.fansidea-home #content,
.fansidea-home .page-content,
.fansidea-home .main-page-wrapper,
.fansidea-home .content-page .container {
	padding: 0 !important;
	margin: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

.fansidea-home .content-page .row {
	margin: 0 !important;
}

.fansidea-home .content-page [class*="col-"] {
	padding: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	flex: 0 0 100% !important;
}

.fi-home {
	--fi-ink: #121212;
	--fi-muted: #5c5c5c;
	--fi-accent: #e10600;
	--fi-cream: #f3efe6;
	--fi-paper: #faf8f4;
	--fi-line: rgba(18, 18, 18, 0.08);
	--fi-max: 1400px;
	--fi-gutter: clamp(16px, 4vw, 48px);
	font-family: "Outfit", sans-serif;
	color: var(--fi-ink);
	background: #fff;
	overflow: hidden;
}

.fi-shell {
	width: min(100% - (var(--fi-gutter) * 2), var(--fi-max));
	margin-inline: auto;
	background: #fff;
}

.fi-home img {
	display: block;
	max-width: 100%;
	height: auto;
}

.fi-container {
	width: 100%;
	margin-inline: auto;
}

.fi-promo {
	display: none;
}

.fi-hero {
	position: relative;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background: transparent;
	overflow: hidden;
	border-radius: 0;
	line-height: 0;
}

.fi-hero-swiper {
	width: 100%;
	aspect-ratio: 2000 / 615;
	height: auto;
	overflow: hidden;
}

.fi-hero-swiper .swiper-wrapper {
	height: 100%;
}

.fi-hero-swiper .swiper-slide {
	width: 100%;
	height: 100%;
}

.fi-hero-slide {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 0;
}

.fi-hero-slide img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center top;
}

.fi-hero-prev,
.fi-hero-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.85);
	color: #111;
	cursor: pointer;
	display: grid;
	place-items: center;
	padding: 0;
	box-shadow: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.fi-hero-prev svg,
.fi-hero-next svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.fi-hero-prev:hover,
.fi-hero-next:hover {
	transform: translateY(-50%);
	background: #111;
	color: #fff;
}

.fi-hero-prev { left: 8px; }
.fi-hero-next { right: 8px; }

.fi-hero-scrollbar {
	display: none !important;
}

.fi-hero-pagination {
	position: absolute !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 14px !important;
	width: 100% !important;
	display: flex;
	justify-content: center;
	gap: 8px;
	z-index: 5;
}

.fi-hero-pagination .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	margin: 0 !important;
	background: rgba(255, 255, 255, 0.45);
	opacity: 1;
	border-radius: 50%;
}

.fi-hero-pagination .swiper-pagination-bullet-active {
	background: #fff;
}

.fi-elementor-products {
	width: 100%;
}

.fi-elementor-products .fi-sport-banner,
.fi-elementor-products .fi-section {
	max-width: 100%;
}

.fi-section {
	padding: 40px 0 20px;
}

.fi-favorites.fi-section {
	padding-top: 32px;
}

.fi-favorites .fi-heading-center {
	margin-bottom: 20px;
}

.fi-section-head {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-bottom: 22px;
	min-height: 40px;
}

.fi-heading {
	margin: 0 auto 15px;
	padding-top: 4px;
	font-family: Oswald, sans-serif;
	font-size: 27px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 1.5;
	text-align: center;
	text-transform: uppercase;
	color: #333;
	display: block;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fi-heading-emoji {
	display: inline-block;
	font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
	font-size: 0.95em;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	vertical-align: -0.05em;
	margin: 0 0.15em;
	text-transform: none;
}

.fi-heading-center {
	text-align: center;
	margin-bottom: 15px;
}

.fi-nav {
	display: flex;
	gap: 8px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.fi-nav-btn {
	width: 36px;
	height: 36px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	color: #222;
	font-size: 14px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.fi-nav-btn:hover {
	background: #111;
	border-color: #111;
	color: #fff;
	transform: none;
}

.fi-sport-banner,
.fi-onestop-banner {
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
	width: 100%;
}

.fi-sport-banner img,
.fi-onestop-banner img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 0.6s ease;
}

.fi-sport-banner:hover img,
.fi-onestop-banner:hover img {
	transform: scale(1.02);
}

.fi-feature-divider {
	width: 100%;
	max-width: 100%;
	height: 1px;
	margin: 0 auto 28px;
	background: rgba(18, 18, 18, 0.12);
}

.fi-onestop-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	align-items: stretch;
	width: 100%;
}

.fi-onestop-card {
	display: block;
	overflow: hidden;
	text-decoration: none;
	line-height: 0;
	background: #fff;
	border-radius: 12px;
}

.fi-onestop-card img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 900 / 511;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.fi-onestop-card--catalog img {
	object-fit: contain;
	background: #fff;
}

.fi-onestop-card:hover img {
	transform: scale(1.02);
}

.fi-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px 16px;
}

.fi-card {
	display: flex;
	flex-direction: column;
	color: inherit;
	text-decoration: none;
	height: 100%;
	transition: transform 0.3s ease;
	min-width: 0;
}

.fi-card:hover {
	transform: translateY(-6px);
}

.fi-card-media {
	display: block;
	background:
		linear-gradient(145deg, #f0ebe3 0%, #e7e2d8 100%);
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.fi-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.fi-card:hover .fi-card-media img {
	transform: scale(1.05);
}

.fi-card-body {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 12px 4px 4px;
}

.fi-card-title {
	font-size: 14px;
	line-height: 1.35;
	font-weight: 500;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 2.7em;
}

.fi-card-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.fi-price {
	font-weight: 700;
	font-size: 16px;
}

.fi-ships {
	font-size: 12px;
	font-weight: 600;
	color: #0a7a3e;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.fi-cat-grid {
	display: flex !important;
	flex-direction: column !important;
	gap: 8px !important;
	width: 100%;
}

.fi-cat {
	position: relative;
	display: block !important;
	overflow: hidden;
	width: 100% !important;
	aspect-ratio: auto !important;
	color: #fff;
	text-decoration: none;
	background: #1a1a1a;
	line-height: 0;
}

.fi-cat img {
	width: 100% !important;
	height: auto !important;
	max-width: 100% !important;
	object-fit: unset !important;
	display: block !important;
	transition: transform 0.45s ease;
}

.fi-cat::after {
	content: none !important;
	display: none !important;
}

/* Banner art already includes category CTA — hide extra badge. */
.fi-cat-label {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	border: 0 !important;
	background: transparent !important;
}

.fi-cat:hover img {
	transform: scale(1.01);
}

.fi-artist-card {
	display: block;
	overflow: hidden;
	background: #fff;
	line-height: 0;
	border: 0;
	box-shadow: none;
	border-radius: 0;
}

.fi-home .fi-artist-card img,
.fi-artist-card img {
	width: 100%;
	height: auto;
	aspect-ratio: 1260 / 1360;
	object-fit: cover;
	object-position: center top;
	display: block;
	transition: transform 0.4s ease;
}

.fi-artist-card:hover img {
	transform: scale(1.015);
}

.fi-artist-wrap {
	position: relative;
	width: 100%;
	padding: 0 0 8px;
}

.fi-artist-swiper {
	height: auto;
	overflow: hidden;
	padding-bottom: 28px;
}

.fi-artist-swiper .swiper-wrapper {
	align-items: flex-start;
}

.fi-artist-swiper .swiper-slide {
	height: auto;
}

.fi-artist-nav {
	position: absolute;
	top: 42%;
	z-index: 3;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 50%;
	background: rgba(40, 40, 40, 0.45);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	transition: background 0.2s ease, opacity 0.2s ease;
}

.fi-artist-nav:hover {
	background: rgba(40, 40, 40, 0.7);
}

.fi-artist-nav.swiper-button-disabled {
	opacity: 0.35;
	cursor: default;
}

.fi-artist-prev {
	left: 6px;
}

.fi-artist-next {
	right: 6px;
}

.fi-artist-pagination {
	position: absolute !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 6px;
	width: 100% !important;
	height: auto !important;
	padding-top: 14px;
}

.fi-artist-pagination .swiper-pagination-bullet {
	width: 18px;
	height: 4px;
	margin: 0 !important;
	border-radius: 1px;
	background: #d0d0d0;
	opacity: 1;
	transition: background 0.2s ease, width 0.2s ease;
}

.fi-artist-pagination .swiper-pagination-bullet-active {
	background: #333;
	width: 28px;
}

.fi-artists.fi-section {
	padding-bottom: 20px;
}

.fi-artists .fi-heading {
	margin-bottom: 18px;
}

/* Elementor / carousel section titles on homepage */
.fi-home .fi-heading,
.fi-elementor-products .fi-heading,
.fansidea-home .fi-heading {
	text-align: center !important;
	font-family: Oswald, sans-serif !important;
	font-weight: 300 !important;
	font-size: 27px !important;
	letter-spacing: 2px !important;
	line-height: 1.5 !important;
	color: #333 !important;
	text-transform: uppercase !important;
}

.fi-gallery.fi-section {
	padding-top: 36px;
}

.fi-gallery-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 6px;
}

.fi-gallery-item {
	margin: 0;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	background: #eee;
}

.fi-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.fi-gallery-item:hover img {
	transform: scale(1.03);
}

.fi-signup {
	padding-bottom: 72px;
}

.fi-signup-inner {
	width: min(100% - 32px, 720px);
	margin: 0 auto;
	text-align: center;
	padding: 48px 28px;
	background:
		linear-gradient(135deg, rgba(18, 18, 18, 0.92), rgba(40, 12, 12, 0.9)),
		url("../img/hero/hero-01.jpg") center/cover;
	color: #fff;
}

.fi-signup-inner .fi-heading {
	color: #fff !important;
	text-align: center;
	font-weight: 300;
}

.fi-signup-inner p {
	margin: 0 0 22px;
	opacity: 0.88;
	font-size: 16px;
}

.fi-signup-form {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.fi-signup-form input {
	flex: 1 1 240px;
	min-height: 48px;
	border: 0;
	padding: 0 16px;
	font: inherit;
}

.fi-signup-form button {
	min-height: 48px;
	padding: 0 22px;
	border: 0;
	background: var(--fi-accent);
	color: #fff;
	font: inherit;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	cursor: pointer;
	transition: filter 0.2s ease, transform 0.2s ease;
}

.fi-signup-form button:hover {
	filter: brightness(1.08);
	transform: translateY(-1px);
}

.fi-products-empty {
	margin: 0;
	padding: 24px 4px 8px;
	color: var(--fi-muted, #5c5c5c);
	font-size: 14px;
}

.fi-reveal.is-visible {
	opacity: 1;
	transform: none;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

@media (max-width: 992px) {
	.fi-gallery-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 5px;
	}

	.fi-product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 16px 14px;
	}
}

@media (max-width: 720px) {
	.fi-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px 10px;
	}

	.fi-artist-nav {
		width: 34px;
		height: 34px;
	}

	.fi-artist-prev {
		left: 2px;
	}

	.fi-artist-next {
		right: 2px;
	}

	.fi-section {
		padding: 36px 0 16px;
	}

	.fi-home .fi-heading,
	.fi-elementor-products .fi-heading,
	.fansidea-home .fi-heading,
	.fi-heading {
		font-size: 21px !important;
	}

	.fi-onestop-row {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.fi-feature-divider {
		margin-bottom: 20px;
	}

	.fi-cat-grid {
		gap: 6px !important;
	}

	.fi-gallery-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 6px !important;
	}

	.fi-cat-label {
		font-size: 11px;
		left: 8px;
		bottom: 8px;
		padding: 4px 8px;
	}

	.fi-hero-prev,
	.fi-hero-next {
		width: 34px;
		height: 54px;
	}

	.fi-hero-prev svg,
	.fi-hero-next svg {
		width: 18px;
		height: 18px;
	}

	.fi-hero-pagination {
		bottom: 10px !important;
	}

	.fi-hero-pagination .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
}
