/**
 * Refurbished category filter — loaded separately (bypasses CSS minify cache).
 * Same folder as style.css / style.mobile.css
 */
#webshopFilterRefurbished .webshopFilterRefurbished,
.webshopFilterRefurbished {
	background: #fff !important;
	border: 1px solid #e0e0e0 !important;
	border-radius: 0 !important;
	overflow: hidden;
}
#webshopFilterRefurbished .webshopFilterRefurbishedSection {
	border-bottom: 1px solid #e0e0e0 !important;
}
#webshopFilterRefurbished .webshopFilterRefurbishedHeading {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 16px;
	border: 0;
	background: #fff;
	font-size: 15px;
	font-weight: 700;
	color: #111;
	cursor: pointer;
	text-align: left;
}
#webshopFilterRefurbished .webshopFilterRefurbishedChevron {
	width: 8px;
	height: 8px;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	transform: rotate(45deg);
	transition: transform .2s ease;
	margin-top: -4px;
}
#webshopFilterRefurbished .webshopFilterRefurbishedSection.is-open .webshopFilterRefurbishedChevron {
	transform: rotate(-135deg);
	margin-top: 2px;
}
#webshopFilterRefurbished .webshopFilterRefurbishedBody {
	display: none;
	padding: 0 16px 16px;
}
#webshopFilterRefurbished .webshopFilterRefurbishedSection.is-open .webshopFilterRefurbishedBody {
	display: block;
}
#webshopFilterRefurbished .webshopFilterRefurbishedList,
#webshopFilterRefurbished .webshopFilterColors {
	list-style: none;
	margin: 0;
	padding: 0;
}
#webshopFilterRefurbished .webshopFilterRefurbishedList li,
#webshopFilterRefurbished .webshopFilterColors li {
	padding: 0 0 10px;
}
#webshopFilterRefurbished .webshopFilterRefurbishedList label,
#webshopFilterRefurbished .webshopFilterColorLabel {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.4;
}
#webshopFilterRefurbished .webshopFilterOptionCount {
	color: #888;
	font-size: 13px;
}
#webshopFilterRefurbished .webshopFilterModelSearch,
#webshopFilterRefurbished .webshopFilterVariationSearch {
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 12px;
	padding: 10px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
}
#webshopFilterRefurbished .webshopFilterPills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
#webshopFilterRefurbished .webshopFilterPill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 12px;
	border: 1px solid #ddd;
	border-radius: 999px;
	font-size: 13px;
	cursor: pointer;
	background: #fff;
}
#webshopFilterRefurbished .webshopFilterPill.is-active,
#webshopFilterRefurbished .webshopFilterColorLabel.is-active {
	border-color: #00af6a !important;
	box-shadow: 0 0 0 1px #00af6a !important;
}
#webshopFilterRefurbished .webshopFilterColorSwatch {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid rgba(0,0,0,.12);
	flex-shrink: 0;
}
#webshopFilterRefurbished .webshopFilterShowMore.is-visible {
	display: inline-block;
	margin-top: 4px;
	padding: 0;
	border: 0;
	background: none;
	color: #111;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	text-decoration: underline;
}
#webshopFilterRefurbished .is-hidden-by-limit {
	display: none !important;
}
#webshopFilterRefurbished .webshopFilterModelList.is-collapsed {
	max-height: 210px;
	overflow: hidden;
}

