/*
Theme Name: Fanstorevivo Vivobarefoot - Sepatu Fans
Theme URI: https://nenggala-project.id
Author: Sepatu Fans Team
Author URI: https://nenggala-project.id
Description: Premium barefoot shoes store theme. Clean, minimal design with WooCommerce integration. Inspired by vivobarefoot.com.
Version: 1.0.2
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fanstorevivovivo-vivobarefoot
Tags: e-commerce, wide-blocks, block-patterns, custom-logo, custom-menu, featured-images, full-site-editing, threaded-comments, translation-ready
*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body.fanstorevivovivo-scroll-locked {
	overflow: hidden !important;
}

/* Sticky Footer */
body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	margin: 0;
}

.wp-site-blocks {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
	width: 100%;
	overflow-x: hidden;
}

.site-main {
	flex: 1 0 auto;
	width: 100%;
}

body.home.wp-singular.page .wp-block-group.site-main, .fanstorevivovivo-slideshow {
	margin-top: 0 !important;
}
body.wp-singular.woocommerce.single div.woocommerce {
	margin-top: 60px !important;
}
body.archive main.wp-block-group.site-main,
body.wp-singular.single main.wp-block-group.site-main,
body.wp-singular.page main.wp-block-group  {
	margin-top: 85px !important;
}


/* Fixed site header position */
.site-header {
	top: 0;
	left: 0;
	width: 100%;
}

/* Push header down when admin bar is present */
.admin-bar .site-header {
	top: 32px !important;
}
@media screen and (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px !important;
	}
}

/* Mobile Header Spacing (similar to vivobarefoot.com) */
@media (max-width: 1024px) {
	.main-header {
		padding-top: 14px !important;
		padding-bottom: 14px !important;
	}
}



/* Custom Product Card & Swatches Styles (Global) */
.most-popular-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.most-popular-card__image-wrapper {
	position: relative;
	width: 100%;
	aspect-ratio: 1;
	background: #efefef;
	margin-bottom: 12px;
	display: block;
}
.most-popular-card__image-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
.most-popular-card__image-wrapper .most-popular-hover-img {
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}
@media (hover: hover) {
	.most-popular-card__image-wrapper.has-hover-image:hover .most-popular-main-img {
		opacity: 0;
	}
	.most-popular-card__image-wrapper.has-hover-image:hover .most-popular-hover-img {
		opacity: 1;
		visibility: visible;
	}
}
.most-popular-badge {
	position: absolute;
	top: 0;
	right: 0;
	background: #1a1a1a;
	color: #ffffff;
	font-family: 'Rubik', sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 4px 10px;
	text-transform: uppercase;
	z-index: 2;
}
.most-popular-card__details {
	flex-grow: 0;
	margin-bottom: auto;
}
.most-popular-card__title-link {
	text-decoration: none;
	color: inherit;
	display: block;
}
.most-popular-card__title {
	font-family: 'Rubik', sans-serif;
	font-size: 1.2rem;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.4;
	color: #1a1a1a;
	margin: 0 0 6px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.most-popular-card__price {
	font-family: 'Rubik', sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	color: #666666;
	display: block;
	margin: 0 0 12px 0;
	padding: 0;
	line-height: 1.2;
}
.most-popular-card__price p {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.2 !important;
}
.most-popular-card__price br {
	display: none !important;
}
.most-popular-swatches {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 12px;
	flex-wrap: wrap;
}
.swatch-item {
	position: relative;
	width: 56px;
	height: 56px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	overflow: visible;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	padding: 2px;
	cursor: pointer;
	text-decoration: none;
	transition: border-color 0.2s ease;
}
.swatch-item::after {
	content: attr(data-tooltip);
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%) translateY(-4px);
	background: #1a1a1a;
	color: #ffffff;
	font-size: 0.85rem;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	padding: 6px 10px;
	border-radius: 4px;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s;
	pointer-events: none;
	z-index: 10;
}
.swatch-item::before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%) translateY(0);
	border: 4px solid transparent;
	border-top-color: #1a1a1a;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s;
	pointer-events: none;
	z-index: 10;
}
.swatch-item:hover::after {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(-8px);
}
.swatch-item:hover::before {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(-4px);
}
.swatch-item.is-active,
.swatch-item:hover {
	border-color: #1a1a1a;
}
.swatch-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 2px;
}
.swatch-item.swatch-more {
	border-color: #e5e5e5;
	color: #666666;
	font-size: 0.85rem;
	font-weight: 600;
	font-family: 'Rubik', sans-serif;
	padding: 0;
	cursor: pointer;
}
.swatch-item.swatch-more:hover {
	border-color: #1a1a1a;
	color: #1a1a1a;
}

