/*
 * FirstChoice product-category HTFW parity pass.
 * Scoped only to WooCommerce product category archives.
 */
body.tax-product_cat{
	--fc-cat-paper:#fff;
	--fc-cat-cream:#f5f5f3;
	--fc-cat-ink:#202124;
	--fc-cat-muted:#696969;
	--fc-cat-border:#dededb;
	--fc-cat-burgundy:#a20000;
	background:var(--fc-cat-paper);
}
body.tax-product_cat .woocommerce-products-header>.woocommerce-products-header__title{display:none!important}
body.tax-product_cat .woocommerce-products-header{margin:0!important;padding:0!important;background:transparent!important}

/* HTFW category hero */
body.tax-product_cat .fclm-v9-reference-hero{
	width:100%!important;
	margin:0!important;
	background:#111!important;
	overflow:hidden!important;
}
body.tax-product_cat .fclm-v9-reference-hero img{
	width:100%!important;
	height:450px!important;
	display:block!important;
	border-radius:0!important;
	object-fit:cover!important;
	object-position:center!important;
}

/* Main catalog geometry */
body.tax-product_cat .fclm-v9-shop-frame{
	width:min(calc(100% - 32px),1440px)!important;
	max-width:1440px!important;
	display:grid!important;
	grid-template-columns:minmax(250px,25%) minmax(0,75%)!important;
	gap:34px!important;
	align-items:start!important;
	margin:0 auto!important;
	padding:34px 0 70px!important;
	box-sizing:border-box!important;
}

