/**
 * The Auto Source — single auction product page shell
 * Gallery, hero, tabs, and layout only. Auction bid panel (.biltmore-auction-panel) is untouched.
 */

body.biltmore-single-product-shell.biltmore-auction-poc {
	--bsp-header-offset: 128px;
	scroll-padding-top: var(--bsp-header-offset);
	--bsp-bg: #fafafa;
	--bsp-bg-2: #f4f5f7;
	--bsp-bg-3: #ffffff;
	--bsp-text: #0a0b0d;
	--bsp-text-secondary: #5c6370;
	--bsp-text-muted: #8b919a;
	--bsp-border: #e8eaed;
	--bsp-brand: #1d4ed8;
	--bsp-brand-soft: rgba(29, 78, 216, 0.08);
	--bsp-brand-border: rgba(29, 78, 216, 0.35);
	--bsp-success-soft: #ecfdf5;
	--bsp-success-border: #cce8d6;
	--bsp-success-text: #2f6b4f;
	--bsp-radius-sm: 8px;
	--bsp-radius-md: 12px;
	--bsp-radius-lg: 16px;
	--bsp-radius-xl: 20px;
	--bsp-radius-pill: 999px;
	--bsp-shadow-sm: 0 2px 8px rgba(10, 11, 13, 0.06);
	--bsp-shadow-md: 0 8px 28px rgba(10, 11, 13, 0.08);
	--bsp-mono: "SF Mono", "Consolas", "Monaco", monospace;
}

/* Hide legacy gray bar (title, views, excerpt, share) — moved into .bsp-hero */
body.biltmore-single-product-shell.biltmore-auction-poc .autobid-breadcrumbs {
	display: none !important;
}

/* Page canvas */
body.biltmore-single-product-shell.biltmore-auction-poc .autobid-single-product-v1,
body.biltmore-single-product-shell.biltmore-auction-poc .autobid-single-product-v2 {
	background: transparent !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .autobid-single-product-v1 .high-padding,
body.biltmore-single-product-shell.biltmore-auction-poc .autobid-single-product-v2 .high-padding {
	padding-top: 0 !important;
	padding-bottom: 72px !important;
	background: transparent !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .autobid-single-product-v1 .high-padding > .container.blog-posts,
body.biltmore-single-product-shell.biltmore-auction-poc .autobid-single-product-v2 .high-padding > .container.blog-posts {
	max-width: 1200px !important;
	width: 100% !important;
	padding-left: 24px !important;
	padding-right: 24px !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .autobid-single-product-v1 .main-content,
body.biltmore-single-product-shell.biltmore-auction-poc .autobid-single-product-v2 .main-content {
	padding: 0 !important;
}

/* Hide legacy dark hero — replaced by .bsp-hero */
body.biltmore-single-product-shell.biltmore-auction-poc .autobid-single-product-v2 .single-product-header {
	display: none !important;
}

/* Default WC breadcrumb (duplicate of our hero trail) */
body.biltmore-single-product-shell.biltmore-auction-poc .woocommerce-breadcrumb {
	display: none !important;
}

/* —— Hero —— */
body.biltmore-single-product-shell .bsp-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}

body.biltmore-single-product-shell .bsp-hero {
	padding: 20px 0 8px;
}

body.biltmore-single-product-shell.biltmore-auction-poc .autobid-single-product-v1 .high-padding > .container.blog-posts,
body.biltmore-single-product-shell.biltmore-auction-poc .autobid-single-product-v2 .high-padding > .container.blog-posts {
	padding-top: 8px !important;
}

body.biltmore-single-product-shell .bsp-hero-card {
	position: relative;
	padding: 24px 28px;
	background: var(--bsp-bg-3);
	border: 1px solid var(--bsp-border);
	border-radius: var(--bsp-radius-xl);
	box-shadow: var(--bsp-shadow-md);
}

body.biltmore-single-product-shell .bsp-hero-card__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
}

body.biltmore-single-product-shell .bsp-hero-eyebrow {
	display: inline-flex;
	margin: 0 0 10px;
	padding: 6px 12px;
	background: var(--bsp-brand-soft);
	border: 1px solid var(--bsp-brand-border);
	border-radius: var(--bsp-radius-pill);
	font-family: var(--bsp-mono);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--bsp-brand);
}

body.biltmore-single-product-shell .bsp-hero-title {
	margin: 0 0 14px;
	font-size: clamp(26px, 3.2vw, 36px) !important;
	font-weight: 800 !important;
	line-height: 1.15 !important;
	letter-spacing: -0.03em;
	color: var(--bsp-text) !important;
}

body.biltmore-single-product-shell .bsp-hero-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

body.biltmore-single-product-shell .bsp-hero-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 12px;
	background: var(--bsp-bg-2);
	border: 1px solid var(--bsp-border);
	border-radius: var(--bsp-radius-pill);
	font-size: 13px;
	font-weight: 600;
	color: var(--bsp-text-secondary);
}

body.biltmore-single-product-shell .bsp-hero-pill--lot {
	background: var(--bsp-success-soft);
	border-color: var(--bsp-success-border);
	color: var(--bsp-success-text);
}

body.biltmore-single-product-shell .bsp-hero-card__foot {
	display: flex;
	align-items: flex-end;
	margin-top: 14px;
}

body.biltmore-single-product-shell .bsp-hero-views .mt-view-count {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 7px 12px;
	background: var(--bsp-bg-2);
	border: 1px solid var(--bsp-border);
	border-radius: var(--bsp-radius-pill);
	font-size: 13px;
	font-weight: 600;
	color: var(--bsp-text-secondary);
}

body.biltmore-single-product-shell .bsp-hero-views .mt-view-count i {
	color: var(--bsp-text-muted);
	font-size: 14px;
}

body.biltmore-single-product-shell .bsp-hero-excerpt {
	margin: 16px 0 0;
	max-width: 720px;
	font-size: 16px;
	line-height: 1.65;
	color: var(--bsp-text-secondary);
}

body.biltmore-single-product-shell .bsp-hero-excerpt p {
	margin: 0 0 10px;
}

body.biltmore-single-product-shell .bsp-hero-excerpt p:last-child {
	margin-bottom: 0;
}

body.biltmore-single-product-shell .bsp-hero-location {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0;
	max-width: 720px;
	font-size: 15px;
	line-height: 1.4;
	color: var(--bsp-text-secondary);
}

body.biltmore-single-product-shell .bsp-hero-location i {
	color: var(--bsp-brand);
	font-size: 15px;
}

body.biltmore-single-product-shell .bsp-hero-location__label {
	font-weight: 700;
	color: var(--bsp-text-muted);
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.06em;
}

body.biltmore-single-product-shell .bsp-hero-location__value {
	font-weight: 600;
	color: var(--bsp-text);
}

body.biltmore-single-product-shell .bsp-hero-share {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
	flex-shrink: 0;
}

body.biltmore-single-product-shell .bsp-hero-share__label {
	font-family: var(--bsp-mono);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--bsp-text-muted);
}

body.biltmore-single-product-shell .bsp-hero-share .social-box {
	margin: 0;
}

body.biltmore-single-product-shell .bsp-hero-share .social-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
	width: auto;
}