/* Global Product Grid */
.fanstorevivovivo-product-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}
@media (max-width: 1024px) {
	.fanstorevivovivo-product-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 768px) {
	.fanstorevivovivo-product-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
	.most-popular-card__title {
		font-size: 0.95rem;
		height: 2.66rem; /* 0.95rem * 1.4 * 2 lines */
	}
	.most-popular-card__price {
		font-size: 1rem;
	}
	.swatch-item {
		width: 36px;
		height: 36px;
	}
	.most-popular-swatches {
		flex-wrap: nowrap;
		gap: 6px;
	}
}

/* Glassmorphism Cards */

/* Zigzag Posts Layout */
.posts-zigzag {
	display: flex;
	flex-direction: column;
	gap: 80px;
}
.post-card-zigzag {
	display: flex !important;
	flex-direction: row;
	align-items: center;
	gap: 60px !important;
}
.posts-zigzag .wp-block-post:nth-child(even) .post-card-zigzag {
	flex-direction: row-reverse;
}
.post-card-zigzag__image {
	flex: 1 1 50%;
	width: 50%;
}
.post-card-zigzag__content {
	flex: 1 1 50%;
	width: 50%;
}
.wp-block-post-excerpt__more-link {
	display: inline-block;
	background: #111111;
	color: #ffffff;
	padding: 12px 24px;
	text-decoration: none;
	font-family: 'Rubik', sans-serif;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.05em;
	transition: background 0.3s ease;
}
.wp-block-post-excerpt__more-link:hover {
	background: #333333;
}

@media (max-width: 768px) {
	.posts-zigzag {
		gap: 60px;
	}
	.post-card-zigzag {
		flex-direction: column !important;
		gap: 30px !important;
		padding-left: 20px;
		padding-right: 20px;
	}
	.post-card-zigzag__image,
	.post-card-zigzag__content {
		width: 100%;
	}
	.single-post-container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* Single Post Share Buttons */
.fanstorevivovivo-share-links {
	display: flex;
	gap: 10px;
}
.share-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	border-radius: 4px;
	font-family: 'Rubik', sans-serif;
	font-weight: 600;
	font-size: 13px;
	color: #ffffff !important;
	text-decoration: none !important;
	transition: opacity 0.3s ease;
}
.share-btn:hover {
	opacity: 0.8;
}
.share-facebook {
	background-color: #1877F2;
}
.share-twitter {
	background-color: #000000;
}

/* Pagination Styling */
.wp-block-query-pagination {
	gap: 15px;
	margin-top: 60px !important;
	margin-bottom: 60px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	overflow-x: auto;
}
.wp-block-query-pagination::-webkit-scrollbar {
	display: none;
}

.wp-block-query-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #666666;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	font-size: 16px;
	text-decoration: none;
	transition: all 0.3s ease;
	padding: 4px 10px;
	border-radius: 4px;
	min-width: 24px;
}
.wp-block-query-pagination .page-numbers:hover {
	color: #111111;
	background: #f9f9f9;
}
.wp-block-query-pagination .page-numbers.current {
	color: #111111;
	background: #e0e0e0;
	font-weight: 600;
}
/* Previous and Next Buttons */
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #111111;
	color: #ffffff !important;
	text-decoration: none;
	font-family: 'Rubik', sans-serif;
	font-size: 0;
	transition: all 0.3s ease;
}
.wp-block-query-pagination-previous:hover,
.wp-block-query-pagination-next:hover {
	background: #333333;
}
.wp-block-query-pagination-previous::before {
	content: "←";
	font-size: 16px;
}
.wp-block-query-pagination-next::before {
	content: "→";
	font-size: 16px;
}
.wp-block-query-pagination-previous svg,
.wp-block-query-pagination-next svg {
	display: none;
}

