body.fqb-home {
	background: #ffffff;
	color: #262626;
	font-family: "Inter", sans-serif;
}

body.fqb-home #header,
body.fqb-home #footer {
	display: none !important;
}

body.fqb-home #main,
body.fqb-home .site-main {
	margin: 0;
	padding: 0;
	background: transparent;
}

body.fqb-home .ct-drawer-canvas,
body.fqb-home #search-modal {
	display: none !important;
}

.fbp-home {
	--background: #ffffff;
	--foreground: #262626;
	--muted: #f5f5f5;
	--muted-foreground: #737373;
	--border: #e5e5e5;
	--card: #ffffff;
	--primary: hsl(322 82% 51%);
	--primary-foreground: #ffffff;
	--primary-soft: hsl(322 82% 96%);
	--green: #4caf50;
	--yellow: #ffc107;
	--gray-page: rgba(249, 250, 251, 0.8);
	--radius: 0.5rem;
	--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.06);
	--shadow-md: 0 8px 24px rgba(0, 0, 0, 0.08);
	--container: min(1280px, calc(100vw - 32px));
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background: var(--gray-page);
}

.fbp-home * {
	box-sizing: border-box;
}

.fbp-home img {
	display: block;
	max-width: 100%;
}

.fbp-home a {
	color: inherit;
	text-decoration: none;
}

.fbp-home button,
.fbp-home input,
.fbp-home select {
	font: inherit;
}

.fbp-home .container {
	width: var(--container);
	margin: 0 auto;
}

.fbp-home .topbar {
	background: var(--primary);
	color: var(--primary-foreground);
	text-align: center;
	padding: 8px 16px;
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.fbp-home .site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	overflow: visible;
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(10px);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

.fbp-home .site-header__main {
	padding: 16px 0;
	position: relative;
	z-index: 24;
	overflow: visible;
}

.fbp-home .site-header__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	overflow: visible;
}

.fbp-home .brand {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	position: relative;
	z-index: 30;
	overflow: visible;
	line-height: 0;
	padding: 2px 0;
}

.fbp-home .brand img {
	display: block;
	height: 60px !important;
	max-height: 60px !important;
	width: auto !important;
	max-width: 224px !important;
	object-fit: contain;
}

.fbp-home .search-form {
	position: relative;
	flex: 1;
	max-width: 42rem;
}

.fbp-home .search-input {
	width: 100%;
	height: 44px;
	border: 2px solid var(--border);
	border-radius: 999px;
	background: #fff;
	padding: 0 52px 0 18px;
	font-size: 0.96rem;
	color: var(--foreground);
	outline: none;
}

.fbp-home .search-input:focus {
	border-color: var(--primary);
}

.fbp-home .search-button {
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--muted-foreground);
	cursor: pointer;
}

.fbp-home .header-tools {
	display: flex;
	align-items: center;
	gap: 18px;
	flex-shrink: 0;
}

.fbp-home .tool-link {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--muted-foreground);
	font-size: 0.82rem;
	transition: color 150ms ease;
}

.fbp-home .tool-link:hover {
	color: var(--primary);
}

.fbp-home .tool-link strong {
	display: block;
	color: var(--foreground);
	font-size: 0.82rem;
	font-weight: 600;
}

.fbp-home .tool-copy {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}

.fbp-home .cart-badge {
	position: relative;
}

.fbp-home .cart-badge::after {
	content: attr(data-count);
	position: absolute;
	top: -6px;
	right: -10px;
	min-width: 18px;
	height: 18px;
	display: grid;
	place-items: center;
	padding: 0 4px;
	border-radius: 999px;
	background: var(--primary);
	color: #ffffff;
	font-size: 0.66rem;
	font-weight: 800;
}

.fbp-home .site-nav {
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
	background: #fff;
	position: relative;
	z-index: 18;
}

.fbp-home .site-nav__list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	overflow-x: auto;
}

.fbp-home .site-nav__link {
	display: block;
	padding: 16px 0;
	border-bottom: 2px solid transparent;
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	white-space: nowrap;
	transition: color 150ms ease, border-color 150ms ease;
}

