.bcshop-v3-catalog-preview .site-content {
	overflow: clip;
}

.bcshop-v3 {
	--bcshop-ink: #17212d;
	--bcshop-navy: #0d1b2b;
	--bcshop-orange: #f4511e;
	--bcshop-muted: #667484;
	--bcshop-line: #dde3ea;
	margin: 0 0 30px;
	color: var(--bcshop-ink);
}

.bcshop-v3 *,
.bcshop-v3-guide * {
	box-sizing: border-box;
}

.bcshop-v3__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(250px, .65fr);
	gap: 28px;
	align-items: center;
	padding: 30px 34px;
	border-radius: 20px;
	background:
		radial-gradient(circle at 88% 10%, rgba(244, 81, 30, .3), transparent 32%),
		linear-gradient(135deg, #0b1828 0%, #132a42 100%);
	box-shadow: 0 18px 45px rgba(16, 31, 48, .15);
	color: #fff;
}

.bcshop-v3__kicker {
	margin: 0 0 7px;
	color: var(--bcshop-orange);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .09em;
	line-height: 1.4;
	text-transform: uppercase;
}

.bcshop-v3__hero h1 {
	margin: 0;
	max-width: 760px;
	color: #fff;
	font-size: clamp(30px, 3.2vw, 50px);
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: 1.06;
}

.bcshop-v3__hero-copy > p:last-child {
	max-width: 760px;
	margin: 15px 0 0;
	color: #cbd6e1;
	font-size: 17px;
	line-height: 1.65;
}

.bcshop-v3__facts {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 15px;
	background: rgba(255, 255, 255, .07);
	backdrop-filter: blur(5px);
}

.bcshop-v3__facts span {
	display: flex;
	gap: 9px;
	align-items: center;
	min-height: 30px;
	color: #e7edf3;
	font-size: 13px;
	font-weight: 600;
}

.bcshop-v3__facts span:first-child {
	padding-bottom: 7px;
	border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.bcshop-v3__facts strong {
	color: #fff;
	font-size: 23px;
}

.bcshop-v3__icon {
	width: 21px;
	height: 21px;
	flex: 0 0 21px;
}

.bcshop-v3__facts .bcshop-v3__icon {
	color: #ff6b38;
}

.bcshop-v3__section-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px;
	margin: 27px 0 13px;
}

.bcshop-v3__section-head h2,
.bcshop-v3-guide h2 {
	margin: 0;
	color: var(--bcshop-ink);
	font-size: clamp(23px, 2vw, 31px);
	font-weight: 800;
	letter-spacing: -.025em;
	line-height: 1.15;
}

.bcshop-v3__slider-controls {
	display: flex;
	gap: 7px;
}

.bcshop-v3__slide-button {
	display: inline-grid;
	place-items: center;
	width: 39px;
	height: 39px;
	padding: 0;
	border: 1px solid var(--bcshop-line);
	border-radius: 50%;
	background: #fff;
	color: var(--bcshop-ink);
	box-shadow: none;
	cursor: pointer;
}

.bcshop-v3__slide-button:hover,
.bcshop-v3__slide-button:focus-visible {
	border-color: var(--bcshop-orange);
	background: var(--bcshop-orange);
	color: #fff;
}

.bcshop-v3__slide-button:disabled {
	opacity: .35;
	cursor: default;
}

.bcshop-v3__slide-button .bcshop-v3__icon {
	width: 18px;
	height: 18px;
}

.bcshop-v3__departments {
	display: flex;
	gap: 12px;
	overflow-x: auto;
	padding: 1px 1px 8px;
	scroll-behavior: smooth;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
}

.bcshop-v3__departments::-webkit-scrollbar {
	display: none;
}