/* ── Hero Split Section ── */
.hero-split {
	position: relative;
	width: 100%;
	height: 650px;
	overflow: hidden;
	background: #111111;
}
.hero-split__container {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
}
.hero-split__column {
	flex: 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.8s ease;
}
.hero-split__column:hover {
	transform: scale(1.03);
}
.hero-split__overlay-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #ffffff;
	z-index: 5;
	width: 90%;
	max-width: 800px;
	text-shadow: 0 4px 15px rgba(0,0,0,0.4);
	pointer-events: auto;
}
.hero-split__subtitle {
	display: block;
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.hero-split__title {
	font-family: 'Rubik', sans-serif;
	font-size: clamp(2.5rem, 5vw, 4.5rem);
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	color: #ffffff;
}
.hero-split__buttons {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}
.hero-split__btn {
	display: inline-block;
	padding: 16px 40px;
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid #ffffff;
	transition: all 0.3s ease;
}
.hero-split__btn--primary {
	background: #ffffff;
	color: #111111;
}
.hero-split__btn--primary:hover {
	background: transparent;
	color: #ffffff;
}
.hero-split__btn--secondary {
	background: transparent;
	color: #ffffff;
}
.hero-split__btn--secondary:hover {
	background: #ffffff;
	color: #111111;
}
@media (max-width: 768px) {
	.hero-split {
		height: auto;
		min-height: 500px;
	}
	.hero-split__container {
		flex-direction: column;
		height: 500px;
	}
	.hero-split__column {
		flex: 1;
	}
	.hero-split__overlay-content {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		margin: -150px auto 40px;
		background: rgba(17, 17, 17, 0.85);
		padding: 30px 20px;
		backdrop-filter: blur(10px);
		border-radius: 4px;
		width: calc(100% - 40px);
		box-sizing: border-box;
	}
	.hero-split__title {
		font-size: 2.2rem;
		margin-bottom: 20px;
	}
	.hero-split__btn {
		padding: 12px 24px;
		font-size: 13px;
	}
}

/* ── Trending Section ── */
.trending-section {
	max-width: 1200px;
	margin: 80px auto;
	padding: 0 20px;
}
.trending-header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	border-bottom: 2px solid #eeeeee;
	margin-bottom: 40px;
	padding-bottom: 12px;
	flex-wrap: wrap;
	gap: 20px;
}
.trending-title {
	font-family: 'Rubik', sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #111111;
	text-transform: uppercase;
	margin: 0;
}
.trending-tabs {
	display: flex;
	gap: 30px;
}
.trending-tab {
	background: none;
	border: none;
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #999999;
	cursor: pointer;
	padding: 0 0 14px 0;
	position: relative;
	transition: color 0.3s ease;
}
.trending-tab::after {
	content: '';
	position: absolute;
	bottom: -14px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #111111;
	transform: scaleX(0);
	transition: transform 0.3s ease;
}
.trending-tab.active, .trending-tab:hover {
	color: #111111;
}
.trending-tab.active::after {
	transform: scaleX(1);
}
.trending-panels {
	position: relative;
}
.trending-panel {
	display: none;
}
.trending-panel.active {
	display: block;
	animation: fadeIn 0.5s ease-in-out;
}
@keyframes fadeIn {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}
.no-products-msg {
	text-align: center;
	color: #666666;
	font-family: 'Rubik', sans-serif;
	padding: 40px 0;
	grid-column: 1 / -1;
}
@media (max-width: 768px) {
	.trending-header {
		flex-direction: column;
		align-items: flex-start;
	}
	.trending-tabs {
		width: 100%;
		overflow-x: auto;
		padding-bottom: 5px;
	}
	.trending-tab {
		white-space: nowrap;
	}
}

/* ── Activity Section ── */
.activity-section {
	max-width: 1200px;
	margin: 80px auto;
	padding: 0 20px;
}
.activity-header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	border-bottom: 2px solid #eeeeee;
	margin-bottom: 40px;
	padding-bottom: 12px;
	flex-wrap: wrap;
	gap: 20px;
}
.activity-title {
	font-family: 'Rubik', sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #111111;
	text-transform: uppercase;
	margin: 0;
}
.activity-tabs {
	display: flex;
	gap: 30px;
}
.activity-tab {
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
	padding: 0 0 14px 0;
	position: relative;
	transition: color 0.3s ease;
}
.activity-tab::after {
	content: '';
	position: absolute;
	bottom: -14px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #111111;
	transform: scaleX(0);
	transition: transform 0.3s ease;
}
.activity-tab.active, .activity-tab:hover {
	color: #111111;
}
.activity-tab.active::after {
	transform: scaleX(1);
}
.activity-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}
.activity-tile {
	position: relative;
	height: 480px;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	text-decoration: none;
}
.activity-tile__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: transform 0.6s ease;
}
.activity-tile:hover .activity-tile__bg {
	transform: scale(1.05);
}
.activity-tile__overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px 20px;
	background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 100%);
	z-index: 2;
}
.activity-tile__label {
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 0.05em;
}
.activity-tile__label::after {
	content: ' →';
	opacity: 0;
	transition: opacity 0.3s ease, transform 0.3s ease;
	display: inline-block;
	transform: translateX(-10px);
}
.activity-tile:hover .activity-tile__label::after {
	opacity: 1;
	transform: translateX(0);
}
@media (max-width: 1024px) {
	.activity-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.activity-tile {
		height: 380px;
	}
}
@media (max-width: 576px) {
	.activity-grid {
		grid-template-columns: 1fr;
	}
}