.fbp-home .site-nav__link:hover,
.fbp-home .site-nav__link.is-active {
	color: var(--primary);
	border-color: var(--primary);
}

.fbp-home .hero {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #f2f2f2;
}

.fbp-home .hero-track {
	display: flex;
}

.fbp-home .hero-slide {
	flex: 0 0 100%;
	min-width: 0;
	aspect-ratio: 21 / 6;
}

.fbp-home .hero-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fbp-home .hero-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	color: var(--primary);
	box-shadow: var(--shadow-md);
	cursor: pointer;
}

.fbp-home .hero-arrow--left {
	left: 16px;
}

.fbp-home .hero-arrow--right {
	right: 16px;
}

.fbp-home .categories {
	padding: 48px 0;
	background: #fff;
}

.fbp-home .categories__row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	overflow-x: auto;
	padding-bottom: 12px;
}

.fbp-home .category-pill {
	min-width: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	text-align: center;
}

.fbp-home .category-pill__icon {
	width: 80px;
	height: 80px;
	display: grid;
	place-items: center;
	border-radius: 999px;
	border: 1px solid var(--border);
	background: #fff;
	box-shadow: var(--shadow-sm);
	color: var(--primary);
}

.fbp-home .category-pill__icon svg {
	width: 28px;
	height: 28px;
}

.fbp-home .category-pill span {
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--foreground);
}

.fbp-home .offers-band {
	background: color-mix(in srgb, var(--primary) 5%, white);
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
	padding: 48px 0;
}

.fbp-home .simple-section {
	padding: 56px 0;
	background: #fff;
}

.fbp-home .simple-section--alt {
	background: var(--gray-page);
}

.fbp-home .section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 32px;
}

.fbp-home .section-title {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--primary);
}

.fbp-home .section-title svg {
	width: 22px;
	height: 22px;
}

.fbp-home .section-title h2 {
	margin: 0;
	color: var(--foreground);
	font-size: clamp(1.6rem, 2.6vw, 2.1rem);
	font-weight: 800;
}

.fbp-home .countdown {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	border-radius: 999px;
	background: #fff;
	color: var(--muted-foreground);
	font-size: 0.86rem;
	font-weight: 600;
	box-shadow: var(--shadow-sm);
}

.fbp-home .countdown strong {
	color: var(--foreground);
	font-size: 0.92rem;
}

.fbp-home .carousel-row {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	padding-bottom: 4px;
}

.fbp-home .product-card-wrap {
	min-width: 280px;
	width: 280px;
	flex-shrink: 0;
}

.fbp-home .product-card {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--border);
	border-radius: 0.75rem;
	background: var(--card);
	transition: box-shadow 200ms ease, transform 200ms ease;
}

.fbp-home .product-card:hover {
	box-shadow: var(--shadow-md);
	transform: translateY(-2px);
}

.fbp-home .badges {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.fbp-home .badge {
	width: fit-content;
	padding: 4px 8px;
	border-radius: 0.25rem;
	color: #fff;
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.fbp-home .badge--discount {
	background: var(--green);
}

.fbp-home .badge--new {
	background: var(--primary);
}

.fbp-home .product-media {
	height: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
	padding: 24px;
}

.fbp-home .product-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fbp-home .product-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 12px;
	padding: 18px;
}

.fbp-home .product-brand {
	color: var(--primary);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.fbp-home .product-name {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.45;
	color: var(--foreground);
}

.fbp-home .rating {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.82rem;
	color: #f59e0b;
}

.fbp-home .rating small {
	color: var(--muted-foreground);
}

.fbp-home .price-block {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin-top: auto;
}

.fbp-home .price-old {
	color: var(--muted-foreground);
	font-size: 0.82rem;
	text-decoration: line-through;
}

.fbp-home .price-new {
	color: var(--foreground);
	font-size: 1.35rem;
	font-weight: 900;
	letter-spacing: -0.03em;
}

.fbp-home .buy-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 44px;
	margin-top: 4px;
	border: 0;
	border-radius: 999px;
	background: var(--primary);
	color: #fff;
	font-size: 0.9rem;
	font-weight: 700;
	cursor: pointer;
}

.fbp-home .buy-button svg {
	width: 16px;
	height: 16px;
}

.fbp-home .cta-card {
	min-width: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 22px;
	border: 1px dashed color-mix(in srgb, var(--primary) 35%, white);
	border-radius: 0.9rem;
	background: color-mix(in srgb, var(--primary) 5%, white);
	color: var(--primary);
	font-size: 0.92rem;
	font-weight: 800;
	text-align: center;
}

.fbp-home .grid-products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.fbp-home .brands-strip {
	padding: 40px 0;
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
	background: #fff;
}

.fbp-home .brands-title {
	margin-bottom: 24px;
	color: var(--muted-foreground);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-align: center;
	text-transform: uppercase;
}

.fbp-home .brands-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 32px 64px;
	opacity: 0.62;
	filter: grayscale(1);
}