/* Price slider */
#webshopFilterRefurbished .webshopFilterPriceLabels {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 12px;
	color: #111;
}
#webshopFilterRefurbished .webshopFilterPriceSlider {
	position: relative;
	height: 44px;
	margin: 0 0 16px;
	padding: 0 12px;
}
#webshopFilterRefurbished .webshopFilterPriceTrack {
	position: absolute;
	left: 12px;
	right: 12px;
	top: 50%;
	height: 8px;
	margin-top: -4px;
	background: #bdbdbd !important;
	border-radius: 999px;
	z-index: 1;
	overflow: hidden;
}
#webshopFilterRefurbished .webshopFilterPriceTrackFill {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: #00af6a !important;
	border-radius: 999px;
}
#webshopFilterRefurbished .webshopFilterPriceRange {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 44px;
	margin: 0;
	background: transparent !important;
	-webkit-appearance: none;
	appearance: none;
	accent-color: #00af6a !important;
	pointer-events: none;
	z-index: 2;
}
#webshopFilterRefurbished .webshopFilterPriceRange::-webkit-slider-runnable-track {
	height: 8px;
	background: transparent !important;
	border: 0;
}
#webshopFilterRefurbished .webshopFilterPriceRange::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #00af6a !important;
	border: 3px solid #fff !important;
	box-shadow: 0 2px 8px rgba(0,0,0,.25);
	pointer-events: auto;
	cursor: pointer;
	margin-top: -8px;
}
#webshopFilterRefurbished .webshopFilterPriceRange::-moz-range-track {
	height: 8px;
	background: transparent !important;
	border: 0;
}
#webshopFilterRefurbished .webshopFilterPriceRange::-moz-range-thumb {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #00af6a !important;
	border: 3px solid #fff !important;
	box-shadow: 0 2px 8px rgba(0,0,0,.25);
	pointer-events: auto;
	cursor: pointer;
}
#webshopFilterRefurbished .webshopFilterPriceRangeMin { z-index: 3; }
#webshopFilterRefurbished .webshopFilterPriceRangeMax { z-index: 4; }

#webshopFilterRefurbished .webshopFilterPriceApply,
#webshopFilterRefurbished .webshopFilterApplyBtn {
	display: inline-block;
	padding: 10px 18px !important;
	border: 0 !important;
	border-radius: 4px !important;
	background: #00af6a !important;
	background-color: #00af6a !important;
	color: #fff !important;
	font-weight: 700 !important;
	font-size: 13px !important;
	cursor: pointer;
	text-transform: none !important;
	line-height: 1.2 !important;
	height: auto !important;
}
#webshopFilterRefurbished .webshopFilterPriceApply:hover,
#webshopFilterRefurbished .webshopFilterApplyBtn:hover {
	background: #00995d !important;
	background-color: #00995d !important;
}
#webshopFilterRefurbished .webshopFilterRefurbishedActions {
	padding: 16px;
	border-top: 1px solid #e0e0e0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
#webshopFilterRefurbished .webshopFilterClearBtn {
	text-align: center;
	font-size: 13px;
	color: #666;
}

/* Layout — refurbished category only */
html.webshop-refurbished-category .sidebar .widget.widget-refurbished-filter .widget_header {
	display: none !important;
}
html.webshop-refurbished-category .row {
	display: flex !important;
	flex-wrap: wrap;
	align-items: flex-start;
}
html.webshop-refurbished-category .row > .col2 {
	width: 24% !important;
	float: none !important;
	order: 1;
	padding-top: 0 !important;
}
html.webshop-refurbished-category .row > .col10 {
	width: 76% !important;
	float: none !important;
	order: 2;
}
html.webshop-refurbished-category .sidebar .widget.widget-refurbished-filter {
	padding: 0 0 30px 0 !important;
	margin: 0 !important;
}
html.webshop-refurbished-category .webshopFilterRefurbishedWidget {
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	background: transparent !important;
}
html.webshop-refurbished-category .col10.content > h1.p-b-md {
	margin-top: 0;
	margin-bottom: 20px;
}
/* Unified product grid — single border lines, no double borders */
html.webshop-refurbished-category #webshopGridView {
	border-left: 1px solid #e0e0e0 !important;
	border-top: 1px solid #e0e0e0 !important;
	margin: 0 !important;
}
html.webshop-refurbished-category .webshopGridView .product {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: left !important;
}
html.webshop-refurbished-category .webshopGridView .product.m-b-lg {
	margin-bottom: 0 !important;
}
html.webshop-refurbished-category .webshopGridView .product .inner {
	border: none !important;
	border-right: 1px solid #e0e0e0 !important;
	border-bottom: 1px solid #e0e0e0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	transform: none !important;
}
html.webshop-refurbished-category .webshopGridView .product .inner:hover {
	box-shadow: inset 0 0 0 1px #00af6a !important;
	transform: none !important;
}

@media (max-width: 768px) {
	html.webshop-refurbished-category .row > .col2,
	html.webshop-refurbished-category .row > .col10 {
		width: 100% !important;
	}
	#webshopFilterRefurbished .webshopFilterRefurbishedToggle {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		width: 100%;
		margin: 0 0 16px;
		padding: 12px 16px;
		border: 1px solid #e0e0e0;
		border-radius: 4px;
		background: #fff;
		font-weight: 700;
		font-size: 15px;
		cursor: pointer;
	}
}