/* ── Barefoot Benefits Section ── */
.barefoot-benefits-section {
	background: #fbf9f6;
	padding: 100px 20px;
	text-align: center;
}
.benefits-container {
	max-width: 800px;
	margin: 0 auto;
}
.benefits-title {
	font-family: 'Rubik', sans-serif;
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 700;
	color: #111111;
	text-transform: uppercase;
	margin: 0 0 25px 0;
}
.benefits-desc {
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
	line-height: 1.7;
	color: #444444;
	margin: 0 0 50px 0;
}
.benefits-stats {
	display: flex;
	justify-content: space-around;
	gap: 40px;
	margin-bottom: 60px;
	flex-wrap: wrap;
}
.stat-item {
	flex: 1;
	min-width: 250px;
}
.stat-number {
	display: block;
	font-family: 'Rubik', sans-serif;
	font-size: clamp(60px, 8vw, 90px);
	font-weight: 700;
	color: #111111;
	line-height: 1;
	margin-bottom: 10px;
}
.stat-label {
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #666666;
	max-width: 300px;
	margin: 0 auto;
}
.benefits-btn {
	border-radius: 0 !important;
	padding: 18px 45px !important;
	font-size: 14px !important;
	font-weight: 600 !important;
}

/* ── Promo Banners Section ── */
.promo-banners-section {
	width: 100%;
}
.promo-banners-container {
	display: flex;
	width: 100%;
}
.promo-banner-tile {
	flex: 1;
	height: 600px;
	position: relative;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: flex-end;
	padding: 60px;
	color: #ffffff;
}
.promo-banner-tile__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.25);
	z-index: 1;
}
.promo-banner-tile__content {
	position: relative;
	z-index: 2;
	max-width: 500px;
}
.promo-banner-tile__title {
	font-family: 'Rubik', sans-serif;
	font-size: clamp(32px, 4vw, 44px);
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0 0 15px 0;
	line-height: 1.1;
}
.promo-banner-tile__desc {
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	color: #eeeeee;
	margin: 0 0 30px 0;
}
.promo-banner-tile__buttons {
	display: flex;
	gap: 15px;
}
.promo-banner-tile__btn {
	display: inline-block;
	padding: 14px 32px;
	font-family: 'Rubik', sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none;
	color: #111111;
	background: #ffffff;
	border: 1px solid #ffffff;
	transition: all 0.3s ease;
}
.promo-banner-tile__btn:hover {
	background: transparent;
	color: #ffffff;
}
@media (max-width: 768px) {
	.promo-banners-container {
		flex-direction: column;
	}
	.promo-banner-tile {
		height: 450px;
		padding: 40px 20px;
	}
}

/* ── Health Expert Quote Section ── */
.expert-quote-section {
	background: #fbf9f6;
	padding: 100px 20px;
}
.expert-quote-container {
	max-width: 1200px;
	margin: 0 auto;
}
.expert-quote__grid {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 80px;
	align-items: center;
}
.expert-quote__image-wrapper {
	width: 100%;
}
.expert-quote__img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 4px;
}
.expert-quote__content-wrapper {
	max-width: 550px;
}
.expert-quote__heading {
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #111111;
	margin: 0 0 35px 0;
	border-bottom: 2px solid #111111;
	padding-bottom: 15px;
	display: inline-block;
}
.expert-quote__blockquote {
	margin: 0 0 40px 0;
	padding: 0;
	border: none;
}
.expert-quote__text {
	font-family: 'Rubik', sans-serif;
	font-size: 24px;
	line-height: 1.5;
	font-style: italic;
	color: #111111;
	margin-bottom: 25px;
}
.expert-quote__citation {
	display: flex;
	flex-direction: column;
	font-style: normal;
}
.expert-quote__author {
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #111111;
}
.expert-quote__role {
	font-family: 'Rubik', sans-serif;
	font-size: 13px;
	color: #666666;
	margin-top: 4px;
}
.expert-quote__dots-indicator {
	display: flex;
	gap: 10px;
}
.expert-quote__dots-indicator .dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #dedede;
	cursor: pointer;
}
.expert-quote__dots-indicator .dot.active {
	background: #111111;
}
@media (max-width: 992px) {
	.expert-quote__grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.expert-quote-section {
		padding: 60px 20px;
	}
}