.fbp-home .brands-list span {
	font-size: clamp(1rem, 1.5vw, 1.3rem);
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fbp-home .footer {
	margin-top: auto;
	padding: 48px 0 32px;
	border-top: 1px solid var(--border);
	background: #fff;
}

.fbp-home .footer-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 32px;
	margin-bottom: 32px;
}

.fbp-home .footer-col h3 {
	margin: 0 0 16px;
	color: var(--foreground);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fbp-home .footer-col ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--muted-foreground);
	font-size: 0.9rem;
}

.fbp-home .footer-col li a:hover {
	color: var(--primary);
}

.fbp-home .payment-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.fbp-home .payment-chip {
	display: grid;
	place-items: center;
	min-height: 38px;
	padding: 8px 10px;
	border: 1px solid var(--border);
	border-radius: 0.6rem;
	background: #fff;
	color: var(--foreground);
	font-size: 0.78rem;
	font-weight: 700;
}

.fbp-home .social-row {
	display: flex;
	gap: 10px;
	margin-bottom: 18px;
}

.fbp-home .social {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid var(--border);
	border-radius: 999px;
	color: var(--foreground);
	background: #fff;
}

.fbp-home .social svg {
	width: 16px;
	height: 16px;
}

.fbp-home .footer-bottom {
	padding-top: 24px;
	border-top: 1px solid var(--border);
	color: var(--muted-foreground);
	font-size: 0.85rem;
	text-align: center;
}

@media (max-width: 1100px) {
	.fbp-home .site-header__row {
		flex-wrap: wrap;
	}

	.fbp-home .search-form {
		order: 3;
		max-width: none;
		flex: 1 1 100%;
	}

	.fbp-home .grid-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fbp-home .footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.fbp-home .hero-slide {
		aspect-ratio: 1.15 / 1;
	}

	.fbp-home .header-tools {
		width: 100%;
		justify-content: space-between;
	}

	.fbp-home .tool-link--optional {
		display: none;
	}

	.fbp-home .grid-products {
		grid-template-columns: 1fr;
	}

	.fbp-home .section-head {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 689.98px) {
	.fbp-home .topbar {
		font-size: 0.68rem;
		line-height: 1.4;
	}

	.fbp-home .container {
		width: min(100vw - 20px, 1280px);
	}

	.fbp-home .site-header__main {
		padding: 12px 0;
	}

	.fbp-home .brand img {
		height: 52px !important;
		max-height: 52px !important;
		width: auto !important;
		max-width: 196px !important;
	}

	.fbp-home .site-nav__list {
		justify-content: flex-start;
	}

	.fbp-home .categories,
	.fbp-home .offers-band,
	.fbp-home .simple-section,
	.fbp-home .brands-strip,
	.fbp-home .footer {
		padding-top: 32px;
		padding-bottom: 32px;
	}

	.fbp-home .product-card-wrap {
		min-width: 240px;
		width: 240px;
	}

	.fbp-home .footer-grid {
		grid-template-columns: 1fr;
	}
}