.bcshop-v3__department {
	display: grid;
	grid-template-columns: 88px minmax(115px, 1fr) 20px;
	gap: 12px;
	align-items: center;
	min-width: 272px;
	min-height: 112px;
	padding: 11px;
	border: 1px solid var(--bcshop-line);
	border-radius: 14px;
	background: #fff;
	color: var(--bcshop-ink);
	scroll-snap-align: start;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.bcshop-v3__department:hover,
.bcshop-v3__department:focus-visible {
	border-color: #ffb9a2;
	box-shadow: 0 11px 28px rgba(17, 35, 54, .11);
	color: var(--bcshop-ink);
	transform: translateY(-2px);
}

.bcshop-v3__department-image {
	display: grid;
	place-items: center;
	width: 88px;
	height: 88px;
	overflow: hidden;
	border-radius: 11px;
	background: #f3f5f7;
}

.bcshop-v3__department-image img {
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.bcshop-v3__image-fallback {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	color: var(--bcshop-orange);
}

.bcshop-v3__image-fallback .bcshop-v3__icon {
	width: 34px;
	height: 34px;
}

.bcshop-v3__department-copy {
	display: grid;
	gap: 5px;
}

.bcshop-v3__department-copy strong {
	font-size: 15px;
	line-height: 1.25;
}

.bcshop-v3__department-copy small {
	color: var(--bcshop-muted);
	font-size: 12px;
}

.bcshop-v3__department > .bcshop-v3__icon {
	width: 18px;
	height: 18px;
	color: var(--bcshop-orange);
}

.bcshop-v3__brands {
	display: flex;
	align-items: center;
	gap: 8px;
	overflow-x: auto;
	margin-top: 10px;
	padding: 11px 13px;
	border: 1px solid var(--bcshop-line);
	border-radius: 12px;
	background: #f7f8fa;
	scrollbar-width: none;
}

.bcshop-v3__brands::-webkit-scrollbar {
	display: none;
}

.bcshop-v3__brands-label {
	margin-right: 2px;
	color: var(--bcshop-muted);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .07em;
	text-transform: uppercase;
	white-space: nowrap;
}

.bcshop-v3__brands a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 36px;
	padding: 7px 13px;
	border: 1px solid #d8dfe6;
	border-radius: 999px;
	background: #fff;
	color: var(--bcshop-ink);
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.bcshop-v3__brands a:hover,
.bcshop-v3__brands a:focus-visible {
	border-color: var(--bcshop-ink);
	background: var(--bcshop-ink);
	color: #fff;
}

.bcshop-v3__brands small {
	color: var(--bcshop-muted);
	font-size: 11px;
}

.bcshop-v3__brands a:hover small,
.bcshop-v3__brands a:focus-visible small {
	color: #d7dee6;
}

/* Keep the existing Martfury catalogue behaviour while normalising card rhythm. */
.bcshop-v3-catalog-preview.shop-view-grid #mf-shop-content ul.products:not(.slick-slider) {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.bcshop-v3-catalog-preview.shop-view-grid #mf-shop-content ul.products:not(.slick-slider) > li.product {
	display: flex;
	flex-direction: column;
}

.bcshop-v3-catalog-preview.shop-view-grid #mf-shop-content ul.products:not(.slick-slider) > li.product > .product-inner {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	width: 100%;
}

.bcshop-v3-catalog-preview.shop-view-grid #mf-shop-content .mf-product-thumbnail {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 230px;
	overflow: hidden;
	background: #fff;
}

.bcshop-v3-catalog-preview.shop-view-grid #mf-shop-content .mf-product-thumbnail > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.bcshop-v3-catalog-preview.shop-view-grid #mf-shop-content .mf-product-thumbnail img,
.bcshop-v3-catalog-preview.shop-view-grid #mf-shop-content ul.products li.product a img {
	width: 100% !important;
	height: 100% !important;
	max-height: 230px;
	object-fit: contain;
	object-position: center;
}

.bcshop-v3-catalog-preview.shop-view-grid #mf-shop-content .mf-product-details,
.bcshop-v3-catalog-preview.shop-view-grid #mf-shop-content .mf-product-details-hover {
	display: flex;
	flex-direction: column;
}

.bcshop-v3-catalog-preview.shop-view-grid #mf-shop-content .mf-product-details {
	flex: 1 1 auto;
}

.bcshop-v3-catalog-preview.shop-view-grid #mf-shop-content .mf-product-details-hover {
	flex: 1 1 auto;
	width: 100%;
}

.bcshop-v3-catalog-preview.shop-view-grid #mf-shop-content .woo-loop-product__title {
	display: block;
	height: 67px;
	min-height: 67px;
	margin-bottom: 8px;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.4;
}