/* ── Bottom Promo Section ── */
.bottom-promo-section {
	width: 100%;
}
.bottom-promo-container {
	display: flex;
	width: 100%;
}
.bottom-promo-tile {
	flex: 1;
	height: 500px;
	position: relative;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 60px;
	color: #ffffff;
}
.bottom-promo-tile__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 1;
}
.bottom-promo-tile__content {
	position: relative;
	z-index: 2;
	max-width: 500px;
}
.bottom-promo-tile__title {
	font-family: 'Rubik', sans-serif;
	font-size: clamp(28px, 3.5vw, 38px);
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0 0 10px 0;
}
.bottom-promo-tile__desc {
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
	color: #dddddd;
	margin: 0 0 25px 0;
}
.bottom-promo-tile__btn {
	display: inline-block;
	padding: 14px 30px;
	font-family: 'Rubik', sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	border: 2px solid #ffffff;
	background: transparent;
	transition: all 0.3s ease;
	align-self: flex-start;
}
.bottom-promo-tile__btn:hover {
	background: #ffffff;
	color: #111111;
}
@media (max-width: 768px) {
	.bottom-promo-container {
		flex-direction: column;
	}
	.bottom-promo-tile {
		height: 400px;
		padding: 40px 20px;
	}
}

/* ── Newsletter Signup Section ── */
.newsletter-signup-section {
	background: #0c0c0c;
	padding: 80px 20px;
	text-align: center;
}
.newsletter-signup-container {
	max-width: 600px;
	margin: 0 auto;
}
.newsletter-signup__title {
	font-family: 'Rubik', sans-serif;
	font-size: clamp(24px, 3.5vw, 32px);
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	letter-spacing: 0.05em;
}
.newsletter-signup__desc {
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
	line-height: 1.6;
	color: #999999;
	margin: 0 0 35px 0;
}
.newsletter-signup__form {
	width: 100%;
}
.newsletter-signup__input-wrapper {
	position: relative;
	max-width: 450px;
	margin: 0 auto;
	border-bottom: 2px solid #333333;
	display: flex;
	transition: border-color 0.3s ease;
}
.newsletter-signup__input-wrapper:focus-within {
	border-color: #ffffff;
}
.newsletter-signup__input {
	flex: 1;
	background: transparent;
	border: none;
	padding: 12px 40px 12px 0;
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	color: #ffffff;
	outline: none;
}
.newsletter-signup__input::placeholder {
	color: #555555;
}
.newsletter-signup__submit {
	background: none;
	border: none;
	color: #ffffff;
	cursor: pointer;
	padding: 0 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.2s ease;
}
.newsletter-signup__submit:hover {
        transform: translateX(5px);
}

/* ── FANS Brand Redesign ──────────────────────────────────────── */

