/**
 * Biltmore Motors — 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: #ff2800;
	--bsp-brand-soft: rgba(255, 40, 0, 0.08);
	--bsp-brand-border: rgba(255, 40, 0, 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 68px;
	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-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 18px;
	border: 1px solid var(--bsp-border);
	border-radius: var(--bsp-radius-pill);
	background: var(--bsp-bg-2);
	color: var(--bsp-text-secondary);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
	transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

body.biltmore-single-product-shell .bsp-hero-link:hover {
	border-color: var(--bsp-brand-border);
	color: var(--bsp-brand);
	background: var(--bsp-brand-soft);
}

body.biltmore-single-product-shell .bsp-hero-link--corner {
	position: absolute;
	right: 28px;
	bottom: 24px;
	margin: 0;
}

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-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%;
}

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;
}

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;
}

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;
}

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: 10px 10px 10px !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-slide {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: 100% !important;
	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 .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;
}

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_important_notice {
	order: unset !important;
	float: none !important;
	width: 100% !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-biltmore_important_notice):not(#tab-attach_tab):not(#tab-additional_information):not(#tab-description) {
	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-biltmore_important_notice):not(#tab-attach_tab):not(#tab-additional_information):not(#tab-description) {
	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-biltmore_important_notice,
body.biltmore-single-product-shell.biltmore-auction-poc div.product .woocommerce-tabs .panel#tab-attach_tab,
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-description,
body.biltmore-single-product-shell.biltmore-auction-poc .single-project div.product .woocommerce-tabs .panel#tab-biltmore_important_notice,
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-description {
	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,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-notice-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-notice-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 {
	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-notice-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, #ff2800, #ff6b35);
	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-notice-process-card .hau-process-card-body p:last-of-type {
	margin-bottom: 14px !important;
}

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(255, 40, 0, 0.14) 0%, rgba(255, 107, 53, 0.1) 100%);
	border: 1px solid rgba(255, 40, 0, 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-notice-process-cta,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-history-process-cta {
	align-self: center;
	margin-left: auto;
	margin-right: auto;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-notice-process-cta,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-history-process-cta {
	background: linear-gradient(135deg, #ff2800 0%, #ff6b35 100%) !important;
	color: #fff !important;
	box-shadow: 0 4px 14px rgba(255, 40, 0, 0.35) !important;
	border: 0 !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-notice-process-cta:hover,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-history-process-cta:hover {
	background: linear-gradient(135deg, #e02400 0%, #ff5520 100%) !important;
	color: #fff !important;
	transform: translateY(-1px);
}

/* 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;
}

/* —— 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: 10px !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 / 9;
	max-height: 108px;
}

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: 10px 12px 12px !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-related-auctions__grid .hau-auction-title {
	font-size: 14px !important;
	line-height: 1.3 !important;
	margin-bottom: 2px !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-related-auctions__grid .hau-auction-specs {
	font-size: 11px !important;
	line-height: 1.3 !important;
	margin-bottom: 6px !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-related-auctions__grid .hau-auction-trust,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-related-auctions__grid .hau-auction-tags {
	display: none !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-related-auctions__grid .hau-auction-bid-block {
	margin-top: 6px !important;
	padding-top: 6px !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-related-auctions__grid .hau-auction-bid-label,
body.biltmore-single-product-shell.biltmore-auction-poc .bsp-related-auctions__grid .hau-auction-bid-amount {
	font-size: 12px !important;
}

body.biltmore-single-product-shell.biltmore-auction-poc .bsp-related-auctions__grid .hau-auction-bid-btn {
	width: 100%;
	justify-content: center;
	margin-top: 8px !important;
	padding: 8px 12px !important;
	font-size: 12px !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 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;
	}

	body.biltmore-single-product-shell .bsp-hero-link--corner {
		right: 20px;
		bottom: 20px;
	}
}

@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 64px;
	}

	body.biltmore-single-product-shell .bsp-hero-link--corner {
		right: 18px;
		bottom: 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 .bsp-hero-link {
		white-space: normal;
		text-align: center;
	}
}

/* Gallery — mobile */
@media (max-width: 991px) {
	body.biltmore-single-product-shell .nickx-slider-for,
	body.biltmore-single-product-shell .nickx-slider-for.nswiper {
		--bsp-gallery-pad: 36px;
		--bsp-gallery-h: 240px;
	}

	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;
	}

}