/* Filter By */
body.tax-product_cat .fclm-v9-filters{
	position:sticky!important;
	top:18px!important;
	border:0!important;
	border-radius:0!important;
	background:transparent!important;
	padding:0 28px 0 0!important;
	box-shadow:none!important;
	border-right:1px solid var(--fc-cat-border)!important;
}
body.tax-product_cat .fclm-v9-filter-title{
	padding:0 0 18px!important;
	margin:0!important;
	border-bottom:1px solid var(--fc-cat-border)!important;
	color:var(--fc-cat-ink)!important;
	font:700 20px/1.2 "Libre Baskerville",Georgia,serif!important;
}
body.tax-product_cat .fclm-v9-filter-section{
	margin:0!important;
	padding:0!important;
	border:0!important;
	border-bottom:1px solid var(--fc-cat-border)!important;
	background:transparent!important;
}
body.tax-product_cat .fclm-v9-filter-section summary{
	padding:18px 2px!important;
	color:#282321!important;
	font:600 14px/1.25 Poppins,Arial,sans-serif!important;
	cursor:pointer!important;
}
body.tax-product_cat .fclm-v9-filter-body{padding:0 0 17px!important}
body.tax-product_cat .fclm-v9-filter-options{gap:0!important}
body.tax-product_cat .fclm-v9-filter-option{
	min-height:31px!important;
	padding:5px 1px!important;
	color:#3f3a37!important;
	font:400 12px/1.45 Poppins,Arial,sans-serif!important;
	border-radius:0!important;
	background:transparent!important;
}
body.tax-product_cat .fclm-v9-filter-option:hover{color:var(--fc-cat-burgundy)!important}
body.tax-product_cat .fclm-v9-filter-option small{font-size:10px!important;color:#8a837d!important}
body.tax-product_cat .fclm-v9-check{
	width:14px!important;
	height:14px!important;
	border:1px solid #bdb5af!important;
	border-radius:2px!important;
	background:#fff!important;
}
body.tax-product_cat .fclm-v9-filter-search input,
body.tax-product_cat .fclm-v9-range input,
body.tax-product_cat .fclm-v9-price input{
	height:36px!important;
	border:1px solid #d2cac4!important;
	border-radius:3px!important;
	background:#fff!important;
	box-shadow:none!important;
	font-size:11px!important;
}
body.tax-product_cat .fclm-v9-range button,
body.tax-product_cat .fclm-v9-price button{
	height:34px!important;
	margin-top:8px!important;
	border-radius:0!important;
	border:1px solid var(--fc-cat-burgundy)!important;
	background:var(--fc-cat-burgundy)!important;
	color:#fff!important;
	font-size:11px!important;
}

/* Catalog toolbar */
body.tax-product_cat .fclm-v9-toolbar{
	display:grid!important;
	grid-template-columns:auto 1fr auto!important;
	gap:18px!important;
	align-items:center!important;
	min-height:58px!important;
	margin:0 0 22px!important;
	padding:0 0 14px!important;
	border-bottom:1px solid var(--fc-cat-border)!important;
}
body.tax-product_cat .fclm-v9-products-summary span{font-size:11px!important;color:#77716d!important}
body.tax-product_cat .fclm-v9-products-summary strong{font-size:14px!important;font-weight:700!important;color:#282421!important}
body.tax-product_cat .fclm-v9-ordering select{
	height:42px!important;
	min-width:270px!important;
	padding:0 38px 0 12px!important;
	border:1px solid #bdbdb8!important;
	border-radius:0!important;
	background:#fff!important;
	color:#332f2c!important;
	font-size:13px!important;
}
body.tax-product_cat .fclm-v9-view-button{
	width:34px!important;
	height:34px!important;
	border:1px solid #d1c9c3!important;
	border-radius:0!important;
	background:#fff!important;
	color:#777!important;
}
body.tax-product_cat .fclm-v9-view-button.is-active{background:#2d2a28!important;border-color:#2d2a28!important;color:#fff!important}
body.tax-product_cat .storefront-sorting{display:none!important}

/* Four-column HTFW product grid */
body.tax-product_cat .fclm-v9-shop-main ul.products,
body.tax-product_cat .fclm-v9-shop-main .products{
	display:grid!important;
	grid-template-columns:repeat(4,minmax(0,1fr))!important;
	gap:34px 20px!important;
	margin:0!important;
	padding:0!important;
}
body.tax-product_cat .fclm-v9-shop-main ul.products li.product{
	display:flex!important;
	flex-direction:column!important;
	min-width:0!important;
	min-height:100%!important;
	margin:0!important;
	padding:0 0 16px!important;
	border:1px solid #ececea!important;
	border-radius:0!important;
	background:#fff!important;
	overflow:hidden!important;
	box-shadow:none!important;
	text-align:left!important;
}
body.tax-product_cat .fclm-v9-shop-main ul.products li.product>a.woocommerce-LoopProduct-link{
	display:flex!important;
	flex-direction:column!important;
	flex:1 1 auto!important;
	text-decoration:none!important;
}
body.tax-product_cat .fclm-v9-shop-main ul.products li.product img{
	width:100%!important;
	height:auto!important;
	aspect-ratio:1/1!important;
	object-fit:contain!important;
	object-position:center!important;
	padding:12px!important;
	margin:0!important;
	background:#fff!important;
	border-radius:0!important;
	box-sizing:border-box!important;
}
body.tax-product_cat .fclm-v9-shop-main .woocommerce-loop-product__title{
	min-height:54px!important;
	margin:10px 0 5px!important;
	padding:0 14px!important;
	color:#202124!important;
	font:700 14px/1.38 "Libre Baskerville",Georgia,serif!important;
	letter-spacing:0!important;
}
body.tax-product_cat .fclm-v9-card-meta{
	min-height:20px!important;
	margin:0 14px 8px!important;
	color:#696969!important;
	font:400 12px/1.35 Poppins,Arial,sans-serif!important;
}
body.tax-product_cat .fclm-v9-shop-main ul.products li.product .star-rating{
	margin:0 14px 7px!important;
	font-size:12px!important;
	color:#c7932f!important;
}
body.tax-product_cat .fclm-v9-shop-main ul.products li.product .price{
	margin:auto 0 12px!important;
	padding:0 14px!important;
	color:#202124!important;
	font:700 20px/1.2 Poppins,Arial,sans-serif!important;
}
body.tax-product_cat .fclm-v9-shop-main ul.products li.product .button{
	min-height:42px!important;
	margin:0 14px!important;
	padding:12px 10px!important;
	border:1px solid var(--fc-cat-burgundy)!important;
	border-radius:0!important;
	background:var(--fc-cat-burgundy)!important;
	color:#fff!important;
	text-align:center!important;
	text-transform:uppercase!important;
	font:600 12px/1.1 Poppins,Arial,sans-serif!important;
	letter-spacing:.02em!important;
}
body.tax-product_cat .fclm-v9-shop-main ul.products li.product .button:hover{
	background:#7f0000!important;
	border-color:#7f0000!important;
}
body.tax-product_cat .woocommerce-result-count{display:none!important}

/* HTFW-style automatic loading: pagination remains in the DOM for crawlability/no-JS fallback. */
body.tax-product_cat nav.woocommerce-pagination{
	dis:block!important;
	margin:42px 0 0!important;
	padding:0!important;
	border:0!important;
	text-align:center!important;
}
body.tax-product_cat nav.woocommerce-pagination ul{
	dis:inline-flex!important;
	align-items:center!important;
	justify-content:center!important;
	flex-wrap:wrap!important;
	gap:8px!important;
	margin:0!important;
	padding:0!important;
	border:0!important;
}
body.tax-product_cat nav.woocommerce-pagination li{border:0!important}
body.tax-product_cat nav.woocommerce-pagination a,
body.tax-product_cat nav.woocommerce-pagination span{
	dis:inline-flex!important;
	align-items:center!important;
	justify-content:center!important;
	min-width:40px!important;
	height:40px!important;
	padding:0 12px!important;
	border:1px solid #d8d2cd!important;
	background:#fff!important;
	color:#332f2c!important;
	font:600 12px/1 Poppins,Arial,sans-serif!important;
	text-decoration:none!important;
}
body.tax-product_cat nav.woocommerce-pagination .current,
body.tax-product_cat nav.woocommerce-pagination a:hover{
	background:var(--fc-cat-burgundy)!important;
	border-color:var(--fc-cat-burgundy)!important;
	color:#fff!important;
}
body.tax-product_cat .firstchoice-bottom-pagination{
	grid-column:1/-1!important;
	width:100%!important;
	margin:34px 0 10px!important;
	padding:26px 0 0!important;
	border-top:1px solid var(--fc-cat-border)!important;
	text-align:center!important;
	clear:both!important;
}
body.tax-product_cat .firstchoice-bottom-pagination-title{
	display:block!important;
	margin:0 0 16px!important;
	color:#2a2725!important;
	font:700 18px/1.2 "Libre Baskerville",Georgia,serif!important;
}
body.tax-product_cat .firstchoice-page-links{
	display:flex!important;
	align-items:center!important;
	justify-content:center!important;
	flex-wrap:wrap!important;
	gap:10px!important;
}
body.tax-product_cat .firstchoice-page-number{
	display:inline-flex!important;
	align-items:center!important;
	justify-content:center!important;
	min-width:44px!important;
	height:44px!important;
	padding:0 14px!important;
	border:1px solid #cfc8c2!important;
	background:#fff!important;
	color:#2a2725!important;
	text-decoration:none!important;
	font:600 13px/1 Poppins,Arial,sans-serif!important;
	box-sizing:border-box!important;
}
body.tax-product_cat a.firstchoice-page-number:hover,
body.tax-product_cat .firstchoice-page-number.is-current{
	background:var(--fc-cat-burgundy)!important;
	border-color:var(--fc-cat-burgundy)!important;
	color:#fff!important;
}

/* Entire Browse by Spirit tiles are links. */
body.tax-product_cat .firstchoice-spirit-card-link{
	color:inherit!important;
	text-decoration:none!important;
	cursor:pointer!important;
}
body.tax-product_cat .firstchoice-spirit-card-link strong,
body.tax-product_cat .firstchoice-spirit-card-link span{
	color:inherit!important;
	text-decoration:none!important;
}
body.tax-product_cat .firstchoice-spirit-card-link:hover,
body.tax-product_cat .firstchoice-spirit-card-link:focus-visible{
	border-color:var(--fc-cat-burgundy)!important;
	background:#fff!important;
	box-shadow:0 0 0 2px rgba(162,0,0,.08)!important;
	outline:none!important;
}
body.tax-product_cat .firstchoice-spirit-card-link:hover span,
body.tax-product_cat .firstchoice-spirit-card-link:focus-visible span{
	color:var(--fc-cat-burgundy)!important;
}

@media(max-width:1280px){
	body.tax-product_cat .fclm-v9-shop-frame{
		width:calc(100% - 40px)!important;
		max-width:none!important;
		grid-template-columns:240px minmax(0,1fr)!important;
		gap:24px!important;
	}
	body.tax-product_cat .fclm-v9-shop-main ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:980px){
	body.tax-product_cat .fclm-v9-reference-hero img{height:360px!important}
	body.tax-product_cat .fclm-v9-shop-frame{display:block!important;width:calc(100% - 32px)!important;max-width:none!important;padding-top:24px!important}
	body.tax-product_cat .fclm-v9-filters{
		position:fixed!important;
		top:0!important;
		bottom:0!important;
		left:0!important;
		width:min(360px,90vw)!important;
		padding:18px!important;
		background:var(--fc-cat-paper)!important;
		border-right:1px solid var(--fc-cat-border)!important;
		z-index:999999!important;
		overflow:auto!important;
	}
	body.tax-product_cat .fclm-v9-shop-main ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
	body.tax-product_cat .fclm-v9-filter-toggle{display:inline-flex!important}
}
@media(max-width:620px){
	body.tax-product_cat .fclm-v9-reference-hero img{height:320px!important}
	body.tax-product_cat .fclm-v9-shop-frame{width:calc(100% - 22px)!important}
	body.tax-product_cat .fclm-v9-toolbar{grid-template-columns:1fr auto!important;gap:10px!important}
	body.tax-product_cat .fclm-v9-products-summary{display:none!important}
	body.tax-product_cat .fclm-v9-ordering select{min-width:150px!important;max-width:52vw!important}
	body.tax-product_cat .fclm-v9-shop-main ul.products{gap:18px 10px!important}
	body.tax-product_cat .fclm-v9-shop-main ul.products li.product img{padding:10px!important}
	body.tax-product_cat .fclm-v9-shop-main .woocommerce-loop-product__title{min-height:60px!important;padding:0 10px!important;font-size:12px!important}
	body.tax-product_cat .fclm-v9-card-meta{margin:0 10px 7px!important;font-size:10px!important}
	body.tax-product_cat .fclm-v9-shop-main ul.products li.product .price{padding:0 10px!important;font-size:16px!important}
	body.tax-product_cat .fclm-v9-shop-main ul.products li.product .button{margin:0 10px!important;font-size:10px!important}
}


/* =========================================================
   HTFW /spirits parity overrides — Spirits & Liqueurs only
   Reference checked live via TinyFish on 2026-09-19.
   ========================================================= */
body.term-spirits .fclm-v9-reference-hero img{
	height:492px!important;
	min-height:492px!important;
	max-height:492px!important;
	object-fit:cover!important;
	object-position:center!important;
}
body.term-spirits .fclm-v9-shop-frame{
	grid-template-columns:minmax(250px,24%) minmax(0,76%)!important;
	gap:34px!important;
	padding-top:38px!important;
}
body.term-spirits .fclm-v9-shop-main ul.products,
body.term-spirits .fclm-v9-shop-main .products{
	grid-template-columns:repeat(4,minmax(0,1fr))!important;
	gap:30px 18px!important;
}
body.term-spirits .fclm-v9-shop-main ul.products li.product{
	min-height:450px!important;
	padding-bottom:16px!important;
	border:1px solid #e7e4df!important;
	background:#fff!important;
}
body.term-spirits .fclm-v9-shop-main ul.products li.product img{
	height:300px!important;
	aspect-ratio:auto!important;
	object-fit:contain!important;
	padding:14px 16px 8px!important;
}
body.term-spirits .fclm-v9-shop-main .woocommerce-loop-product__title{
	min-height:48px!important;
	margin:8px 0 5px!important;
	padding:0 14px!important;
	font-size:16px!important;
	line-height:1.34!important;
}
body.term-spirits .fclm-v9-card-meta{
	min-height:18px!important;
	margin:0 14px 7px!important;
	font-size:12px!important;
}
body.term-spirits .fclm-v9-shop-main ul.products li.product .price{
	margin:auto 0 13px!important;
	padding:0 14px!important;
	font-size:16px!important;
	line-height:1.25!important;
}
body.term-spirits .fclm-v9-shop-main ul.products li.product .button{
	min-height:40px!important;
	margin:0 14px!important;
	padding:11px 10px!important;
	font-size:12px!important;
}
body.term-spirits .fclm-v9-toolbar{
	min-height:58px!important;
	margin-bottom:28px!important;
	padding-bottom:14px!important;
}
body.term-spirits .fclm-v9-filters{
	padding-right:28px!important;
}
body.term-spirits .fclm-v9-filter-title{
	font-size:20px!important;
}
@media(max-width:1280px){
	body.term-spirits .fclm-v9-shop-main ul.products,
	body.term-spirits .fclm-v9-shop-main .products{
		grid-template-columns:repeat(3,minmax(0,1fr))!important;
	}
	body.term-spirits .fclm-v9-shop-main ul.products li.product img{
		height:270px!important;
	}
}
@media(max-width:980px){
	body.term-spirits .fclm-v9-reference-hero img{
		height:390px!important;
		min-height:390px!important;
		max-height:390px!important;
	}
	body.term-spirits .fclm-v9-shop-main ul.products,
	body.term-spirits .fclm-v9-shop-main .products{
		grid-template-columns:repeat(2,minmax(0,1fr))!important;
	}
	body.term-spirits .fclm-v9-shop-main ul.products li.product img{
		height:245px!important;
	}
}
@media(max-width:620px){
	body.term-spirits .fclm-v9-reference-hero img{
		height:330px!important;
		min-height:330px!important;
		max-height:330px!important;
	}
	body.term-spirits .fclm-v9-shop-main ul.products li.product img{
		height:190px!important;
		padding:10px!important;
	}
	body.term-spirits .fclm-v9-shop-main .woocommerce-loop-product__title{
		font-size:13px!important;
		min-height:55px!important;
	}
}

/* Screenshot parity pass: HTFW Spirits product grid */
body.term-spirits,
body.term-spirits #page,
body.term-spirits .site,
body.term-spirits .site-content,
body.term-spirits .fclm-v9-shop-frame,
body.term-spirits .fclm-v9-shop-main{
	background:#f0ebe5!important;
}
body.term-spirits .fclm-v9-shop-frame{
	grid-template-columns:290px minmax(0,1fr)!important;
	gap:32px!important;
	width:min(calc(100% - 36px),1440px)!important;
	padding-top:30px!important;
}
body.term-spirits .fclm-v9-filters{
	position:sticky!important;
	top:18px!important;
	padding:24px 28px 20px!important;
	background:#f9f4f1!important;
	border:0!important;
	border-radius:14px!important;
	box-shadow:none!important;
}
body.term-spirits .fclm-v9-filter-title{
	display:flex!important;
	align-items:center!important;
	gap:16px!important;
	padding:2px 0 18px 44px!important;
	border-bottom:0!important;
	font:700 27px/1.15 "Libre Baskerville",Georgia,serif!important;
	position:relative!important;
}
body.term-spirits .fclm-v9-filter-title:before{
	content:""!important;
	position:absolute!important;
	left:0!important;
	top:3px!important;
	width:25px!important;
	height:25px!important;
	background-repeat:no-repeat!important;
	background-position:center!important;
	background-size:25px 25px!important;
	background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M4 7h16M4 12h16M4 17h16'/%3E%3Ccircle cx='9' cy='7' r='1.6' fill='%23f9f4f1'/%3E%3Ccircle cx='15' cy='12' r='1.6' fill='%23f9f4f1'/%3E%3Ccircle cx='11' cy='17' r='1.6' fill='%23f9f4f1'/%3E%3C/svg%3E")!important;
}
body.term-spirits .fclm-v9-filter-close{display:none!important}
body.term-spirits .fclm-v9-filter-section{
	border-bottom:1px solid #ded8d1!important;
}
body.term-spirits .fclm-v9-filter-section summary{
	padding:20px 4px!important;
	font:600 18px/1.25 Poppins,Arial,sans-serif!important;
	color:#111!important;
}
body.term-spirits .fclm-v9-filter-body{
	padding:0 0 18px!important;
}
body.term-spirits .fclm-v9-filter-option{
	font-size:12px!important;
}
body.term-spirits .fclm-v9-shop-main ul.products,
body.term-spirits .fclm-v9-shop-main .products{
	grid-template-columns:repeat(4,minmax(0,1fr))!important;
	gap:28px 18px!important;
}
body.term-spirits .fclm-v9-shop-main ul.products li.product{
	min-height:0!important;
	padding:0!important;
	border:0!important;
	border-radius:0!important;
	background:transparent!important;
	overflow:visible!important;
	box-shadow:none!important;
}
body.term-spirits .fclm-v9-shop-main ul.products li.product>a.woocommerce-LoopProduct-link{
	display:block!important;
	flex:none!important;
	color:#111!important;
}
body.term-spirits .fclm-v9-shop-main ul.products li.product img{
	display:block!important;
	width:100%!important;
	height:355px!important;
	margin:0 0 10px!important;
	padding:14px!important;
	border:0!important;
	border-radius:12px!important;
	background:#fff!important;
	object-fit:contain!important;
	object-position:center!important;
	box-sizing:border-box!important;
}
body.term-spirits .fclm-v9-shop-main .woocommerce-loop-product__title{
	min-height:0!important;
	margin:0!important;
	padding:0!important;
	color:#0b0b0b!important;
	font-family:inherit!important;
	font-size:inherit!important;
	font-weight:inherit!important;
	line-height:inherit!important;
}
body.term-spirits .fc-htfw-brand{
	display:block!important;
	margin:0 0 20px!important;
	color:#0b0b0b!important;
	font-family:"Libre Baskerville",Georgia,serif!important;
	font-size:18px!important;
	font-weight:700!important;
	line-height:24px!important;
}
body.term-spirits .fc-htfw-expression{
	display:block!important;
	min-height:44px!important;
	margin:0 0 9px!important;
	color:#111!important;
	font:400 14px/1.35 Poppins,Arial,sans-serif!important;
}
body.term-spirits .fclm-v9-card-meta{
	min-height:17px!important;
	margin:0 0 8px!important;
	color:#5b5a58!important;
	font:600 12px/1.3 Poppins,Arial,sans-serif!important;
}
body.term-spirits .fclm-v9-shop-main ul.products li.product .star-rating{
	display:none!important;
}
body.term-spirits .fclm-v9-shop-main ul.products li.product .price{
	margin:0 0 10px!important;
	padding:0!important;
	color:#000!important;
	font:700 20px/1.15 Poppins,Arial,sans-serif!important;
}
body.term-spirits .fclm-v9-shop-main ul.products li.product .button{
	display:flex!important;
	align-items:center!important;
	justify-content:center!important;
	gap:10px!important;
	width:100%!important;
	min-height:54px!important;
	margin:0!important;
	padding:0 12px!important;
	border:0!important;
	border-radius:10px!important;
	background:#6c1c23!important;
	color:#fff!important;
	font:600 13px/1 Poppins,Arial,sans-serif!important;
	letter-spacing:0!important;
	text-transform:uppercase!important;
	box-shadow:none!important;
}
body.term-spirits .fclm-v9-shop-main ul.products li.product .button:before{
	content:""!important;
	width:18px!important;
	height:18px!important;
	flex:0 0 18px!important;
	background-repeat:no-repeat!important;
	background-size:18px 18px!important;
	background-position:center!important;
	background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 9h14l-1 10H6L5 9Z'/%3E%3Cpath d='M8 9 10.5 4M16 9 13.5 4'/%3E%3Cpath d='M9 13v3M15 13v3'/%3E%3C/svg%3E")!important;
}
body.term-spirits .fclm-v9-shop-main ul.products li.product .button:hover{
	background:#59161c!important;
}
@media(max-width:1280px){
	body.term-spirits .fclm-v9-shop-frame{
		grid-template-columns:260px minmax(0,1fr)!important;
		gap:24px!important;
	}
	body.term-spirits .fclm-v9-shop-main ul.products,
	body.term-spirits .fclm-v9-shop-main .products{
		grid-template-columns:repeat(4,minmax(0,1fr))!important;
		gap:24px 14px!important;
	}
	body.term-spirits .fclm-v9-shop-main ul.products li.product img{
		height:310px!important;
	}
}
@media(max-width:1050px){
	body.term-spirits .fclm-v9-shop-main ul.products,
	body.term-spirits .fclm-v9-shop-main .products{
		grid-template-columns:repeat(3,minmax(0,1fr))!important;
	}
}
@media(max-width:980px){
	body.term-spirits .fclm-v9-filters{
		border-radius:0!important;
	}
	body.term-spirits .fclm-v9-shop-main ul.products,
	body.term-spirits .fclm-v9-shop-main .products{
		grid-template-columns:repeat(2,minmax(0,1fr))!important;
	}
	body.term-spirits .fclm-v9-shop-main ul.products li.product img{
		height:290px!important;
	}
}
@media(max-width:620px){
	body.term-spirits .fclm-v9-shop-main ul.products li.product img{
		height:225px!important;
	}
	body.term-spirits .fc-htfw-brand{
		margin-bottom:12px!important;
		font-size:15px!important;
	}
	body.term-spirits .fc-htfw-expression{
		min-height:42px!important;
		font-size:12px!important;
	}
	body.term-spirits .fclm-v9-shop-main ul.products li.product .price{
		font-size:17px!important;
	}
	body.term-spirits .fclm-v9-shop-main ul.products li.product .button{
		min-height:46px!important;
		font-size:11px!important;
	}
}

/* Lock HTFW card content into consistent vertical rows. */
body.term-spirits .fclm-v9-shop-main ul.products li.product{
	display:grid!important;
	grid-template-rows:auto 54px!important;
	row-gap:10px!important;
	align-content:start!important;
}
body.term-spirits .fclm-v9-shop-main ul.products li.product>a.woocommerce-LoopProduct-link{
	display:grid!important;
	grid-template-rows:355px 100px 18px 26px!important;
	row-gap:8px!important;
	align-content:start!important;
	min-height:0!important;
}
body.term-spirits .fclm-v9-shop-main ul.products li.product img{
	grid-row:1!important;
	height:355px!important;
	margin:0!important;
}
body.term-spirits .fclm-v9-shop-main .woocommerce-loop-product__title{
	grid-row:2!important;
	display:grid!important;
	grid-template-rows:24px 58px!important;
	row-gap:18px!important;
	min-height:100px!important;
	height:100px!important;
	margin:0!important;
	overflow:hidden!important;
}
body.term-spirits .fc-htfw-brand{
	display:block!important;
	margin:0!important;
	min-height:24px!important;
	height:24px!important;
	overflow:hidden!important;
	white-space:nowrap!important;
	text-overflow:ellipsis!important;
}
body.term-spirits .fc-htfw-expression{
	display:-webkit-box!important;
	-webkit-box-orient:vertical!important;
	-webkit-line-clamp:3!important;
	overflow:hidden!important;
	min-height:58px!important;
	height:58px!important;
	margin:0!important;
}
body.term-spirits .fclm-v9-card-meta{
	grid-row:3!important;
	display:flex!important;
	align-items:center!important;
	min-height:18px!important;
	height:18px!important;
	margin:0!important;
	overflow:hidden!important;
	white-space:nowrap!important;
}
body.term-spirits .fclm-v9-shop-main ul.products li.product .price{
	grid-row:4!important;
	display:flex!important;
	align-items:center!important;
	min-height:26px!important;
	height:26px!important;
	margin:0!important;
	padding:0!important;
}
body.term-spirits .fclm-v9-shop-main ul.products li.product .button{
	grid-row:2!important;
	align-self:start!important;
	width:100%!important;
	height:54px!important;
	min-height:54px!important;
	margin:0!important;
}
body.term-spirits .fclm-v9-shop-main ul.products li.product::before,
body.term-spirits .fclm-v9-shop-main ul.products li.product::after,
body.term-spirits .fclm-v9-shop-main .woocommerce-loop-product__title::before,
body.term-spirits .fclm-v9-shop-main .woocommerce-loop-product__title::after{
	content:none!important;
	display:none!important;
}

@media(max-width:1280px){
	body.term-spirits .fclm-v9-shop-main ul.products li.product>a.woocommerce-LoopProduct-link{
		grid-template-rows:310px 100px 18px 26px!important;
	}
	body.term-spirits .fclm-v9-shop-main ul.products li.product img{
		height:310px!important;
	}
}
@media(max-width:980px){
	body.term-spirits .fclm-v9-shop-main ul.products li.product>a.woocommerce-LoopProduct-link{
		grid-template-rows:290px 96px 18px 26px!important;
	}
	body.term-spirits .fclm-v9-shop-main ul.products li.product img{
		height:290px!important;
	}
	body.term-spirits .fclm-v9-shop-main .woocommerce-loop-product__title{
		grid-template-rows:22px 56px!important;
		row-gap:18px!important;
		height:96px!important;
		min-height:96px!important;
	}
}
@media(max-width:620px){
	body.term-spirits .fclm-v9-shop-main ul.products li.product{
		grid-template-rows:auto 46px!important;
		row-gap:8px!important;
	}
	body.term-spirits .fclm-v9-shop-main ul.products li.product>a.woocommerce-LoopProduct-link{
		grid-template-rows:225px 88px 18px 24px!important;
		row-gap:7px!important;
	}
	body.term-spirits .fclm-v9-shop-main ul.products li.product img{
		height:225px!important;
	}
	body.term-spirits .fclm-v9-shop-main .woocommerce-loop-product__title{
		grid-template-rows:20px 52px!important;
		row-gap:16px!important;
		height:88px!important;
		min-height:88px!important;
	}
	body.term-spirits .fc-htfw-brand{
		height:20px!important;
		min-height:20px!important;
	}
	body.term-spirits .fc-htfw-expression{
		height:52px!important;
		min-height:52px!important;
	}
	body.term-spirits .fclm-v9-shop-main ul.products li.product .button{
		height:46px!important;
		min-height:46px!important;
	}
}

/* Final HTFW archive geometry parity pass */
@media(min-width:1051px){
	body.tax-product_cat .fclm-v9-shop-frame{
		width:1304px!important;
		max-width:calc(100vw - 40px)!important;
		grid-template-columns:300px minmax(0,1fr)!important;
		gap:32px!important;
		margin-left:auto!important;
		margin-right:auto!important;
	}
	body.tax-product_cat .fclm-v9-toolbar{
		display:grid!important;
		grid-template-columns:1fr auto auto!important;
		column-gap:12px!important;
		align-items:center!important;
		min-height:58px!important;
		padding-bottom:12px!important;
		margin-bottom:16px!important;
		border-bottom:0!important;
	}
	body.tax-product_cat .fclm-v9-products-summary{
		order:1!important;
		justify-self:start!important;
		display:flex!important;
		align-items:center!important;
	}
	body.tax-product_cat .fclm-v9-products-summary span{
		display:none!important;
	}
	body.tax-product_cat .fclm-v9-products-summary strong{
		font:400 15px/1.2 Poppins,Arial,sans-serif!important;
		color:#5d5853!important;
	}
	body.tax-product_cat .fclm-v9-ordering{
		order:2!important;
		justify-self:end!important;
	}
	body.tax-product_cat .fclm-v9-ordering select{
		width:324px!important;
		min-width:324px!important;
		height:48px!important;
		border:0!important;
		border-radius:6px!important;
		padding:0 42px 0 14px!important;
		font-size:14px!important;
		background:#fff!important;
	}
	body.tax-product_cat .fclm-v9-view-group{
		order:3!important;
		justify-self:end!important;
		display:flex!important;
		align-items:center!important;
		gap:0!important;
	}
	body.tax-product_cat .fclm-v9-toolbar-label{
		display:none!important;
	}
	body.tax-product_cat .fclm-v9-view-button{
		width:48px!important;
		height:48px!important;
		border:0!important;
		border-radius:0!important;
		font-size:18px!important;
	}
	body.tax-product_cat .fclm-v9-view-button:first-of-type{
		border-radius:6px 0 0 6px!important;
	}
	body.tax-product_cat .fclm-v9-view-button:last-of-type{
		border-radius:0 6px 6px 0!important;
	}
	body.tax-product_cat .fclm-v9-filter-toggle{
		display:none!important;
	}
	body.term-spirits .fclm-v9-filters{
		width:300px!important;
		padding:24px 28px!important;
		border-radius:10px!important;
	}
	body.term-spirits .fclm-v9-shop-main ul.products,
	body.term-spirits .fclm-v9-shop-main .products{
		grid-template-columns:repeat(4,minmax(0,1fr))!important;
		gap:28px 16px!important;
	}
	body.term-spirits .fclm-v9-shop-main ul.products li.product{
		grid-template-rows:auto 54px!important;
		row-gap:8px!important;
	}
	body.term-spirits .fclm-v9-shop-main ul.products li.product>a.woocommerce-LoopProduct-link{
		grid-template-rows:208px 76px 24px 24px!important;
		row-gap:8px!important;
	}
	body.term-spirits .fclm-v9-shop-main ul.products li.product img{
		height:208px!important;
		padding:12px!important;
		border-radius:12px!important;
	}
	body.term-spirits .fclm-v9-shop-main .woocommerce-loop-product__title{
		grid-template-rows:20px 48px!important;
		row-gap:8px!important;
		height:76px!important;
		min-height:76px!important;
	}
	body.term-spirits .fc-htfw-brand{
		height:20px!important;
		min-height:20px!important;
		line-height:20px!important;
		font-size:17px!important;
	}
	body.term-spirits .fc-htfw-expression{
		height:48px!important;
		min-height:48px!important;
		margin:0!important;
		font-size:14px!important;
		line-height:1.35!important;
	}
	body.term-spirits .fclm-v9-card-meta{
		height:24px!important;
		min-height:24px!important;
		line-height:24px!important;
		margin:0!important;
	}
	body.term-spirits .fclm-v9-shop-main ul.products li.product .price{
		height:24px!important;
		min-height:24px!important;
		line-height:24px!important;
		margin:0!important;
		font-size:20px!important;
	}
	body.term-spirits .fclm-v9-shop-main ul.products li.product .button{
		height:54px!important;
		min-height:54px!important;
		border-radius:10px!important;
	}
}

/* Tennessee Whiskey: HTFW Explore Brands parity */
body.term-tennessee-whiskey .fclm-v9-filters > .fclm-v9-filter-section:nth-of-type(5),
body.term-tennessee-whiskey .fclm-v9-filters > .fclm-v9-filter-section:nth-of-type(6){
	display:none!important;
}
body.term-tennessee-whiskey .firstchoice-explore-brands{
	width:100%!important;
	background:#f5f5f3!important;
	border-top:1px solid #e1ddd8!important;
	border-bottom:1px solid #e1ddd8!important;
}
body.term-tennessee-whiskey .firstchoice-explore-brands-inner{
	width:min(calc(100% - 32px),1229px)!important;
	margin:0 auto!important;
	padding:26px 0 28px!important;
}
body.term-tennessee-whiskey .firstchoice-explore-brands-heading{
	display:flex!important;
	align-items:center!important;
	justify-content:space-between!important;
	gap:20px!important;
	margin:0 0 18px!important;
}
body.term-tennessee-whiskey .firstchoice-explore-brands-heading h2{
	margin:0!important;
	color:#292624!important;
	font:700 22px/1.2 "Libre Baskerville",Georgia,serif!important;
}
body.term-tennessee-whiskey .firstchoice-explore-brands-heading a{
	color:#292624!important;
	font:600 12px/1.2 Poppins,Arial,sans-serif!important;
	text-decoration:underline!important;
	text-underline-offset:3px!important;
}
body.term-tennessee-whiskey .firstchoice-explore-brands-grid{
	display:grid!important;
	grid-template-columns:repeat(7,minmax(0,1fr))!important;
	gap:14px!important;
}
body.term-tennessee-whiskey .firstchoice-explore-brand{
	min-height:88px!important;
	display:flex!important;
	align-items:center!important;
	justify-content:center!important;
	padding:14px!important;
	background:#fff!important;
	border:1px solid #ddd8d2!important;
	border-radius:0!important;
	text-decoration:none!important;
	transition:border-color .15s ease,transform .15s ease!important;
}
body.term-tennessee-whiskey .firstchoice-explore-brand:hover{
	border-color:#a20000!important;
	transform:translateY(-1px)!important;
}
body.term-tennessee-whiskey .firstchoice-explore-brand img{
	display:block!important;
	width:auto!important;
	max-width:100%!important;
	height:52px!important;
	max-height:52px!important;
	object-fit:contain!important;
	margin:0 auto!important;
	filter:none!important;
}

/* HTFW-style infinite loading indicator */
body.tax-product_cat .fclm-v9-infinite-loader{
	grid-column:1/-1!important;
	width:100%!important;
	min-height:74px!important;
	display:flex!important;
	align-items:center!important;
	justify-content:center!important;
	gap:12px!important;
	margin:26px 0 8px!important;
	color:#5d5853!important;
	font:500 13px/1.2 Poppins,Arial,sans-serif!important;
}
body.tax-product_cat .fclm-v9-loader-ring{
	width:24px!important;
	height:24px!important;
	border:2px solid #d8d1cb!important;
	border-top-color:#a20000!important;
	border-radius:50%!important;
	animation:firstchoiceLoaderSpin .8s linear infinite!important;
}
body.tax-product_cat .fclm-v9-load-retry{
	min-height:42px!important;
	padding:0 18px!important;
	border:1px solid #a20000!important;
	background:#a20000!important;
	color:#fff!important;
	font:600 12px/1 Poppins,Arial,sans-serif!important;
	text-transform:uppercase!important;
	cursor:pointer!important;
}
@keyframes firstchoiceLoaderSpin{to{transform:rotate(360deg)}}

body.tax-product_cat.fc-category-infinite-active nav.woocommerce-pagination{
	display:none!important;
}
body.tax-product_cat.fc-category-infinite-active .storefront-sorting nav.woocommerce-pagination{
	display:none!important;
}
body.tax-product_cat.fc-category-infinite-active .fclm-v9-infinite-loader{
	margin-top:24px!important;
	margin-bottom:24px!important;
}
body.tax-product_cat.fc-category-infinite-active .fclm-v9-shop-main{
	padding-bottom:0!important;
}

@media(max-width:980px){
	body.term-tennessee-whiskey .firstchoice-explore-brands-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media(max-width:640px){
	body.term-tennessee-whiskey .firstchoice-explore-brands-inner{width:calc(100% - 24px)!important;padding:22px 0!important}
	body.term-tennessee-whiskey .firstchoice-explore-brands-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
	body.term-tennessee-whiskey .firstchoice-explore-brand{min-height:74px!important;padding:10px!important}
	body.term-tennessee-whiskey .firstchoice-explore-brand img{height:42px!important;max-height:42px!important}
}