/* Hero Banner */
.hero-banner {
	position: relative;
	width: 100%;
	height: 80vh;
	min-height: 600px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hero-banner__bg {
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	background-size: cover;
	background-position: center;
	filter: brightness(0.6);
}
.hero-banner__overlay-content {
	position: relative;
	z-index: 2;
	text-align: center;
	color: #fff;
	max-width: 800px;
	padding: 0 20px;
}
.hero-banner__subtitle {
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 10px;
}
.hero-banner__title {
	font-size: 3.5rem;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 1.1;
}
.hero-banner__btn {
	display: inline-block;
	padding: 15px 40px;
	background: #fff;
	color: #000;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: background 0.3s ease, color 0.3s ease;
}
.hero-banner__btn:hover {
	background: #000;
	color: #fff;
}

/* Collections Grid */
.collections-section {
	padding: 20px;
	background: #f9f9f9;
	text-transform: uppercase;
	margin-block-start: 0px;
}
.collections-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0 auto 30px;
}
.collections-nav {
	display: flex;
	gap: 10px;
}
.collections-nav__btn {
	background: #fff;
	border: 1px solid #ddd;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 4px;
	transition: all 0.2s;
}
.collections-nav__btn:hover {
	background: #111;
	color: #fff;
	border-color: #111;
}
.collections-grid {
	display: flex;
	gap: 20px;
	width: 100%;
	margin: 0 auto;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	text-transform: uppercase;
}
.collections-grid::-webkit-scrollbar {
	display: none;
}
.collection-card {
	flex: 0 0 calc(28.57% - 15px);
	aspect-ratio: 1 / 1;
	height: auto;
	scroll-snap-align: start;
	position: relative;
	border-radius: 0;
	overflow: hidden;
}
@media (max-width: 768px) {
	.collection-card {
		flex: 0 0 calc(90% - 10px);
	}
}
.collection-card__bg {
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	background-size: cover;
	background-position: center;
	transition: transform 0.5s ease;
}
.collection-card:hover .collection-card__bg {
	transform: scale(1.05);
}
.collection-card__overlay {
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.1));
}
.collection-card__content {
	position: absolute;
	top: 0; left: 0; width: 100%;
	padding: 10px;
	color: #fff;
}
.collection-card__title {
	font-size: 1.5rem;
	margin-bottom: 10px;
	margin-top: 10px;

}
.collection-card__desc {
	font-size: 1rem;
	margin-bottom: 20px;
	opacity: 0.9;
}
.collection-card__btn {
	display: inline-block;
	padding: 10px 25px;
	border: 2px solid #fff;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	transition: background 0.3s, color 0.3s;
}
.collection-card__btn:hover {
	background: #fff;
	color: #000;
}

/* Category Grid */
.category-section {
	padding: 80px 20px;
}

.fanstorevivovivo-shop-by-activity {
	padding-top: 10px;
	padding-bottom: 50px;
	background-color: #ededed;
}

.category-grid {
	display: flex;
	gap: 20px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	width: 100%;
}
.category-grid::-webkit-scrollbar {
	display: none;
}
.category-card {
	position: relative;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 0;
	overflow: hidden;
	flex: 0 0 calc(28.57% - 15px);
	scroll-snap-align: start;
	text-decoration: none;
}
@media (max-width: 768px) {
	.category-card {
		flex: 0 0 calc(90% - 10px);
	}
}
.category-card__bg {
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	background-size: cover;
	background-position: center;
	transition: transform 0.3s ease;
}
.category-card:hover .category-card__bg {
	transform: scale(1.1);
}
.category-card__content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: linear-gradient(to right, #3d3d3d, rgba(0,0,0,0.04), rgba(0,0,0,0.01));
}
.category-card__title {
	font-family: 'Rubik', sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}


/* Tight Product Grid */
.product-grid-container {
	padding: 60px 20px;
	max-width: 1400px;
	margin: 0 auto;
}
.product-grid-tight {
	display: grid;
	grid-template-columns: repeat(var(--grid-columns, 4), 1fr);
	gap: 10px;
}
@media (max-width: 1024px) {
	.product-grid-tight { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
	.product-grid-tight { grid-template-columns: repeat(2, 1fr); }
}

/* Technology Grid */
.technology-section {
	padding: 100px 20px;
	background: #000;
	color: #fff;
}
.technology-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 30px;
	max-width: 1200px;
	margin: 40px auto 0;
}
.tech-card {
	text-align: center;
	padding: 20px;
}
.tech-card__icon {
	margin-bottom: 20px;
	color: #fff;
}
.tech-card__title {
	font-size: 1.2rem;
	margin-bottom: 10px;
	font-weight: 600;
}
.tech-card__desc {
	font-size: 0.9rem;
	opacity: 0.8;
}

/* Why Choose FANS */
.why-choose-section {
	padding: 80px 20px;
}
.why-choose-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	max-width: 1200px;
	margin: 0 auto;
	align-items: center;
}
.why-choose__image img {
	width: 100%;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.why-choose__heading {
	font-size: 2.5rem;
	margin-bottom: 20px;
}
.why-choose__desc {
	font-size: 1.1rem;
	margin-bottom: 30px;
	color: #666;
	line-height: 1.6;
}
.why-choose__list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.why-choose__list li {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	font-size: 1.1rem;
	font-weight: 500;
}
.why-choose__list li svg {
	margin-right: 15px;
	color: #000;
}
@media (max-width: 768px) {
	.why-choose-container {
		grid-template-columns: 1fr;
	}
}