.bcshop-v3-catalog-preview.shop-view-grid #mf-shop-content .woo-loop-product__title > a {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.bcshop-v3-catalog-preview.shop-view-grid #mf-shop-content .meta-brand {
	min-height: 27px;
	padding-bottom: 7px;
}

.bcshop-v3-catalog-preview.shop-view-grid #mf-shop-content .mf-product-price-box,
.bcshop-v3-catalog-preview.shop-view-grid #mf-shop-content .mf-product-details-hover > .price {
	margin-top: auto;
}

.bcshop-v3-catalog-preview.shop-view-grid #mf-shop-content .mf-product-details-hover > .price {
	display: flex;
	align-items: flex-end;
	min-height: 42px;
	padding: 7px 0 3px;
}

.bcshop-v3-catalog-preview.shop-view-grid #mf-shop-content .mf-product-details-hover > .add_to_cart_button {
	width: 100%;
	margin-top: 10px;
}

.bcshop-v3-guide {
	margin: 46px 0 10px;
	padding: 30px;
	border: 1px solid #e2e6eb;
	border-radius: 18px;
	background: linear-gradient(135deg, #f8fafc, #fff);
	color: #17212d;
}

.bcshop-v3-guide > header {
	max-width: 800px;
}

.bcshop-v3-guide > header > p:last-child {
	margin: 11px 0 0;
	color: #667484;
	font-size: 15px;
	line-height: 1.65;
}

.bcshop-v3-guide__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 13px;
	margin-top: 22px;
}

.bcshop-v3-guide__grid article {
	padding: 20px;
	border: 1px solid #e0e5ea;
	border-radius: 13px;
	background: #fff;
}

.bcshop-v3-guide__grid article > span {
	color: #f4511e;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
}

.bcshop-v3-guide__grid h3 {
	margin: 9px 0 7px;
	color: #17212d;
	font-size: 17px;
	font-weight: 750;
}

.bcshop-v3-guide__grid p {
	margin: 0;
	color: #667484;
	font-size: 13px;
	line-height: 1.6;
}

@media (max-width: 991px) {
	.bcshop-v3__hero {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 26px;
	}

	.bcshop-v3__facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bcshop-v3__facts span:first-child {
		padding-bottom: 0;
		border-bottom: 0;
	}

	.bcshop-v3-guide__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.bcshop-v3 {
		margin-bottom: 22px;
	}

	.bcshop-v3__hero {
		gap: 17px;
		padding: 22px 18px;
		border-radius: 15px;
	}

	.bcshop-v3__hero-copy > p:last-child {
		font-size: 15px;
		line-height: 1.55;
	}

	.bcshop-v3__facts {
		grid-template-columns: 1fr;
		padding: 12px;
	}

	.bcshop-v3__section-head {
		margin-top: 23px;
	}

	.bcshop-v3__section-head h2 {
		font-size: 22px;
	}

	.bcshop-v3__slide-button {
		width: 35px;
		height: 35px;
	}

	.bcshop-v3__department {
		grid-template-columns: 74px minmax(112px, 1fr) 18px;
		min-width: 244px;
		min-height: 96px;
	}

	.bcshop-v3__department-image {
		width: 74px;
		height: 74px;
	}

	.bcshop-v3__brands {
		padding: 9px;
	}

	.bcshop-v3-guide {
		margin-top: 34px;
		padding: 22px 17px;
		border-radius: 15px;
	}

	.bcshop-v3-catalog-preview.shop-view-grid #mf-shop-content .mf-product-thumbnail {
		height: 180px;
	}

	.bcshop-v3-catalog-preview.shop-view-grid #mf-shop-content .mf-product-thumbnail img,
	.bcshop-v3-catalog-preview.shop-view-grid #mf-shop-content ul.products li.product a img {
		max-height: 180px;
	}

	.bcshop-v3-catalog-preview.shop-view-grid #mf-shop-content .woo-loop-product__title {
		height: 59px;
		min-height: 59px;
		font-size: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bcshop-v3__departments {
		scroll-behavior: auto;
	}

	.bcshop-v3__department {
		transition: none;
	}
}