body.biltmore-single-product-shell .bsp-hero-share a.col-2.sbtn {
	width: 38px;
	min-width: 38px;
	max-width: 38px;
	height: 38px;
	margin: 0;
	padding: 0;
	border-radius: var(--bsp-radius-sm);
	line-height: 38px;
	box-shadow: var(--bsp-shadow-sm);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

body.biltmore-single-product-shell .bsp-hero-share a.col-2.sbtn:hover {
	transform: translateY(-1px);
	box-shadow: var(--bsp-shadow-md);
}

/* —— Main product layout —— */
body.biltmore-single-product-shell.biltmore-auction-poc div.product,
body.biltmore-single-product-shell.biltmore-auction-poc div.product.row {
	margin: 0 !important;
	padding: 0 !important;
	display: flex;
	flex-direction: column;
	gap: 0;
}

/* —— Details area: full width (legacy col-md-8 + hidden sidebar left empty space) —— */
body.biltmore-single-product-shell.biltmore-auction-poc div.product .tabs-related,
body.biltmore-single-product-shell.biltmore-auction-poc div.product .tabs-related.col-md-8 {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	flex: 0 0 100% !important;
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc div.product .sidebar-product {
	display: none !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc div.product .tabs-related > .upsells,
body.biltmore-single-product-shell.biltmore-auction-poc div.product .tabs-related > section.upsells {
	display: none !important;
}

/* Two-column row: tab cards (left) + related auctions (right) */
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-details-row {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
	gap: 28px;
	align-items: start;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-details-main {
	min-width: 0;
	width: 100%;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-details-aside {
	min-width: 300px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-details-main .woocommerce-tabs.wc-tabs-wrapper {
	min-width: 0;
}

body.biltmore-single-product-shell.biltmore-auction-poc div.product .thumbnails-summary {
	margin-top: 20px !important;
	margin-bottom: 28px !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

/* Two independent columns: left (gallery + tabs) | right (bid panel + more lots) */
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-product-layout {
	display: grid !important;
	grid-template-columns: minmax(0, 1.75fr) minmax(260px, 340px);
	gap: 28px;
	align-items: start;
	width: 100% !important;
	margin-top: 20px !important;
	margin-bottom: 28px !important;
	padding: 0 !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-product-col {
	display: flex;
	flex-direction: column;
	gap: 28px;
	min-width: 0;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-product-col--side {
	min-width: 260px;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-product-main-below,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-product-side-below {
	min-width: 0;
	width: 100%;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-product-col--main .product-thumbnails {
	width: 100%;
}

/* Desktop: gallery column layout — size from column width, fill the card */
@media (min-width: 992px) {
	body.biltmore-single-product-shell.biltmore-auction-poc .bsp-product-layout .product-thumbnails {
		align-self: start !important;
		display: flex;
		flex-direction: column;
		flex-shrink: 0;
		width: 100%;
		min-height: var(--bsp-gallery-card-h, auto);
		height: var(--bsp-gallery-card-h, auto) !important;
		max-height: none !important;
	}

	body.biltmore-single-product-shell.biltmore-auction-poc .bsp-product-layout .product-thumbnails .images.nickx_product_images_with_video {
		flex: 1 1 auto;
		display: flex;
		flex-direction: column;
		min-height: 0;
		height: 100%;
		width: 100% !important;
	}

	body.biltmore-single-product-shell.biltmore-auction-poc .bsp-product-layout .product-thumbnails .nickx-slider-for,
	body.biltmore-single-product-shell.biltmore-auction-poc .bsp-product-layout .product-thumbnails .nickx-slider-for.nswiper {
		flex: 1 1 auto;
		min-height: var(--bsp-gallery-main-h, 520px);
		width: 100% !important;
		height: var(--bsp-gallery-main-h, 520px) !important;
		max-height: none !important;
		padding: 0 !important;
		background: var(--bsp-bg-3) !important;
	}
}

body.biltmore-single-product-shell.biltmore-auction-poc div.product .thumbnails-summary > .row {
	display: grid !important;
	grid-template-columns: minmax(0, 1.75fr) minmax(260px, 340px);
	gap: 28px;
	align-items: start;
	margin: 0 !important;
}

/* Desktop: gallery column stays fixed; bid panel column grows independently below. */
@media (min-width: 992px) {
	body.biltmore-single-product-shell.biltmore-auction-poc div.product .thumbnails-summary > .row {
		align-items: start;
	}

	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails {
		align-self: start !important;
		display: flex;
		flex-direction: column;
		flex-shrink: 0;
		min-height: var(--bsp-gallery-card-h, auto);
		height: var(--bsp-gallery-card-h, auto) !important;
		max-height: var(--bsp-gallery-card-h, none);
	}

	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .images.nickx_product_images_with_video {
		flex: 0 0 auto;
		display: flex;
		flex-direction: column;
		min-height: 0;
		height: auto;
		width: 100% !important;
	}

	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-for,
	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-for.nswiper {
		flex: 0 0 auto;
		min-height: 0;
		width: 100% !important;
		height: var(--bsp-gallery-main-h, 320px) !important;
		max-height: var(--bsp-gallery-main-h, 320px) !important;
		padding: 0 !important;
		background: var(--bsp-bg-3) !important;
	}

	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-for .nswiper-wrapper,
	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-for .nswiper-slide {
		width: 100% !important;
	}

	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-for .nswiper-slide {
		background: var(--bsp-bg-3) !important;
	}

	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-for .nswiper-slide img,
	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-for .nswiper-slide .wp-post-image,
	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-for .nswiper-slide video,
	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-for .nswiper-slide iframe,
	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-for .nswiper-slide .product_video_iframe {
		width: 100% !important;
		height: 100% !important;
		max-width: none !important;
		max-height: none !important;
		object-fit: cover !important;
		object-position: center center;
	}

	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-nav,
	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails #nickx-gallery {
		flex: 0 0 var(--bsp-gallery-thumb-h, 56px);
		height: var(--bsp-gallery-thumb-h, 56px) !important;
		min-height: var(--bsp-gallery-thumb-h, 56px) !important;
		max-height: var(--bsp-gallery-thumb-h, 56px) !important;
		padding: 0 !important;
		margin: 0 !important;
		border-top: 1px solid var(--bsp-border);
		background: var(--bsp-bg-3);
		box-sizing: border-box;
		overflow: hidden;
	}

	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-nav .nswiper,
	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails #nickx-gallery.nswiper {
		height: 100% !important;
	}

	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-nav .nswiper-wrapper {
		height: 100% !important;
		align-items: stretch;
	}

	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-nav .nswiper-slide,
	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-nav .nickx-thumbnail {
		height: 100% !important;
		max-height: none !important;
		max-width: none !important;
		width: var(--bsp-gallery-thumb-item-w, 64px) !important;
		min-width: var(--bsp-gallery-thumb-item-w, 64px) !important;
		flex-shrink: 0;
		overflow: hidden;
		border-radius: 0;
	}

	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-nav .nswiper-slide img,
	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-nav .nickx-thumbnail img {
		width: 100% !important;
		height: 100% !important;
		max-width: none !important;
		max-height: none !important;
		object-fit: cover !important;
		border-radius: 0;
	}

	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .images.nickx_product_images_with_video.v-left,
	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .images.nickx_product_images_with_video.v-right {
		flex-direction: row;
		align-items: stretch;
	}

	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .images.v-left .nickx-slider-nav,
	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .images.v-right .nickx-slider-nav {
		flex: 0 0 var(--bsp-gallery-thumb-w, 56px);
		width: var(--bsp-gallery-thumb-w, 56px) !important;
		height: 100% !important;
		min-height: 100% !important;
		max-height: none !important;
		border-top: 0;
		border-right: 1px solid var(--bsp-border);
	}

	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .images.v-right .nickx-slider-nav {
		border-right: 0;
		border-left: 1px solid var(--bsp-border);
	}

	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .images.v-left .nickx-slider-for,
	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .images.v-right .nickx-slider-for {
		flex: 0 0 auto;
		min-width: 0;
		height: var(--bsp-gallery-main-h, 320px) !important;
		max-height: var(--bsp-gallery-main-h, 320px) !important;
	}

	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .images.v-left .nickx-slider-nav .nswiper-slide,
	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .images.v-right .nickx-slider-nav .nswiper-slide {
		width: 100% !important;
		min-width: 0 !important;
		height: auto !important;
		flex: 1 1 auto;
		aspect-ratio: 1;
	}

	body.biltmore-single-product-shell.biltmore-auction-poc div.product .summary.entry-summary {
		align-self: start;
		display: flex;
		flex-direction: column;
		min-width: 0;
	}
}

body.biltmore-single-product-shell.biltmore-auction-poc div.product .thumbnails-summary > .row::before,
body.biltmore-single-product-shell.biltmore-auction-poc div.product .thumbnails-summary > .row::after {
	display: none !important;
	content: none !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc div.product .thumbnails-summary > .row > [class*="col-"] {
	width: 100% !important;
	max-width: none !important;
	float: none !important;
	padding: 0 !important;
}

/* Gallery card — flush with slider content (no trailing whitespace) */
body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails {
	background: var(--bsp-bg-3);
	border: 1px solid var(--bsp-border);
	border-radius: var(--bsp-radius-xl);
	box-shadow: var(--bsp-shadow-md);
	overflow: hidden;
	padding: 0 !important;
	margin: 0 !important;
	height: auto !important;
	min-height: 0 !important;
	align-self: start;
}

body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails div.images,
body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .woocommerce-product-gallery {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	float: none !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc div.product .woocommerce-product-gallery {
	margin: 0 !important;
	border-radius: 0;
	overflow: hidden;
}

body.biltmore-single-product-shell.biltmore-auction-poc div.product .woocommerce-product-gallery .flex-viewport {
	margin: 0 !important;
	box-shadow: none !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-for,
body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-nav,
body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .thumbnail-slider {
	margin: 0 !important;
}

/* Main slider: edge-to-edge (arrows float over image — no side gutters) */
body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-for,
body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-for.nswiper {
	padding: 0 !important;
	--bsp-gallery-pad: 0;
}

body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-for .main_arrow {
	left: 6px !important;
	right: auto !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-for .nswiper-button-next.main_arrow {
	right: 6px !important;
	left: auto !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-nav,
body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .thumbnail-slider {
	padding: 0 !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc div.product .woocommerce-product-gallery__wrapper,
body.biltmore-single-product-shell.biltmore-auction-poc div.product .woocommerce-product-gallery__image img {
	border-radius: 0;
}

/*
 * NickX main gallery — fixed viewport, full image (contain), no adjacent slide peek.
 * NickX is configured in PHP: fade transition, no infinite loop.
 */
body.biltmore-single-product-shell .product-thumbnails .images.nickx_product_images_with_video,
body.biltmore-single-product-shell .images.nickx_product_images_with_video {
	max-width: 100%;
	width: 100%;
	min-width: 0;
}

body.biltmore-single-product-shell .woocommerce-product-gallery__wrapper,
body.biltmore-single-product-shell .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
body.biltmore-single-product-shell .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child,
body.biltmore-single-product-shell.single .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
}

body.biltmore-single-product-shell .nickx-slider-for,
body.biltmore-single-product-shell .nickx-slider-for.nswiper {
	--bsp-gallery-pad: 40px;
	--bsp-gallery-h: 320px;
	position: relative;
	box-sizing: border-box;
	width: 100% !important;
	height: var(--bsp-gallery-h) !important;
	min-height: 0 !important;
	max-height: var(--bsp-gallery-h) !important;
	padding: 0 var(--bsp-gallery-pad);
	background: var(--bsp-bg-2);
	overflow: hidden !important;
}

body.biltmore-single-product-shell .nickx-slider-for .nswiper-wrapper {
	height: 100% !important;
	align-items: center;
}

body.biltmore-single-product-shell .nickx-slider-for.nswiper-fade .nswiper-slide {
	height: 100% !important;
}

body.biltmore-single-product-shell .nickx-slider-for .nswiper-slide {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box;
	background: var(--bsp-bg-2);
}

/* Override NickX cover — show full photo/video inside the frame */
body.biltmore-single-product-shell .nickx-slider-for .nswiper-slide img,
body.biltmore-single-product-shell .nickx-slider-for .nswiper-slide .wp-post-image,
body.biltmore-single-product-shell .nickx-slider-for .nswiper-slide video,
body.biltmore-single-product-shell .nickx-slider-for .nswiper-slide iframe,
body.biltmore-single-product-shell .nickx-slider-for .nswiper-slide .product_video_iframe {
	display: block;
	max-width: calc(100% - 8px);
	max-height: var(--bsp-gallery-h);
	width: auto;
	height: auto;
	object-fit: contain !important;
	object-position: center center;
}

body.biltmore-single-product-shell .nickx-slider-for .nswiper-slide-active img.wp-post-image,
body.biltmore-single-product-shell .nickx-slider-for .nswiper-slide-active .wp-post-image {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	position: relative !important;
	z-index: 1;
}

/* Featured product slide — same rendering as gallery slides; undo legacy theme 86% width */
body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-for .woocommerce-product-gallery__image,
body.biltmore-single-product-shell.biltmore-auction-poc .nickx-slider-for .woocommerce-product-gallery__image:first-child,
body.biltmore-single-product-shell.biltmore-auction-poc.single .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
	margin: 0 !important;
	box-shadow: none !important;
	transform: none !important;
	filter: none !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-for .woocommerce-product-gallery__image img {
	display: block !important;
	max-width: 100% !important;
	width: 100% !important;
	height: 100% !important;
	max-height: var(--bsp-gallery-main-h, var(--bsp-gallery-h, 320px)) !important;
	object-fit: cover !important;
	object-position: center center;
	image-rendering: auto;
	transform: none !important;
	filter: none !important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Zoom plugin must stay off — these wrappers hide gallery images 2+ */
body.biltmore-single-product-shell .nickx-slider-for .zoomContainer,
body.biltmore-single-product-shell .nickx-slider-for .zoomWindow,
body.biltmore-single-product-shell .nickx-slider-for .zoomLens,
body.biltmore-single-product-shell .nickx-slider-for .zoomImg {
	display: none !important;
}

body.biltmore-single-product-shell .nickx-slider-for .main_arrow {
	opacity: 1 !important;
	width: 36px !important;
	height: 36px !important;
	padding: 0 !important;
	margin-top: 0 !important;
	top: 50% !important;
	transform: translateY(-50%);
	z-index: 6;
}

body.biltmore-single-product-shell .nickx-slider-for .nswiper-button-prev.main_arrow {
	left: 4px !important;
	right: auto !important;
}

body.biltmore-single-product-shell .nickx-slider-for .nswiper-button-next.main_arrow {
	right: 4px !important;
	left: auto !important;
}

body.biltmore-single-product-shell .nickx-slider-for .main_arrow::after {
	font-size: 18px !important;
	font-weight: 700;
}

/* Magnify icon hidden — tap image opens lightbox */
body.biltmore-single-product-shell .nickx-slider-for span.nickx-popup[data-nfancybox="product-gallery"],
body.biltmore-single-product-shell .images.show_lightbox > span.nickx-popup_trigger {
	display: none !important;
}

body.biltmore-single-product-shell .woocommerce-product-gallery .flex-viewport {
	max-height: 320px;
	background: var(--bsp-bg-2);
	display: flex !important;
	align-items: center;
	justify-content: center;
}

body.biltmore-single-product-shell .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image,
body.biltmore-single-product-shell .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image img {
	max-width: 100%;
	max-height: 320px;
	width: auto;
	height: auto;
	object-fit: contain !important;
	object-position: center center;
}

body.biltmore-single-product-shell .nickx-slider-nav .nswiper-slide {
	max-width: 72px !important;
	max-height: 54px !important;
}

/* Default shell caps — overridden inside .product-thumbnails fill layout above */
body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-nav .nswiper-slide {
	max-width: none;
	max-height: none;
}

body.biltmore-single-product-shell .nickx-slider-nav .nswiper-slide img,
body.biltmore-single-product-shell .product-thumbnails .nickx-slider-nav .nswiper-slide img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center center !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc div.product .flex-control-thumbs {
	display: flex !important;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 !important;
	padding: 10px 10px 10px !important;
	list-style: none;
}

body.biltmore-single-product-shell.biltmore-auction-poc div.product .flex-control-thumbs li {
	width: calc(25% - 8px) !important;
	margin: 0 !important;
	float: none !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc div.product .flex-control-thumbs li img {
	border: 2px solid var(--bsp-border) !important;
	border-radius: var(--bsp-radius-sm) !important;
	opacity: 1 !important;
	transition: border-color 0.15s ease;
}

body.biltmore-single-product-shell.biltmore-auction-poc div.product .flex-control-thumbs li img.flex-active,
body.biltmore-single-product-shell.biltmore-auction-poc div.product .flex-control-thumbs li img:hover {
	border-color: var(--bsp-brand) !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc div.product .autobid-auction-no-reserve {
	top: 16px;
	left: 16px;
	z-index: 3;
	padding: 7px 12px;
	background: var(--bsp-success-soft);
	border: 1px solid var(--bsp-success-border);
	border-radius: var(--bsp-radius-pill);
	color: var(--bsp-success-text);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

/* Summary column — bid panel only; no extra card wrapper */
body.biltmore-single-product-shell.biltmore-auction-poc div.product .summary.entry-summary {
	background: transparent !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
	max-width: 340px;
	justify-self: end;
	float: none !important;
}

/* —— Detail section cards (left column) —— */
body.biltmore-single-product-shell.biltmore-auction-poc.single-project div.product .woocommerce-tabs.wc-tabs-wrapper,
body.biltmore-single-product-shell.biltmore-auction-poc div.product .woocommerce-tabs.wc-tabs-wrapper {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	overflow: visible !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 14px;
	grid-template-columns: none !important;
	order: unset !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc.single-project .woocommerce-tabs .panel,
body.biltmore-single-product-shell.biltmore-auction-poc.single-project div#tab-description,
body.biltmore-single-product-shell.biltmore-auction-poc.single-project div#tab-additional_information,
body.biltmore-single-product-shell.biltmore-auction-poc.single-project div#tab-reviews,
body.biltmore-single-product-shell.biltmore-auction-poc.single-project div#tab-attach_tab,
body.biltmore-single-product-shell.biltmore-auction-poc.single-project div#tab-biltmore_vehicle_condition,
body.biltmore-single-product-shell.biltmore-auction-poc.single-project div#tab-biltmore_terms_of_sale {
	float: none !important;
	width: 100% !important;
}

/* Legacy single-project CSS sets Specs=1 and Description=2 — force canonical order. */
body.biltmore-single-product-shell.biltmore-auction-poc div.product .woocommerce-tabs .panel#tab-attach_tab,
body.biltmore-single-product-shell.biltmore-auction-poc.single-project div.product .woocommerce-tabs .panel#tab-attach_tab {
	order: 1 !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc div.product .woocommerce-tabs .panel#tab-additional_information,
body.biltmore-single-product-shell.biltmore-auction-poc.single-project div.product .woocommerce-tabs .panel#tab-additional_information {
	order: 2 !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc div.product .woocommerce-tabs .panel#tab-biltmore_vehicle_condition,
body.biltmore-single-product-shell.biltmore-auction-poc.single-project div.product .woocommerce-tabs .panel#tab-biltmore_vehicle_condition {
	order: 3 !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc div.product .woocommerce-tabs .panel#tab-description,
body.biltmore-single-product-shell.biltmore-auction-poc.single-project div.product .woocommerce-tabs .panel#tab-description {
	order: 4 !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc div.product .woocommerce-tabs .panel#tab-biltmore_terms_of_sale,
body.biltmore-single-product-shell.biltmore-auction-poc.single-project div.product .woocommerce-tabs .panel#tab-biltmore_terms_of_sale {
	order: 5 !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc div.product .woocommerce-tabs ul.tabs,
body.biltmore-single-product-shell.biltmore-auction-poc div.product .woocommerce-tabs ul.tabs li {
	display: none !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc div.product .woocommerce-tabs .bsp-tab-heading {
	display: none !important;
}

/* Override legacy single-project panel rules (dashed borders, tight padding) */
body.biltmore-single-product-shell.biltmore-auction-poc .single-project div.product .woocommerce-tabs .panel:not(#tab-8402_tab):not(#tab-reviews):not(#tab-attach_tab):not(#tab-additional_information):not(#tab-description):not(#tab-biltmore_vehicle_condition):not(#tab-biltmore_terms_of_sale) {
	display: block !important;
	border-bottom: 0 !important;
	outline: none !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc div.product .woocommerce-tabs .panel:not(#tab-8402_tab):not(#tab-reviews):not(#tab-attach_tab):not(#tab-additional_information):not(#tab-description):not(#tab-biltmore_vehicle_condition):not(#tab-biltmore_terms_of_sale) {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	background: var(--bsp-bg-3) !important;
	border: 1px solid var(--bsp-border) !important;
	border-radius: var(--bsp-radius-xl) !important;
	box-shadow: var(--bsp-shadow-md) !important;
	overflow: hidden;
	scroll-margin-top: var(--bsp-header-offset);
}

/* Process shell cards — homepage process card inside transparent tab panel */
body.biltmore-single-product-shell.biltmore-auction-poc div.product .woocommerce-tabs .panel#tab-additional_information,
body.biltmore-single-product-shell.biltmore-auction-poc div.product .woocommerce-tabs .panel#tab-biltmore_vehicle_condition,
body.biltmore-single-product-shell.biltmore-auction-poc div.product .woocommerce-tabs .panel#tab-description,
body.biltmore-single-product-shell.biltmore-auction-poc div.product .woocommerce-tabs .panel#tab-biltmore_terms_of_sale,
body.biltmore-single-product-shell.biltmore-auction-poc .single-project div.product .woocommerce-tabs .panel#tab-attach_tab,
body.biltmore-single-product-shell.biltmore-auction-poc .single-project div.product .woocommerce-tabs .panel#tab-additional_information,
body.biltmore-single-product-shell.biltmore-auction-poc .single-project div.product .woocommerce-tabs .panel#tab-biltmore_vehicle_condition,
body.biltmore-single-product-shell.biltmore-auction-poc .single-project div.product .woocommerce-tabs .panel#tab-description,
body.biltmore-single-product-shell.biltmore-auction-poc .single-project div.product .woocommerce-tabs .panel#tab-biltmore_terms_of_sale {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	overflow: visible !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-process-wrap {
	width: 100%;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-process-card,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-history-process-card,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-specs-process-card,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-description-process-card,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-condition-process-card,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-terms-process-card {
	width: 100%;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-process-card .hau-process-num-bg {
	display: none !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-process-card .hau-process-card-header {
	padding: 12px 16px 10px !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-process-card .hau-process-icon {
	width: 40px !important;
	height: 40px !important;
	font-size: 16px !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-process-kicker,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-history-process-kicker {
	font-family: var(--hau-mono, var(--bsp-mono));
	font-size: clamp(13px, 1.2vw, 17px) !important;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.03em;
	background: linear-gradient(135deg, #1d4ed8, #3b82f6);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-process-card .hau-process-card-body,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-process-card .bsp-shell-process-body {
	padding: 14px 16px 16px !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-process-card .hau-process-card-body p {
	margin-bottom: 10px !important;
	font-size: 14px !important;
	line-height: 1.6 !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-process-card .hau-process-card-body p:first-of-type {
	margin-top: 0;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-history-process-card .hau-process-card-body > p {
	margin-bottom: 12px !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-history-doc {
	margin: 0 0 14px;
	padding: 12px 14px;
}

/* Specifications — two-column item / value grid */
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-specs-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 14px;
	width: 100%;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-specs-grid__col {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-specs-item {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 10px 14px;
	padding: 10px 12px;
	background: var(--bsp-bg-3);
	border: 1px solid var(--bsp-border);
	border-radius: var(--bsp-radius-sm);
	min-width: 0;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-specs-item__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	border-radius: 8px;
	background: linear-gradient(135deg, rgba(29, 78, 216, 0.14) 0%, rgba(59, 130, 246, 0.1) 100%);
	border: 1px solid rgba(29, 78, 216, 0.12);
	color: var(--bsp-brand);
	font-size: 12px;
	line-height: 1;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-specs-item__label {
	flex: 0 1 auto;
	min-width: 0;
	margin-right: 8px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--bsp-text-muted);
	align-self: center;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-specs-item__value {
	flex: 1 1 auto;
	min-width: 0;
	margin-left: auto;
	padding-left: 12px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	color: var(--bsp-text);
	text-align: right;
	align-self: center;
	word-break: break-word;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-specs-item__value:empty::before {
	content: "—";
	color: var(--bsp-text-muted);
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-process-body--prose {
	font-size: 14px;
	line-height: 1.65;
}

/* Shared content panel (specs table, etc.) */
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-content-panel {
	width: 100%;
	background: var(--bsp-bg-3);
	border: 1px solid var(--bsp-border);
	border-radius: var(--bsp-radius-md);
	box-shadow: var(--bsp-shadow-sm);
	overflow: hidden;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-process-body--prose {
	font-size: 15px;
	line-height: 1.7;
	color: var(--bsp-text-secondary);
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-process-body--prose > *:first-child {
	margin-top: 0;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-process-body--prose h3,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-process-body--prose h4 {
	margin: 1.35em 0 0.5em;
	font-size: 16px !important;
	font-weight: 700 !important;
	color: var(--bsp-text) !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-process-body--prose ul,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-process-body--prose ol {
	margin: 0 0 16px;
	padding-left: 22px;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-process-body--prose p {
	margin: 0 0 14px;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-process-body--prose p:last-child {
	margin-bottom: 0;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-process-cta,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-history-process-cta,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-terms-of-sale-cta {
	align-self: center;
	margin-left: auto;
	margin-right: auto;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-history-process-cta,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-terms-of-sale-cta {
	background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important;
	color: #fff !important;
	box-shadow: 0 4px 14px rgba(29, 78, 216, 0.35) !important;
	border: 0 !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-history-process-cta:hover,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-terms-of-sale-cta:hover {
	background: linear-gradient(135deg, #1a44c2 0%, #3b82f6 100%) !important;
	color: #fff !important;
	transform: translateY(-1px);
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-process-body--terms {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-terms-note-cards {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
	margin: 0 0 22px;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-terms-note-card {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 14px;
	width: 100%;
	padding: 16px 16px 16px 18px;
	background: linear-gradient(135deg, #ffffff 0%, #f8f9fb 100%);
	border: 1px solid var(--bsp-border);
	border-radius: var(--bsp-radius-md);
	box-shadow: var(--bsp-shadow-sm);
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-terms-note-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 3px;
	background: linear-gradient(180deg, #1d4ed8 0%, #3b82f6 100%);
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-terms-note-card:hover {
	border-color: var(--bsp-brand-border);
	box-shadow: var(--bsp-shadow-md);
	transform: translateY(-1px);
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-terms-note-card__icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: var(--bsp-radius-sm);
	background: var(--bsp-brand-soft);
	border: 1px solid var(--bsp-brand-border);
	color: var(--bsp-brand);
	font-size: 18px;
	line-height: 1;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-terms-note-card--support .bsp-terms-note-card__icon {
	background: rgba(59, 130, 246, 0.1);
	border-color: rgba(59, 130, 246, 0.28);
	color: #e85d04;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-terms-note-card--delivery .bsp-terms-note-card__icon {
	background: var(--bsp-success-soft);
	border-color: var(--bsp-success-border);
	color: var(--bsp-success-text);
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-terms-note-card__body {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-terms-note-card__head {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 10px;
	width: 100%;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-terms-note-card__index {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	height: 22px;
	padding: 0 7px;
	border-radius: var(--bsp-radius-pill);
	font-family: var(--bsp-mono);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1;
	color: var(--bsp-brand);
	background: var(--bsp-brand-soft);
	border: 1px solid rgba(29, 78, 216, 0.14);
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-terms-note-card__title {
	margin: 0;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--bsp-text) !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-terms-note-card__text {
	margin: 0;
	width: 100%;
	max-width: none;
	font-size: 14px !important;
	font-weight: 400;
	line-height: 1.65 !important;
	color: var(--bsp-text-secondary) !important;
	text-align: left;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-process-body--terms .bsp-terms-of-sale-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: min(100%, 280px);
	padding: 13px 22px !important;
	border-radius: var(--bsp-radius-pill, 999px);
	font-size: 14px !important;
	font-weight: 700;
	text-decoration: none !important;
	background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important;
	color: #fff !important;
	box-shadow: 0 4px 14px rgba(29, 78, 216, 0.35) !important;
	border: 0 !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-terms-of-sale-cta:hover {
	background: linear-gradient(135deg, #1a44c2 0%, #3b82f6 100%) !important;
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 6px 18px rgba(29, 78, 216, 0.38) !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-terms-of-sale-cta i {
	font-size: 12px;
	transition: transform 0.2s ease;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-terms-of-sale-cta:hover i {
	transform: translateX(3px);
}

/* —— Vehicle condition tab (charts + category cards) —— */
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-process-body--condition {
	padding-top: 4px !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-condition-cert {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	margin-bottom: 14px;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-condition-cert__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 8px 14px;
	border-radius: var(--bsp-radius-pill);
	background: linear-gradient(135deg, #eff4ff 0%, #e4edff 100%);
	border: 1px solid rgba(29, 78, 216, 0.18);
	font-size: 12px !important;
	font-weight: 800;
	line-height: 1.35 !important;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--bsp-accent) !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-condition-cert__badge i {
	font-size: 13px;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-condition-cert__meta {
	margin: 0;
	font-size: 12px !important;
	line-height: 1.45 !important;
	font-weight: 600;
	color: var(--bsp-text-secondary) !important;
	text-align: center;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-condition-intro {
	margin: 0 0 18px;
	font-size: 14px !important;
	line-height: 1.65 !important;
	color: var(--bsp-text-secondary) !important;
	text-align: center;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-condition-summary {
	display: grid;
	grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
	gap: 20px;
	align-items: center;
	margin-bottom: 20px;
	padding: 18px;
	background: linear-gradient(135deg, #ffffff 0%, #f8f9fb 100%);
	border: 1px solid var(--bsp-border);
	border-radius: var(--bsp-radius-lg);
	box-shadow: var(--bsp-shadow-sm);
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-condition-gauge {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-condition-gauge__svg {
	width: 160px;
	height: 160px;
	display: block;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-condition-gauge__score {
	font-size: 34px;
	font-weight: 800;
	fill: var(--bsp-text);
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-condition-gauge__max {
	font-size: 14px;
	font-weight: 700;
	fill: var(--bsp-text-muted);
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-condition-gauge__label {
	margin: 8px 0 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--bsp-brand);
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-condition-radar {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-condition-radar__svg {
	width: 100%;
	max-width: 320px;
	height: auto;
	display: block;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-condition-radar__grid {
	fill: none;
	stroke: #e8eaed;
	stroke-width: 1;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-condition-radar__axis {
	stroke: #eef0f3;
	stroke-width: 1;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-condition-radar__shape {
	fill: rgba(29, 78, 216, 0.18);
	stroke: #1d4ed8;
	stroke-width: 2;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-condition-radar__label {
	font-size: 10px;
	font-weight: 700;
	fill: var(--bsp-text-muted);
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-condition-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 18px;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-condition-card {
	padding: 14px 14px 12px;
	background: var(--bsp-bg-3);
	border: 1px solid var(--bsp-border);
	border-radius: var(--bsp-radius-md);
	box-shadow: var(--bsp-shadow-sm);
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-condition-card__head {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 10px;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-condition-card__icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: var(--bsp-radius-sm);
	background: var(--bsp-brand-soft);
	border: 1px solid var(--bsp-brand-border);
	color: var(--bsp-brand);
	font-size: 15px;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-condition-card__title-wrap {
	flex: 1;
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-condition-card__title {
	margin: 0;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--bsp-text) !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-condition-card__score {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 52px;
	padding: 4px 8px;
	border-radius: var(--bsp-radius-pill);
	background: var(--bsp-success-soft);
	border: 1px solid var(--bsp-success-border);
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	color: var(--bsp-success-text);
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-condition-card__bar {
	height: 8px;
	border-radius: var(--bsp-radius-pill);
	background: var(--bsp-bg-2);
	border: 1px solid var(--bsp-border);
	overflow: hidden;
	margin-bottom: 10px;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-condition-card__bar-fill {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #1d4ed8 0%, #3b82f6 100%);
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-condition-card__note {
	margin: 0;
	font-size: 13px !important;
	line-height: 1.5 !important;
	color: var(--bsp-text-secondary) !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-condition-trust {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-condition-trust__pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 12px;
	border-radius: var(--bsp-radius-pill);
	background: var(--bsp-success-soft);
	border: 1px solid var(--bsp-success-border);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--bsp-success-text);
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-condition-trust__pill i {
	font-size: 11px;
}

/* Vehicle history document tile */
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-history-doc {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
	margin: 0 0 18px;
	padding: 14px 16px;
	background: var(--bsp-bg-3);
	border: 1px solid var(--bsp-border);
	border-radius: var(--bsp-radius-md);
	box-shadow: var(--bsp-shadow-sm);
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-history-doc__icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: var(--bsp-radius-sm);
	background: var(--bsp-brand-soft);
	border: 1px solid var(--bsp-brand-border);
	color: var(--bsp-brand);
	font-size: 22px;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-history-doc__copy {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
	flex: 1;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-history-doc__title {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--bsp-text);
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-history-doc__meta {
	font-size: 12px;
	line-height: 1.35;
	color: var(--bsp-text-muted);
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-history-doc__brand {
	flex-shrink: 0;
	display: block;
	width: auto;
	max-width: 88px;
	height: auto;
	margin: 0;
	object-fit: contain;
}

/* —— Detail card header / body (shared with Important Notice + CARFAX) —— */
body.biltmore-single-product-shell .bsp-detail-card__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 20px 28px 16px;
	border-bottom: 1px solid var(--bsp-border);
	background: linear-gradient(180deg, var(--bsp-bg-2) 0%, var(--bsp-bg-3) 100%);
}

body.biltmore-single-product-shell .bsp-detail-card__eyebrow {
	display: inline-flex;
	justify-content: center;
	margin: 0 auto 10px;
	padding: 6px 12px;
	background: var(--bsp-brand-soft);
	border: 1px solid var(--bsp-brand-border);
	border-radius: var(--bsp-radius-pill);
	font-family: var(--bsp-mono);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--bsp-brand);
}

body.biltmore-single-product-shell .bsp-detail-card__title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 18px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
	letter-spacing: -0.02em;
	color: var(--bsp-text) !important;
	background: transparent !important;
	border: 0 !important;
	text-align: center;
}

body.biltmore-single-product-shell .bsp-detail-card__title i {
	color: var(--bsp-brand);
	font-size: 16px;
}

body.biltmore-single-product-shell .bsp-detail-card__body {
	padding: 24px 28px 28px;
}

body.biltmore-single-product-shell .bsp-detail-card__body--notice {
	background: var(--bsp-bg-2);
}

body.biltmore-single-product-shell .bsp-detail-card__body--notice p {
	margin: 0 0 14px;
	font-size: 15px;
	line-height: 1.65;
	color: var(--bsp-text-secondary);
}

body.biltmore-single-product-shell .bsp-detail-card__body--notice p:last-child {
	margin-bottom: 0;
}

/* Description + Additional information — same canvas as Important Notice body */
body.biltmore-single-product-shell .bsp-detail-card__body--content {
	background: var(--bsp-bg-2);
}

body.biltmore-single-product-shell .bsp-detail-card__body--content > *:first-child {
	margin-top: 0;
}

body.biltmore-single-product-shell .bsp-detail-card__body--content p {
	margin: 0 0 14px;
	font-size: 15px;
	line-height: 1.65;
	color: var(--bsp-text-secondary);
}

body.biltmore-single-product-shell .bsp-detail-card__body--content p:last-child {
	margin-bottom: 0;
}

body.biltmore-single-product-shell .bsp-detail-card__body--center {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 160px;
	padding: 32px 28px;
}

body.biltmore-single-product-shell .bsp-carfax-link {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	text-decoration: none;
	transition: transform 0.15s ease, opacity 0.15s ease;
}

body.biltmore-single-product-shell .bsp-carfax-link:hover {
	transform: translateY(-2px);
	opacity: 0.92;
}

body.biltmore-single-product-shell .bsp-carfax-link img {
	display: block;
	max-width: 220px;
	width: 100%;
	height: auto;
	margin: 0 !important;
}

body.biltmore-single-product-shell .bsp-carfax-link__label {
	font-size: 13px;
	font-weight: 700;
	color: var(--bsp-brand);
	letter-spacing: 0.02em;
}

/* Legacy plugin notice + reviews tabs — removed by shell */
body.biltmore-single-product-shell.biltmore-auction-poc div.product .woocommerce-tabs .panel#tab-8402_tab,
body.biltmore-single-product-shell.biltmore-auction-poc div.product .woocommerce-tabs .panel#tab-reviews,
body.biltmore-single-product-shell.biltmore-auction-poc #tab-8402_tab,
body.biltmore-single-product-shell.biltmore-auction-poc .woocommerce-Tabs-panel--8402_tab,
body.biltmore-single-product-shell.biltmore-auction-poc #tab-reviews,
body.biltmore-single-product-shell.biltmore-auction-poc .woocommerce-Tabs-panel--reviews {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
	min-height: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}

body.biltmore-single-product-shell .bsp-detail-card__body--prose {
	font-size: 15px;
	line-height: 1.7;
	color: var(--bsp-text-secondary);
}

body.biltmore-single-product-shell .bsp-detail-card__body--prose > *:first-child {
	margin-top: 0;
}

body.biltmore-single-product-shell .bsp-detail-card__body--prose h3,
body.biltmore-single-product-shell .bsp-detail-card__body--prose h4 {
	margin: 1.35em 0 0.5em;
	font-size: 16px !important;
	font-weight: 700 !important;
	color: var(--bsp-text) !important;
}

body.biltmore-single-product-shell .bsp-detail-card__body--prose ul,
body.biltmore-single-product-shell .bsp-detail-card__body--prose ol {
	margin: 0 0 16px;
	padding-left: 22px;
}

/* Additional information table — override theme float layout on rows */
body.biltmore-single-product-shell.biltmore-auction-poc .single-project table.shop_attributes,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-process-body--specs table.shop_attributes,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-detail-card__body--content table.shop_attributes {
	display: table !important;
	width: 100% !important;
	margin: 0 !important;
	border: 1px solid var(--bsp-border) !important;
	border-radius: var(--bsp-radius-md);
	border-collapse: separate !important;
	border-spacing: 0;
	overflow: hidden;
	background: var(--bsp-bg-3) !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .single-project table.shop_attributes tbody,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-process-body--specs table.shop_attributes tbody,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-detail-card__body--content table.shop_attributes tbody {
	display: table-row-group !important;
	width: 100% !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .single-project table.shop_attributes tr,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-process-body--specs table.shop_attributes tr,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-detail-card__body--content table.shop_attributes tr {
	display: table-row !important;
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid var(--bsp-border) !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .single-project table.shop_attributes tr:last-child,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-process-body--specs table.shop_attributes tr:last-child,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-detail-card__body--content table.shop_attributes tr:last-child {
	border-bottom: 0 !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-process-body--specs table.shop_attributes th,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-process-body--specs table.shop_attributes td,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-detail-card__body--content table.shop_attributes th,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-detail-card__body--content table.shop_attributes td {
	display: table-cell !important;
	float: none !important;
	vertical-align: middle !important;
	padding: 14px 18px !important;
	background: var(--bsp-bg-3) !important;
	border: 0 !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	font-style: normal !important;
	text-transform: none !important;
	text-align: left !important;
	white-space: normal !important;
	word-break: normal !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .single-project table.shop_attributes th,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-process-body--specs table.shop_attributes th,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-detail-card__body--content table.shop_attributes th {
	width: 38% !important;
	min-width: 140px !important;
	font-weight: 700 !important;
	color: var(--bsp-text) !important;
	background: var(--bsp-bg-2) !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .single-project table.shop_attributes td,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-process-body--specs table.shop_attributes td,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-detail-card__body--content table.shop_attributes td {
	color: var(--bsp-text-secondary) !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .single-project table.shop_attributes td a,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-process-body--specs table.shop_attributes td a,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-detail-card__body--content table.shop_attributes td a {
	color: var(--bsp-text-secondary) !important;
	font-weight: 600;
	text-decoration: none;
	pointer-events: none;
	cursor: default;
}

body.biltmore-single-product-shell.biltmore-auction-poc .single-project table.shop_attributes th::before,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-process-body--specs table.shop_attributes th::before,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-detail-card__body--content table.shop_attributes th::before {
	margin-right: 8px;
	color: var(--bsp-brand) !important;
}

/* Specifications — compact table inside content panel */
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-process-body--specs table.shop_attributes th,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-process-body--specs table.shop_attributes td {
	padding: 8px 12px !important;
	font-size: 13px !important;
	line-height: 1.35 !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-process-body--specs table.shop_attributes th {
	width: 42% !important;
	min-width: 110px !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-shell-content-panel--specs table.shop_attributes {
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

/* Nested legacy CARFAX markup from old callback — hide when shell renders its own */
body.biltmore-single-product-shell.biltmore-auction-poc div.product .woocommerce-tabs .panel#tab-attach_tab #attach-pdf,
body.biltmore-single-product-shell.biltmore-auction-poc div.product .woocommerce-tabs .woocommerce-Tabs-panel--attach_tab #attach-pdf {
	display: none !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc div.product .woocommerce-tabs .panel p,
body.biltmore-single-product-shell.biltmore-auction-poc div.product .woocommerce-tabs .panel li {
	font-size: 15px !important;
	line-height: 1.65 !important;
	color: var(--bsp-text-secondary) !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc div.product .woocommerce-tabs .panel table {
	width: 100%;
	border-collapse: collapse;
	margin: 8px 0 20px;
	font-size: 14px;
}

body.biltmore-single-product-shell.biltmore-auction-poc div.product .woocommerce-tabs .panel table th,
body.biltmore-single-product-shell.biltmore-auction-poc div.product .woocommerce-tabs .panel table td {
	padding: 12px 14px;
	border-bottom: 1px solid var(--bsp-border);
	text-align: left;
}

body.biltmore-single-product-shell.biltmore-auction-poc div.product .woocommerce-tabs .panel table th {
	font-weight: 700;
	color: var(--bsp-text);
	background: var(--bsp-bg-2);
	width: 34%;
}

body.biltmore-single-product-shell.biltmore-auction-poc div.product .product_meta {
	display: none !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc div.product .product_meta a {
	color: var(--bsp-brand);
	font-weight: 600;
}

/* Notices above layout */
body.biltmore-single-product-shell.biltmore-auction-poc .woocommerce-notices-wrapper {
	max-width: 1200px;
	margin: 16px auto 0;
	padding: 0 24px;
}

/* Theme hides related products on single-project layout — restore for shell */
body.biltmore-single-product-shell.biltmore-auction-poc .single-project section.related.products,
body.biltmore-single-product-shell.biltmore-auction-poc .autobid-single-product-v1.single-project section.related.products {
	display: block !important;
}

/* —— Sidebar support contact card (above More lots) —— */
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-support-contact-card {
	margin: 0 !important;
	padding: 0 !important;
	background: var(--bsp-bg-3);
	border: 1px solid var(--bsp-border);
	border-radius: var(--bsp-radius-xl);
	box-shadow: var(--bsp-shadow-md);
	width: 100% !important;
	min-width: 0;
	overflow: hidden;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-support-contact-card__head {
	padding: 18px 20px 14px;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-support-contact-card__body {
	padding: 18px 20px 20px;
	background: linear-gradient(180deg, #ffffff 0%, #f8f9fb 100%);
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-support-contact-card__intro {
	margin: 0 0 14px;
	font-size: 14px !important;
	line-height: 1.6 !important;
	color: var(--bsp-text-secondary) !important;
	text-align: center;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-support-contact-card__points {
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-support-contact-card__points li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	padding: 10px 12px;
	background: var(--bsp-bg-2);
	border: 1px solid var(--bsp-border);
	border-radius: var(--bsp-radius-sm);
	font-size: 13px;
	line-height: 1.45;
	color: var(--bsp-text-secondary);
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-support-contact-card__points li i {
	flex-shrink: 0;
	margin-top: 2px;
	color: var(--bsp-brand);
	font-size: 11px;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-support-contact-card__actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 10px;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-support-contact-card__phone {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
	padding: 14px 16px;
	border-radius: var(--bsp-radius-md);
	background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%);
	box-shadow: 0 4px 14px rgba(29, 78, 216, 0.32);
	color: #fff !important;
	text-decoration: none !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-support-contact-card__phone:hover {
	background: linear-gradient(135deg, #1a44c2 0%, #3b82f6 100%);
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 6px 18px rgba(29, 78, 216, 0.38);
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-support-contact-card__phone-icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: var(--bsp-radius-sm);
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.28);
	font-size: 16px;
	line-height: 1;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-support-contact-card__phone-copy {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	min-width: 0;
	text-align: center;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-support-contact-card__phone-label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	opacity: 0.92;
	line-height: 1.2;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-support-contact-card__phone-number {
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.01em;
	line-height: 1.15;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-support-contact-card__hours {
	margin: 0;
	font-size: 12px;
	line-height: 1.4;
	color: var(--bsp-text-muted);
	text-align: center;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-support-contact-card__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin: 2px auto 0;
	font-size: 13px;
	font-weight: 700;
	color: var(--bsp-brand) !important;
	text-decoration: none !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-support-contact-card__link:hover {
	color: #1a44c2 !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-support-contact-card__link i {
	font-size: 11px;
	transition: transform 0.2s ease;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-support-contact-card__link:hover i {
	transform: translateX(3px);
}

/* —— Related auctions (right column, 4 compact cards — fully visible) —— */
body.biltmore-single-product-shell.biltmore-auction-poc section.related.products.bsp-related-auctions {
	margin: 0 !important;
	padding: 0 !important;
	background: var(--bsp-bg-3);
	border: 1px solid var(--bsp-border);
	border-radius: var(--bsp-radius-xl);
	box-shadow: var(--bsp-shadow-md);
	width: 100% !important;
	min-width: 0;
	max-width: none !important;
	overflow: visible !important;
	position: sticky;
	top: var(--bsp-header-offset);
	max-height: none !important;
	display: block !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-related-auctions__head {
	flex-shrink: 0;
	align-items: stretch;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-related-auctions__head .bsp-detail-card__eyebrow {
	align-self: flex-start;
	justify-content: flex-start;
	margin: 0 0 10px;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-related-auctions__body {
	overflow: visible !important;
	max-height: none !important;
	padding: 12px 14px 16px;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-related-auctions__deck {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	width: 100% !important;
	min-width: 0;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-related-auctions__grid,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-related-auctions__deck .hau-auctions-grid {
	display: flex !important;
	flex-direction: column !important;
	gap: 8px !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	grid-template-columns: 1fr !important;
	overflow: visible !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-related-auctions__grid .hau-auction-card,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-related-auctions__deck .hau-auction-card {
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	flex-shrink: 0;
	overflow: hidden;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-related-auctions__grid .hau-auction-media {
	aspect-ratio: 16 / 10;
	max-height: none;
	min-height: 0;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-related-auctions__grid .hau-auction-media img {
	height: 100%;
	object-fit: cover;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-related-auctions__grid .hau-auction-card-top,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-related-auctions__grid .hau-auction-lot {
	font-size: 10px !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-related-auctions__grid .hau-auction-body {
	padding: 8px 10px 10px !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-related-auctions__grid .hau-auction-title {
	font-size: 13px !important;
	line-height: 1.25 !important;
	margin-bottom: 2px !important;
	min-height: 2.5em !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-related-auctions__grid .hau-auction-title a {
	min-height: 2.5em !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-related-auctions__grid .hau-auction-specs {
	display: none !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-related-auctions__grid .hau-auction-location {
	font-size: 11px !important;
	margin-bottom: 6px !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-related-auctions__grid .hau-auction-highlights {
	margin-bottom: 8px !important;
	gap: 6px !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-related-auctions__grid .hau-auction-highlights__row {
	gap: 6px !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-related-auctions__grid .hau-auction-highlight {
	min-height: 32px !important;
	padding: 6px 5px !important;
	font-size: 9px !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-related-auctions__grid .hau-auction-stats {
	margin-top: 6px !important;
	margin-bottom: 8px !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-related-auctions__grid .hau-auction-stat {
	min-height: 36px !important;
	padding: 7px 10px !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-related-auctions__grid .hau-auction-stat__label {
	font-size: 9px !important;
	white-space: nowrap;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-related-auctions__grid .hau-auction-stat__value--amount {
	font-size: 16px !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-related-auctions__grid .hau-auction-countdown .countdown_amount {
	font-size: 13px !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-related-auctions__grid .hau-auction-bid-btn {
	width: 100%;
	justify-content: center;
	margin-top: 6px !important;
	padding: 6px 10px !important;
	font-size: 11px !important;
	background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important;
	color: #fff !important;
	border: none !important;
	border-radius: 999px !important;
	font-weight: 700 !important;
	box-shadow: 0 6px 14px rgba(29, 78, 216, 0.2);
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-related-auctions__grid .hau-auction-bid-btn:hover {
	background: linear-gradient(135deg, #1a44c2 0%, #3b82f6 100%) !important;
	color: #fff !important;
}

@media (max-width: 640px) {
	body.biltmore-single-product-shell.biltmore-auction-poc .bsp-history-doc {
		flex-wrap: wrap;
	}

	body.biltmore-single-product-shell.biltmore-auction-poc .bsp-history-doc__brand {
		margin-left: auto;
	}
}

@media (max-width: 991px) {
	body.biltmore-single-product-shell.biltmore-auction-poc .bsp-product-layout {
		grid-template-columns: 1fr;
	}

	body.biltmore-single-product-shell.biltmore-auction-poc .bsp-product-col--side {
		min-width: 0;
	}

	body.biltmore-single-product-shell.biltmore-auction-poc div.product .thumbnails-summary > .row {
		grid-template-columns: 1fr;
	}

	body.biltmore-single-product-shell.biltmore-auction-poc div.product .summary.entry-summary {
		max-width: none;
		justify-self: stretch;
	}

	body.biltmore-single-product-shell.biltmore-auction-poc .bsp-details-row {
		grid-template-columns: 1fr;
	}

	body.biltmore-single-product-shell.biltmore-auction-poc .bsp-details-aside {
		min-width: 0;
	}

	body.biltmore-single-product-shell.biltmore-auction-poc section.related.products.bsp-related-auctions {
		position: static;
		max-height: none;
	}

	body.biltmore-single-product-shell .bsp-hero-card__top {
		flex-direction: column;
	}

	body.biltmore-single-product-shell .bsp-hero-share {
		align-items: flex-start;
		width: 100%;
	}

	body.biltmore-single-product-shell .bsp-hero-share .social-btn {
		justify-content: flex-start;
	}

	/* Stacked share buttons end flush against the location line. */
	body.biltmore-single-product-shell .bsp-hero-card__foot {
		margin-top: 24px;
	}
}

@media (max-width: 640px) {
	body.biltmore-single-product-shell.biltmore-auction-poc .autobid-single-product-v1 .high-padding > .container.blog-posts,
	body.biltmore-single-product-shell.biltmore-auction-poc .autobid-single-product-v2 .high-padding > .container.blog-posts {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	body.biltmore-single-product-shell .bsp-container {
		padding: 0 16px;
	}

	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails {
		padding: 0 !important;
	}

	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-nav,
	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .thumbnail-slider,
	body.biltmore-single-product-shell.biltmore-auction-poc div.product .flex-control-thumbs {
		padding: 8px !important;
	}

	body.biltmore-single-product-shell.biltmore-auction-poc div.product .flex-control-thumbs li {
		width: calc(33.333% - 7px) !important;
	}

	body.biltmore-single-product-shell .bsp-hero-card {
		padding: 20px 18px;
	}

	body.biltmore-single-product-shell .bsp-detail-card__head,
	body.biltmore-single-product-shell .bsp-detail-card__body {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	body.biltmore-single-product-shell.biltmore-auction-poc .bsp-specs-grid {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	body.biltmore-single-product-shell.biltmore-auction-poc .bsp-specs-item {
		gap: 10px 12px;
		padding: 10px 12px;
	}

	body.biltmore-single-product-shell.biltmore-auction-poc .bsp-specs-item__label {
		font-size: 9px;
		letter-spacing: 0.06em;
	}

	body.biltmore-single-product-shell.biltmore-auction-poc .bsp-specs-item__value {
		padding-left: 10px;
		font-size: 12px;
	}

	body.biltmore-single-product-shell.biltmore-auction-poc .bsp-terms-note-card {
		padding: 14px 14px 14px 16px;
		gap: 12px;
	}

	body.biltmore-single-product-shell.biltmore-auction-poc .bsp-terms-note-card__icon {
		width: 42px;
		height: 42px;
		font-size: 16px;
	}

	body.biltmore-single-product-shell.biltmore-auction-poc .bsp-condition-summary {
		grid-template-columns: 1fr;
	}

	body.biltmore-single-product-shell.biltmore-auction-poc .bsp-condition-grid {
		grid-template-columns: 1fr;
	}
}

/* Gallery — mobile: larger fill layout inside the card */
@media (max-width: 991px) {
	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-for,
	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-for.nswiper {
		height: var(--bsp-gallery-main-h, 300px) !important;
		max-height: var(--bsp-gallery-main-h, 300px) !important;
		background: var(--bsp-bg-3) !important;
	}

	/* Contain, not cover: the frame is a fixed height while lot photos are 4:3,
	   so filling it would clip the vehicle at the edges. Any leftover strip
	   falls back to the slider's own background. */
	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-for .nswiper-slide img,
	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-for .nswiper-slide .wp-post-image,
	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-for .nswiper-slide video,
	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-for .nswiper-slide iframe,
	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-for .nswiper-slide .product_video_iframe {
		width: 100% !important;
		height: 100% !important;
		max-width: none !important;
		max-height: none !important;
		object-fit: contain !important;
	}

	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-nav,
	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails #nickx-gallery {
		flex: 0 0 var(--bsp-gallery-thumb-h, 52px);
		height: var(--bsp-gallery-thumb-h, 52px) !important;
		min-height: var(--bsp-gallery-thumb-h, 52px) !important;
		max-height: var(--bsp-gallery-thumb-h, 52px) !important;
		padding: 0 !important;
		border-top: 1px solid var(--bsp-border);
	}

	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-nav .nswiper-slide,
	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-nav .nickx-thumbnail {
		height: 100% !important;
		max-height: none !important;
		max-width: none !important;
		width: var(--bsp-gallery-thumb-item-w, 60px) !important;
		min-width: var(--bsp-gallery-thumb-item-w, 60px) !important;
	}

	body.biltmore-single-product-shell .nickx-slider-for,
	body.biltmore-single-product-shell .nickx-slider-for.nswiper {
		--bsp-gallery-pad: 36px;
		--bsp-gallery-h: 300px;
	}

	body.biltmore-single-product-shell .woocommerce-product-gallery .flex-viewport {
		max-height: 240px;
	}

	body.biltmore-single-product-shell .product-thumbnails,
	body.biltmore-single-product-shell .product-thumbnails .images {
		max-width: 100% !important;
		width: 100% !important;
		min-width: 0;
		overflow: hidden;
		box-sizing: border-box;
	}

	body.biltmore-single-product-shell .nickx-slider-nav,
	body.biltmore-single-product-shell .nickx-slider-nav .nswiper {
		width: 100% !important;
		max-width: 100% !important;
		overflow: hidden;
	}

	body.biltmore-single-product-shell .nickx-slider-nav .nswiper-slide,
	body.biltmore-single-product-shell .nickx-slider-nav .nickx-thumbnail {
		width: 64px !important;
		max-width: 64px !important;
		height: 48px !important;
		max-height: 48px !important;
		flex-shrink: 0;
	}

	body.biltmore-single-product-shell .grid div#nickx-gallery .nswiper-wrapper {
		grid-template-columns: repeat(auto-fill, minmax(64px, 1fr)) !important;
	}

}

/* —— Quinton's-style gallery: big main + badges + expandable thumbs —— */
body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails.bsp-gallery-expanded {
	height: auto !important;
	max-height: none !important;
	min-height: 0 !important;
	overflow: visible !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .images.bsp-gallery-has-thumbs-grid,
body.biltmore-single-product-shell .images.bsp-gallery-has-thumbs-grid {
	width: 100% !important;
	max-width: 100% !important;
	overflow: visible !important;
}

body.biltmore-single-product-shell .nickx-slider-for {
	position: relative;
}

body.biltmore-single-product-shell .bsp-gallery-overlay {
	position: absolute;
	top: 16px;
	left: 16px;
	right: 16px;
	z-index: 5;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 8px;
	pointer-events: none;
}

body.biltmore-single-product-shell .bsp-gallery-badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(8, 9, 11, 0.66);
	border: 1px solid rgba(244, 245, 247, 0.14);
	backdrop-filter: blur(12px);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.2;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}

body.biltmore-single-product-shell .bsp-gallery-badge i {
	font-size: 11px;
	opacity: 0.95;
}

body.biltmore-single-product-shell .bsp-gallery-badge--live {
	background: rgba(220, 38, 38, 0.88);
	border-color: rgba(255, 255, 255, 0.18);
}

body.biltmore-single-product-shell .bsp-gallery-badge--live i {
	font-size: 8px;
	animation: bsp-gallery-live-pulse 1.4s ease-in-out infinite;
}

body.biltmore-single-product-shell .bsp-gallery-badge--ending-soon {
	background: rgba(217, 119, 6, 0.9);
	border-color: rgba(255, 255, 255, 0.16);
}

body.biltmore-single-product-shell .bsp-gallery-badge--no-reserve {
	background: rgba(5, 150, 105, 0.9);
	border-color: rgba(255, 255, 255, 0.16);
}

body.biltmore-single-product-shell .bsp-gallery-badge--verified {
	background: rgba(30, 64, 175, 0.88);
	border-color: rgba(255, 255, 255, 0.16);
}

@keyframes bsp-gallery-live-pulse {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: 0.35;
	}
}

body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails #nickx-gallery.bsp-gallery-thumbs-ready,
body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails .nickx-slider-nav.bsp-gallery-thumbs-ready,
body.biltmore-single-product-shell #nickx-gallery.bsp-gallery-thumbs-ready,
body.biltmore-single-product-shell .nickx-slider-nav.bsp-gallery-thumbs-ready {
	flex: 0 0 auto !important;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	padding: 14px !important;
	margin: 0 !important;
	overflow: visible !important;
	border-top: 1px solid var(--bsp-border);
	background: var(--bsp-bg-3);
	box-sizing: border-box;
}

body.biltmore-single-product-shell #nickx-gallery.bsp-gallery-thumbs-ready .nswiper-wrapper,
body.biltmore-single-product-shell .nickx-slider-nav.bsp-gallery-thumbs-ready .nswiper-wrapper,
body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails #nickx-gallery.bsp-gallery-thumbs-ready .nswiper-wrapper {
	display: grid !important;
	grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	gap: 10px !important;
	align-items: stretch !important;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	transform: none !important;
	transition: none !important;
	box-sizing: border-box;
}

/* Column count must match getVisibleThumbCount() in biltmore-product-gallery.js
   (thumbs + 1 cell for the "+N" tile), otherwise the strip has empty cells. */
@media (max-width: 991px) {
	body.biltmore-single-product-shell #nickx-gallery.bsp-gallery-thumbs-ready .nswiper-wrapper,
	body.biltmore-single-product-shell .nickx-slider-nav.bsp-gallery-thumbs-ready .nswiper-wrapper,
	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails #nickx-gallery.bsp-gallery-thumbs-ready .nswiper-wrapper {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
		gap: 8px !important;
	}
}

@media (max-width: 575px) {
	body.biltmore-single-product-shell #nickx-gallery.bsp-gallery-thumbs-ready .nswiper-wrapper,
	body.biltmore-single-product-shell .nickx-slider-nav.bsp-gallery-thumbs-ready .nswiper-wrapper,
	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails #nickx-gallery.bsp-gallery-thumbs-ready .nswiper-wrapper {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
		gap: 8px !important;
	}
}

body.biltmore-single-product-shell #nickx-gallery.bsp-gallery-thumbs-ready .nswiper-slide,
body.biltmore-single-product-shell #nickx-gallery.bsp-gallery-thumbs-ready .nickx-thumbnail,
body.biltmore-single-product-shell .nickx-slider-nav.bsp-gallery-thumbs-ready .nswiper-slide,
body.biltmore-single-product-shell .nickx-slider-nav.bsp-gallery-thumbs-ready .nickx-thumbnail,
body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails #nickx-gallery.bsp-gallery-thumbs-ready .nswiper-slide,
body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails #nickx-gallery.bsp-gallery-thumbs-ready .nickx-thumbnail {
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	height: 78px !important;
	min-height: 78px !important;
	max-height: 78px !important;
	flex: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 10px !important;
	overflow: hidden !important;
	border: 2px solid transparent;
	background: var(--bsp-bg-2);
	cursor: pointer;
	box-sizing: border-box;
	transition: border-color 0.15s ease, transform 0.15s ease;
}

body.biltmore-single-product-shell #nickx-gallery.bsp-gallery-thumbs-ready .nswiper-slide:hover,
body.biltmore-single-product-shell #nickx-gallery.bsp-gallery-thumbs-ready .nickx-thumbnail:hover,
body.biltmore-single-product-shell #nickx-gallery.bsp-gallery-thumbs-ready .nswiper-slide-thumb-active,
body.biltmore-single-product-shell #nickx-gallery.bsp-gallery-thumbs-ready .nswiper-slide.nswiper-slide-thumb-active {
	border-color: var(--bsp-brand) !important;
}

body.biltmore-single-product-shell #nickx-gallery.bsp-gallery-thumbs-ready .nswiper-slide img,
body.biltmore-single-product-shell #nickx-gallery.bsp-gallery-thumbs-ready .nickx-thumbnail img,
body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails #nickx-gallery.bsp-gallery-thumbs-ready .nswiper-slide img {
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: cover !important;
	border-radius: 0 !important;
	display: block !important;
}

body.biltmore-single-product-shell #nickx-gallery.bsp-gallery-thumbs-ready .bsp-gallery-extra {
	display: none !important;
}

body.biltmore-single-product-shell #nickx-gallery.bsp-gallery-thumbs-ready.is-expanded .bsp-gallery-extra {
	display: flex !important;
}

body.biltmore-single-product-shell #nickx-gallery.bsp-gallery-thumbs-ready.is-expanded .bsp-gallery-expand {
	display: none !important;
}

body.biltmore-single-product-shell .bsp-gallery-expand {
	position: relative;
	display: block;
	width: 100%;
	height: 78px;
	padding: 0;
	margin: 0;
	border: 2px solid transparent;
	border-radius: 10px;
	overflow: hidden;
	background: var(--bsp-bg-2);
	cursor: pointer;
	color: #fff;
}

body.biltmore-single-product-shell .bsp-gallery-expand img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

body.biltmore-single-product-shell .bsp-gallery-expand::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(8, 9, 11, 0.58);
	backdrop-filter: blur(2px);
	border-radius: 8px;
}

body.biltmore-single-product-shell .bsp-gallery-expand__label {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0.02em;
	color: #fff;
}

body.biltmore-single-product-shell .bsp-gallery-expand:hover {
	border-color: rgba(29, 78, 216, 0.55);
}

body.biltmore-single-product-shell .bsp-gallery-collapse {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: calc(100% - 28px);
	margin: 0 14px 14px;
	min-height: 42px;
	padding: 10px 14px;
	border: 1px solid var(--bsp-border);
	border-radius: 10px;
	background: var(--bsp-bg);
	color: var(--bsp-text);
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	transition: border-color 0.15s ease, color 0.15s ease;
}

body.biltmore-single-product-shell .bsp-gallery-collapse:hover {
	border-color: rgba(29, 78, 216, 0.45);
	color: var(--bsp-brand);
}

body.biltmore-single-product-shell .bsp-gallery-collapse[hidden] {
	display: none !important;
}

body.biltmore-single-product-shell #nickx-gallery.bsp-gallery-thumbs-ready .thumb_arrow,
body.biltmore-single-product-shell .nickx-slider-nav.bsp-gallery-thumbs-ready .thumb_arrow {
	display: none !important;
}

@media (max-width: 991px) {
	/* The "+N" tile must shrink with the thumbs, so every selector that sizes
	   a thumb above is repeated here — missing one leaves tiles of two
	   different heights in the same row. */
	body.biltmore-single-product-shell #nickx-gallery.bsp-gallery-thumbs-ready .nswiper-slide,
	body.biltmore-single-product-shell #nickx-gallery.bsp-gallery-thumbs-ready .nickx-thumbnail,
	body.biltmore-single-product-shell .nickx-slider-nav.bsp-gallery-thumbs-ready .nswiper-slide,
	body.biltmore-single-product-shell .nickx-slider-nav.bsp-gallery-thumbs-ready .nickx-thumbnail,
	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails #nickx-gallery.bsp-gallery-thumbs-ready .nswiper-slide,
	body.biltmore-single-product-shell.biltmore-auction-poc div.product .product-thumbnails #nickx-gallery.bsp-gallery-thumbs-ready .nickx-thumbnail,
	body.biltmore-single-product-shell .bsp-gallery-expand {
		height: 64px !important;
		min-height: 64px !important;
		max-height: 64px !important;
		border-radius: 8px !important;
	}

	body.biltmore-single-product-shell .bsp-gallery-overlay {
		top: 12px;
		left: 12px;
		right: 12px;
		gap: 6px;
	}

	body.biltmore-single-product-shell .bsp-gallery-badge {
		padding: 6px 10px;
		font-size: 11px;
	}
}

/*
 * Lot video slide — branded cover + a video pinned to the frame.
 * Built by applyVideoCovers() in js/biltmore-product-gallery.js.
 */
body.biltmore-single-product-shell .nickx-slider-for .tc_video_slide {
	position: relative;
}

/*
 * A video with nothing loaded has no intrinsic size, and height="100%" then
 * resolves against nothing — the element used to grow to roughly twice the
 * frame, which pushed the browser's control bar hundreds of pixels below the
 * picture. Pinning it to the slide keeps the two together at every load state.
 */
body.biltmore-single-product-shell .nickx-slider-for .tc_video_slide video {
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	object-fit: contain !important;
	background: #0b1220;
}

body.biltmore-single-product-shell .bsp-video-cover {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 22px;
	border: 0;
	cursor: pointer;
	text-align: center;
	background:
		radial-gradient(120% 100% at 50% 0%, rgba(59, 130, 246, 0.3) 0%, rgba(11, 18, 32, 0) 62%),
		linear-gradient(160deg, #0b1220 0%, #16233d 55%, #0b1220 100%);
}

body.biltmore-single-product-shell .bsp-video-cover[hidden] {
	display: none;
}

/*
 * The cover's own children sit inside a gallery slide, so the slide's image and
 * span rules reach them and would stretch the logo to full frame and flatten
 * the play button. Scoped to the video slide and marked important to win.
 */
body.biltmore-single-product-shell .nickx-slider-for .tc_video_slide .bsp-video-cover__logo {
	display: block !important;
	flex: 0 0 auto !important;
	box-sizing: border-box !important;
	width: 236px !important;
	height: 70px !important;
	min-height: 0 !important;
	max-width: 100% !important;
	max-height: none !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

body.biltmore-single-product-shell .nickx-slider-for .tc_video_slide .bsp-video-cover__play {
	position: relative;
	display: block !important;
	flex: 0 0 auto !important;
	width: 54px !important;
	height: 54px !important;
	min-height: 0 !important;
	max-width: none !important;
	max-height: none !important;
	border-radius: 50%;
	background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%);
	box-shadow: 0 14px 30px rgba(29, 78, 216, 0.45);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

body.biltmore-single-product-shell .bsp-video-cover__play::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%);
	border-style: solid;
	border-width: 10px 0 10px 16px;
	border-color: transparent transparent transparent #ffffff;
}

body.biltmore-single-product-shell .bsp-video-cover:hover .bsp-video-cover__play,
body.biltmore-single-product-shell .bsp-video-cover:focus-visible .bsp-video-cover__play {
	transform: scale(1.06);
	box-shadow: 0 18px 38px rgba(29, 78, 216, 0.55);
}

body.biltmore-single-product-shell .bsp-video-cover__title {
	color: #ffffff;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.01em;
}

body.biltmore-single-product-shell .bsp-video-cover__hint {
	color: rgba(226, 232, 240, 0.78);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
}

@media (max-width: 575px) {
	body.biltmore-single-product-shell .bsp-video-cover {
		gap: 10px;
		padding: 16px;
	}

	body.biltmore-single-product-shell .nickx-slider-for .tc_video_slide .bsp-video-cover__logo {
		width: 182px !important;
		height: 54px !important;
	}

	body.biltmore-single-product-shell .nickx-slider-for .tc_video_slide .bsp-video-cover__play {
		width: 48px !important;
		height: 48px !important;
	}

	body.biltmore-single-product-shell .bsp-video-cover__title {
		font-size: 15px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.biltmore-single-product-shell .bsp-video-cover__play {
		transition: none;
	}
}

