:root {
	--btech-store-red: #d9272e;
	--btech-store-red-dark: #b61e24;
	--btech-store-ink: #161a20;
	--btech-store-muted: #626b76;
	--btech-store-border: #dfe4e9;
	--btech-store-soft: #f5f7f9;
	--btech-store-success: #15804a;
}

body.woocommerce-shop,
body.tax-product_cat,
body.tax-product_tag {
	background: var(--btech-store-soft);
}

body.woocommerce-shop #main,
body.tax-product_cat #main,
body.tax-product_tag #main {
	background: var(--btech-store-soft);
}

.btech-shop-intro {
	display: grid;
	grid-template-columns: minmax( 0, 0.9fr ) minmax( 520px, 1.1fr );
	gap: 22px 38px;
	margin: 0 0 30px;
	padding: 34px 38px 0;
	background: linear-gradient( 135deg, #101419 0%, #232a32 100% );
	border-radius: 18px;
	box-shadow: 0 16px 38px rgba( 22, 28, 35, 0.14 );
	color: #fff;
	overflow: hidden;
}

.btech-shop-intro__copy {
	padding: 8px 0 28px;
}

.btech-shop-eyebrow {
	display: inline-block;
	margin-bottom: 9px;
	color: #ff8c90;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.btech-shop-intro h1 {
	margin: 0;
	color: #fff;
	font-size: clamp( 30px, 3.2vw, 46px );
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.05;
}

.btech-shop-intro__copy > p {
	max-width: 560px;
	margin: 15px 0 0;
	color: #d3d9df;
	font-size: 16px;
	line-height: 1.55;
}

.btech-shop-intro__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.btech-shop-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 47px;
	padding: 12px 18px;
	border: 1px solid transparent;
	border-radius: 9px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}

.btech-shop-button--primary {
	background: var(--btech-store-red);
	color: #fff;
}

.btech-shop-button--primary:hover,
.btech-shop-button--primary:focus-visible {
	background: var(--btech-store-red-dark);
	color: #fff;
}

.btech-shop-button--secondary {
	background: rgba( 255, 255, 255, 0.08 );
	border-color: rgba( 255, 255, 255, 0.32 );
	color: #fff;
}

.btech-shop-button--secondary:hover,
.btech-shop-button--secondary:focus-visible {
	background: #fff;
	color: var(--btech-store-ink);
}

.btech-shop-categories {
	display: grid;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	align-content: center;
	gap: 12px;
	padding-bottom: 26px;
}

.btech-shop-categories a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 94px;
	padding: 17px 42px 17px 18px;
	background: rgba( 255, 255, 255, 0.07 );
	border: 1px solid rgba( 255, 255, 255, 0.13 );
	border-radius: 12px;
	color: #fff;
	text-decoration: none;
	transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.btech-shop-categories a::after {
	content: '\2192';
	position: absolute;
	right: 17px;
	top: 50%;
	color: #ff8c90;
	font-size: 20px;
	transform: translateY( -50% );
}

.btech-shop-categories a:hover,
.btech-shop-categories a:focus-visible {
	background: rgba( 255, 255, 255, 0.13 );
	border-color: rgba( 255, 255, 255, 0.3 );
	color: #fff;
	transform: translateY( -2px );
}

.btech-shop-categories strong,
.btech-shop-categories span {
	display: block;
}

.btech-shop-categories strong {
	font-size: 16px;
	font-weight: 800;
}

.btech-shop-categories span {
	margin-top: 3px;
	color: #bac2cb;
	font-size: 12px;
}

.btech-shop-trust {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: repeat( 4, minmax( 0, 1fr ) );
	gap: 0;
	margin: 0 -38px;
	padding: 0 24px;
	background: rgba( 0, 0, 0, 0.22 );
	list-style: none;
}

.btech-shop-trust li {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	margin: 0;
	padding: 10px 12px;
	color: #e7ebef;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
}

.btech-shop-trust li span {
	display: inline-grid;
	place-items: center;
	width: 18px;
	height: 18px;
	background: #17452e;
	border-radius: 50%;
	color: #75dda4;
	font-size: 11px;
	flex: 0 0 auto;
}

body.woocommerce-shop .main-content-wrap,
body.tax-product_cat .main-content-wrap,
body.tax-product_tag .main-content-wrap {
	align-items: flex-start;
}

body.woocommerce-shop .sidebar,
body.tax-product_cat .sidebar,
body.tax-product_tag .sidebar {
	padding-right: 22px;
}

.btech-shop-redundant-heading {
	display: none !important;
}

body.woocommerce-shop .sidebar > .widget:first-child {
	display: none !important;
}

/* Remove two legacy Shop-only sidebar blocks: the redundant archive link and
 * the oversized featured-product ad that competes with the actual catalog. */
body.woocommerce-shop .sidebar-content > #block-11,
body.woocommerce-shop .sidebar-content > #block-3 {
	display: none !important;
}

body.woocommerce-shop .WOOF_Widget,
body.tax-product_cat .WOOF_Widget,
body.tax-product_tag .WOOF_Widget {
	margin: 0;
	padding: 20px;
	background: #fff;
	border: 1px solid var(--btech-store-border);
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba( 23, 31, 40, 0.055 );
}

body.woocommerce-shop .WOOF_Widget .widget-title,
body.tax-product_cat .WOOF_Widget .widget-title,
body.tax-product_tag .WOOF_Widget .widget-title {
	margin: 0 0 16px;
	padding: 0 0 14px;
	border-bottom: 1px solid #e8ebee;
	color: var(--btech-store-ink);
	font-size: 18px;
	font-weight: 800;
	text-transform: none;
}

body.woocommerce-shop .woof_text_search_container,
body.tax-product_cat .woof_text_search_container,
body.tax-product_tag .woof_text_search_container {
	position: relative;
	margin: 0 0 18px;
}

body.woocommerce-shop .woof_husky_txt-input,
body.tax-product_cat .woof_husky_txt-input,
body.tax-product_tag .woof_husky_txt-input {
	min-height: 46px;
	padding: 11px 13px 11px 38px !important;
	background: #fff;
	border: 1px solid #cfd5dc;
	border-radius: 9px;
	box-shadow: none;
	color: var(--btech-store-ink);
	font-size: 14px;
	text-align: left;
}

body.woocommerce-shop .woof_text_search_container::before,
body.tax-product_cat .woof_text_search_container::before,
body.tax-product_tag .woof_text_search_container::before {
	content: '\2315';
	position: absolute;
	left: 14px;
	top: 12px;
	color: #737c87;
	font-size: 20px;
	z-index: 2;
}

body.woocommerce-shop .woof_price_filter,
body.tax-product_cat .woof_price_filter,
body.tax-product_tag .woof_price_filter {
	margin: 2px 0 20px;
}

.btech-filter-label {
	margin: 0 0 6px;
	color: #303640;
	font-size: 13px;
	font-weight: 750;
}

body.woocommerce-shop .woof_price_filter .irs-grid,
body.tax-product_cat .woof_price_filter .irs-grid,
body.tax-product_tag .woof_price_filter .irs-grid {
	display: none;
}

body.woocommerce-shop .woof_price_filter .irs,
body.tax-product_cat .woof_price_filter .irs,
body.tax-product_tag .woof_price_filter .irs {
	height: 54px;
}

body.woocommerce-shop .woof_container h4,
body.tax-product_cat .woof_container h4,
body.tax-product_tag .woof_container h4 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 44px;
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #eceff2;
	color: #303640;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.35;
}

body.woocommerce-shop .woof_front_toggle,
body.tax-product_cat .woof_front_toggle,
body.tax-product_tag .woof_front_toggle {
	display: inline-grid;
	place-items: center;
	width: 30px;
	height: 30px;
	margin-left: 8px;
	border-radius: 7px;
	color: var(--btech-store-ink);
	font-size: 17px;
	text-decoration: none;
}

body.woocommerce-shop .woof_front_toggle:hover,
body.woocommerce-shop .woof_front_toggle:focus-visible,
body.tax-product_cat .woof_front_toggle:hover,
body.tax-product_cat .woof_front_toggle:focus-visible,
body.tax-product_tag .woof_front_toggle:hover,
body.tax-product_tag .woof_front_toggle:focus-visible {
	background: #eef1f4;
}

body.woocommerce-shop .woof_list_checkbox,
body.tax-product_cat .woof_list_checkbox,
body.tax-product_tag .woof_list_checkbox {
	margin: 0;
	padding: 3px 0 12px;
}

body.woocommerce-shop .woof_list_checkbox li,
body.tax-product_cat .woof_list_checkbox li,
body.tax-product_tag .woof_list_checkbox li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	margin: 0;
	padding: 7px 0 !important;
}

body.woocommerce-shop .woof_checkbox_term,
body.tax-product_cat .woof_checkbox_term,
body.tax-product_tag .woof_checkbox_term {
	width: 18px;
	height: 18px;
	margin: 1px 0 0 !important;
	accent-color: var(--btech-store-red);
	flex: 0 0 auto;
}

body.woocommerce-shop .woof_checkbox_label,
body.tax-product_cat .woof_checkbox_label,
body.tax-product_tag .woof_checkbox_label {
	margin: 0 !important;
	color: #404752;
	font-size: 13px;
	line-height: 1.45;
}

body.woocommerce-shop .shop-loop-before,
body.tax-product_cat .shop-loop-before,
body.tax-product_tag .shop-loop-before {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 64px;
	margin: 0 0 20px;
	padding: 10px 12px;
	background: #fff;
	border: 1px solid var(--btech-store-border);
	border-radius: 12px;
	box-shadow: 0 5px 18px rgba( 23, 31, 40, 0.045 );
}

body.woocommerce-shop .woocommerce-ordering,
body.tax-product_cat .woocommerce-ordering,
body.tax-product_tag .woocommerce-ordering {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 auto 0 0;
}

body.woocommerce-shop .woocommerce-ordering label,
body.tax-product_cat .woocommerce-ordering label,
body.tax-product_tag .woocommerce-ordering label,
body.woocommerce-shop .woocommerce-viewing label,
body.tax-product_cat .woocommerce-viewing label,
body.tax-product_tag .woocommerce-viewing label {
	margin: 0;
	color: var(--btech-store-muted);
	font-size: 13px;
	font-weight: 700;
}

body.woocommerce-shop .shop-loop-before select,
body.tax-product_cat .shop-loop-before select,
body.tax-product_tag .shop-loop-before select {
	min-height: 42px;
	padding: 9px 34px 9px 12px;
	background-color: #fff;
	border: 1px solid #cfd5dc;
	border-radius: 8px;
	color: var(--btech-store-ink);
	font-size: 13px;
}

body.woocommerce-shop ul.products,
body.tax-product_cat ul.products,
body.tax-product_tag ul.products {
	align-items: stretch;
	row-gap: 22px;
}

body.woocommerce-shop ul.products li.product,
body.tax-product_cat ul.products li.product,
body.tax-product_tag ul.products li.product {
	display: flex;
}

body.woocommerce-shop ul.products li.product .product-inner,
body.tax-product_cat ul.products li.product .product-inner,
body.tax-product_tag ul.products li.product .product-inner {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	width: 100%;
	min-width: 0;
	padding: 12px;
	background: #fff;
	border: 1px solid var(--btech-store-border);
	border-radius: 15px;
	box-shadow: 0 7px 22px rgba( 23, 31, 40, 0.05 );
	overflow: hidden;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body.woocommerce-shop ul.products li.product .product-inner:hover,
body.woocommerce-shop ul.products li.product .product-inner:focus-within,
body.tax-product_cat ul.products li.product .product-inner:hover,
body.tax-product_cat ul.products li.product .product-inner:focus-within,
body.tax-product_tag ul.products li.product .product-inner:hover,
body.tax-product_tag ul.products li.product .product-inner:focus-within {
	border-color: #c8ced5;
	box-shadow: 0 14px 30px rgba( 23, 31, 40, 0.1 );
	transform: translateY( -2px );
}

body.woocommerce-shop ul.products li.product .product-image,
body.tax-product_cat ul.products li.product .product-image,
body.tax-product_tag ul.products li.product .product-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto !important;
	aspect-ratio: 4 / 5;
	margin: 0;
	background: #f7f8fa;
	border-radius: 11px;
	overflow: hidden;
}

body.woocommerce-shop ul.products li.product .product-image > a,
body.woocommerce-shop ul.products li.product .product-image .inner,
body.tax-product_cat ul.products li.product .product-image > a,
body.tax-product_cat ul.products li.product .product-image .inner,
body.tax-product_tag ul.products li.product .product-image > a,
body.tax-product_tag ul.products li.product .product-image .inner {
	display: block;
	width: 100%;
	height: 100%;
}

body.woocommerce-shop ul.products li.product .product-image img,
body.tax-product_cat ul.products li.product .product-image img,
body.tax-product_tag ul.products li.product .product-image img {
	width: 100% !important;
	height: 100% !important;
	padding: 8px;
	object-fit: contain;
}

body.woocommerce-shop ul.products li.product .product-content,
body.tax-product_cat ul.products li.product .product-content,
body.tax-product_tag ul.products li.product .product-content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: stretch;
	height: auto !important;
	padding: 15px 3px 2px;
	text-align: left;
}

body.woocommerce-shop ul.products li.product .category-list,
body.tax-product_cat ul.products li.product .category-list,
body.tax-product_tag ul.products li.product .category-list {
	margin: 0 0 5px;
	color: #737c87;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
body.tax-product_tag ul.products li.product .woocommerce-loop-product__title {
	display: -webkit-box;
	min-height: 4.2em;
	margin: 0;
	overflow: hidden;
	color: var(--btech-store-ink);
	font-size: 15px;
	font-weight: 750;
	line-height: 1.4;
	text-align: left;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

body.woocommerce-shop ul.products li.product .rating-wrap,
body.tax-product_cat ul.products li.product .rating-wrap,
body.tax-product_tag ul.products li.product .rating-wrap {
	min-height: 18px;
	margin: 10px 0 4px;
	text-align: left;
}

body.woocommerce-shop ul.products li.product .rating-content,
body.tax-product_cat ul.products li.product .rating-content,
body.tax-product_tag ul.products li.product .rating-content {
	display: flex;
	align-items: center;
	gap: 6px;
}

body.woocommerce-shop ul.products li.product .btech-rating-score,
body.tax-product_cat ul.products li.product .btech-rating-score,
body.tax-product_tag ul.products li.product .btech-rating-score {
	color: #626b76;
	font-size: 11px;
	font-weight: 750;
}

body.woocommerce-shop ul.products li.product .rating-wrap.btech-rating-empty,
body.tax-product_cat ul.products li.product .rating-wrap.btech-rating-empty,
body.tax-product_tag ul.products li.product .rating-wrap.btech-rating-empty {
	visibility: hidden;
}

body.woocommerce-shop ul.products li.product .price,
body.tax-product_cat ul.products li.product .price,
body.tax-product_tag ul.products li.product .price {
	margin: 4px 0 13px;
	color: var(--btech-store-ink);
	font-size: 18px;
	font-weight: 800;
	text-align: left;
}

body.woocommerce-shop ul.products li.product .add-links-wrap,
body.tax-product_cat ul.products li.product .add-links-wrap,
body.tax-product_tag ul.products li.product .add-links-wrap {
	width: 100%;
	margin-top: auto;
}

body.woocommerce-shop ul.products li.product .add-links,
body.tax-product_cat ul.products li.product .add-links,
body.tax-product_tag ul.products li.product .add-links {
	display: block;
	width: 100%;
}

body.woocommerce-shop ul.products li.product .add_to_cart_button,
body.woocommerce-shop ul.products li.product .product_type_variable,
body.tax-product_cat ul.products li.product .add_to_cart_button,
body.tax-product_cat ul.products li.product .product_type_variable,
body.tax-product_tag ul.products li.product .add_to_cart_button,
body.tax-product_tag ul.products li.product .product_type_variable {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 45px;
	margin: 0;
	padding: 10px 14px;
	background: var(--btech-store-red);
	border: 1px solid var(--btech-store-red);
	border-radius: 8px;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	text-align: center;
	text-transform: none;
}

body.woocommerce-shop ul.products li.product .add_to_cart_button:hover,
body.woocommerce-shop ul.products li.product .add_to_cart_button:focus-visible,
body.woocommerce-shop ul.products li.product .product_type_variable:hover,
body.woocommerce-shop ul.products li.product .product_type_variable:focus-visible,
body.tax-product_cat ul.products li.product .add_to_cart_button:hover,
body.tax-product_cat ul.products li.product .add_to_cart_button:focus-visible,
body.tax-product_cat ul.products li.product .product_type_variable:hover,
body.tax-product_cat ul.products li.product .product_type_variable:focus-visible {
	background: var(--btech-store-red-dark);
	border-color: var(--btech-store-red-dark);
	color: #fff;
}

body.woocommerce-shop ul.products li.product .btn-amazon,
body.tax-product_cat ul.products li.product .btn-amazon,
body.tax-product_tag ul.products li.product .btn-amazon {
	position: static !important;
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	width: 100%;
	min-height: 42px;
	margin: 8px 0 0 !important;
	padding: 9px 11px;
	background: #fff !important;
	border: 1px solid #cfd5dc;
	border-radius: 8px;
	box-shadow: none !important;
	color: #404752 !important;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.2;
	text-align: left;
	text-transform: none;
	transform: none !important;
}

body.woocommerce-shop ul.products li.product .btn-amazon:hover,
body.woocommerce-shop ul.products li.product .btn-amazon:focus-visible,
body.tax-product_cat ul.products li.product .btn-amazon:hover,
body.tax-product_cat ul.products li.product .btn-amazon:focus-visible,
body.tax-product_tag ul.products li.product .btn-amazon:hover,
body.tax-product_tag ul.products li.product .btn-amazon:focus-visible {
	background: #f3f5f7 !important;
	border-color: #aeb6c0;
}

body.woocommerce-shop .featured-box,
body.tax-product_cat .featured-box,
body.tax-product_tag .featured-box {
	border-radius: 14px;
}

body.woocommerce-shop a:focus-visible,
body.woocommerce-shop button:focus-visible,
body.woocommerce-shop input:focus-visible,
body.woocommerce-shop select:focus-visible,
body.tax-product_cat a:focus-visible,
body.tax-product_cat button:focus-visible,
body.tax-product_cat input:focus-visible,
body.tax-product_cat select:focus-visible,
body.tax-product_tag a:focus-visible,
body.tax-product_tag button:focus-visible,
body.tax-product_tag input:focus-visible,
body.tax-product_tag select:focus-visible {
	outline: 3px solid rgba( 217, 39, 46, 0.24 );
	outline-offset: 3px;
}

@media ( max-width: 1023px ) {
	.btech-shop-intro {
		grid-template-columns: minmax( 0, 1fr );
	}

	.btech-shop-categories {
		grid-template-columns: repeat( 4, minmax( 0, 1fr ) );
	}

	.btech-shop-trust {
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	}

	body.woocommerce-shop .porto-product-filters-toggle,
	body.tax-product_cat .porto-product-filters-toggle,
	body.tax-product_tag .porto-product-filters-toggle {
		display: inline-flex !important;
		align-items: center;
		gap: 7px;
		min-height: 42px;
		padding: 9px 13px;
		background: var(--btech-store-ink);
		border-radius: 8px;
		color: #fff;
		font-size: 13px;
		font-weight: 800;
	}

	body.woocommerce-shop .porto-product-filters-toggle svg,
	body.tax-product_cat .porto-product-filters-toggle svg,
	body.tax-product_tag .porto-product-filters-toggle svg {
		width: 20px;
		stroke: currentColor;
	}
}

@media ( max-width: 767px ) {
	.btech-shop-intro {
		gap: 18px;
		margin: 0 0 20px;
		padding: 25px 20px 0;
		border-radius: 14px;
	}

	.btech-shop-intro__copy {
		padding: 2px 0 0;
	}

	.btech-shop-intro h1 {
		font-size: 32px;
	}

	.btech-shop-intro__copy > p {
		font-size: 14px;
	}

	.btech-shop-intro__actions,
	.btech-shop-button {
		width: 100%;
	}

	.btech-shop-categories {
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
		padding-bottom: 20px;
	}

	.btech-shop-categories a {
		min-height: 86px;
		padding: 14px 34px 14px 14px;
	}

	.btech-shop-trust {
		margin: 0 -20px;
		padding: 5px 10px;
	}

	.btech-shop-trust li {
		justify-content: flex-start;
		min-height: 42px;
		padding: 7px 8px;
		font-size: 10px;
		text-align: left;
	}

	body.woocommerce-shop .shop-loop-before,
	body.tax-product_cat .shop-loop-before,
	body.tax-product_tag .shop-loop-before {
		flex-wrap: wrap;
	}

	body.woocommerce-shop .woocommerce-ordering,
	body.tax-product_cat .woocommerce-ordering,
	body.tax-product_tag .woocommerce-ordering {
		flex: 1 1 auto;
		min-width: 190px;
	}

	body.woocommerce-shop .woocommerce-ordering select,
	body.tax-product_cat .woocommerce-ordering select,
	body.tax-product_tag .woocommerce-ordering select {
		flex: 1 1 auto;
		min-width: 0;
	}

	body.woocommerce-shop .shop-loop-before .woocommerce-pagination,
	body.tax-product_cat .shop-loop-before .woocommerce-pagination,
	body.tax-product_tag .shop-loop-before .woocommerce-pagination,
	body.woocommerce-shop .shop-loop-before .gridlist-toggle,
	body.tax-product_cat .shop-loop-before .gridlist-toggle,
	body.tax-product_tag .shop-loop-before .gridlist-toggle {
		display: none !important;
	}
}

@media ( max-width: 575px ) {
	body.woocommerce-shop ul.products,
	body.tax-product_cat ul.products,
	body.tax-product_tag ul.products {
		display: grid !important;
		grid-template-columns: minmax( 0, 1fr );
		gap: 16px;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	body.woocommerce-shop ul.products li.product,
	body.tax-product_cat ul.products li.product,
	body.tax-product_tag ul.products li.product {
		width: 100% !important;
		max-width: 100% !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	body.woocommerce-shop ul.products li.product .product-image,
	body.tax-product_cat ul.products li.product .product-image,
	body.tax-product_tag ul.products li.product .product-image {
		aspect-ratio: 1 / 1;
	}

	body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
	body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
	body.tax-product_tag ul.products li.product .woocommerce-loop-product__title {
		min-height: auto;
		font-size: 16px;
	}
}

/* Version 2.0.2: polished filter drawer and a restrained Amazon alternative. */
body.woocommerce-shop .left-sidebar,
body.tax-product_cat .left-sidebar,
body.tax-product_tag .left-sidebar {
	background: #f5f7f9;
}

body.admin-bar.woocommerce-shop .left-sidebar,
body.admin-bar.tax-product_cat .left-sidebar,
body.admin-bar.tax-product_tag .left-sidebar {
	top: 32px;
	height: calc( 100vh - 32px );
}

body.woocommerce-shop .left-sidebar .sidebar-content,
body.tax-product_cat .left-sidebar .sidebar-content,
body.tax-product_tag .left-sidebar .sidebar-content {
	padding: 0 16px 24px;
}

.btech-filter-close {
	width: calc( 100% + 32px );
	min-height: 58px;
	margin: 0 -16px 14px;
	padding: 12px 16px;
	font-size: 17px;
}

body.woocommerce-shop .WOOF_Widget,
body.tax-product_cat .WOOF_Widget,
body.tax-product_tag .WOOF_Widget {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

body.woocommerce-shop .woof_redraw_zone,
body.tax-product_cat .woof_redraw_zone,
body.tax-product_tag .woof_redraw_zone {
	display: grid;
	gap: 8px;
}

body.woocommerce-shop .woof_redraw_zone > .woof_container,
body.tax-product_cat .woof_redraw_zone > .woof_container,
body.tax-product_tag .woof_redraw_zone > .woof_container {
	margin: 0 !important;
	padding: 12px 14px !important;
	background: #fff;
	border: 1px solid #dfe4e9;
	border-radius: 11px;
	box-shadow: 0 2px 7px rgba( 22, 28, 35, 0.025 );
}

body.woocommerce-shop .woof_redraw_zone > .woof_text_search_container,
body.tax-product_cat .woof_redraw_zone > .woof_text_search_container,
body.tax-product_tag .woof_redraw_zone > .woof_text_search_container {
	padding: 0 !important;
	border: 0;
	box-shadow: none;
}

body.woocommerce-shop .woof_husky_txt-input,
body.tax-product_cat .woof_husky_txt-input,
body.tax-product_tag .woof_husky_txt-input {
	min-height: 44px;
	padding: 10px 13px 10px 40px !important;
	background: #fff;
	border-color: #d9dee4;
	border-radius: 10px;
	font-size: 13px;
}

body.woocommerce-shop .woof_text_search_container::before,
body.tax-product_cat .woof_text_search_container::before,
body.tax-product_tag .woof_text_search_container::before {
	content: '';
	left: 14px;
	top: 14px;
	width: 15px;
	height: 15px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23626b76' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E") center / 15px 15px no-repeat;
}

body.woocommerce-shop .woof_redraw_zone > .woof_price_filter,
body.tax-product_cat .woof_redraw_zone > .woof_price_filter,
body.tax-product_tag .woof_redraw_zone > .woof_price_filter {
	padding-bottom: 9px !important;
}

.btech-filter-label {
	margin: 0 0 7px;
	color: #343b45;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.3;
}

body.woocommerce-shop .woof_price_filter .irs,
body.tax-product_cat .woof_price_filter .irs,
body.tax-product_tag .woof_price_filter .irs {
	height: 48px;
}

body.woocommerce-shop .woof_price_filter .irs--round .irs-line,
body.woocommerce-shop .woof_price_filter .irs--round .irs-bar,
body.tax-product_cat .woof_price_filter .irs--round .irs-line,
body.tax-product_cat .woof_price_filter .irs--round .irs-bar,
body.tax-product_tag .woof_price_filter .irs--round .irs-line,
body.tax-product_tag .woof_price_filter .irs--round .irs-bar {
	top: 29px;
	height: 4px;
}

body.woocommerce-shop .woof_price_filter .irs--round .irs-handle,
body.tax-product_cat .woof_price_filter .irs--round .irs-handle,
body.tax-product_tag .woof_price_filter .irs--round .irs-handle {
	top: 21px;
	width: 20px;
	height: 20px;
	border-width: 3px;
	box-shadow: 0 1px 3px rgba( 22, 28, 35, 0.14 );
}

body.woocommerce-shop .woof_price_filter .irs--round .irs-from,
body.woocommerce-shop .woof_price_filter .irs--round .irs-to,
body.woocommerce-shop .woof_price_filter .irs--round .irs-single,
body.tax-product_cat .woof_price_filter .irs--round .irs-from,
body.tax-product_cat .woof_price_filter .irs--round .irs-to,
body.tax-product_cat .woof_price_filter .irs--round .irs-single,
body.tax-product_tag .woof_price_filter .irs--round .irs-from,
body.tax-product_tag .woof_price_filter .irs--round .irs-to,
body.tax-product_tag .woof_price_filter .irs--round .irs-single {
	top: 0;
	padding: 2px 5px;
	border-radius: 5px;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.35;
}

body.woocommerce-shop .woof_container h4,
body.tax-product_cat .woof_container h4,
body.tax-product_tag .woof_container h4 {
	min-height: 28px;
	padding: 0;
	border: 0;
	color: #343b45;
	font-size: 12.5px;
	font-weight: 800;
	line-height: 1.35;
}

body.woocommerce-shop .woof_front_toggle,
body.tax-product_cat .woof_front_toggle,
body.tax-product_tag .woof_front_toggle {
	width: 28px;
	height: 28px;
	margin: 0 0 0 8px;
	background: #f3f5f7;
	border: 1px solid #e1e5e9;
	border-radius: 50%;
	color: #39414b;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}

body.woocommerce-shop .woof_block_html_items,
body.tax-product_cat .woof_block_html_items,
body.tax-product_tag .woof_block_html_items {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #edf0f2;
}

body.woocommerce-shop .woof_block_html_items.woof_closed_block,
body.tax-product_cat .woof_block_html_items.woof_closed_block,
body.tax-product_tag .woof_block_html_items.woof_closed_block {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

body.woocommerce-shop .woof_list_checkbox,
body.tax-product_cat .woof_list_checkbox,
body.tax-product_tag .woof_list_checkbox {
	padding: 0;
}

body.woocommerce-shop .woof_list_checkbox li,
body.tax-product_cat .woof_list_checkbox li,
body.tax-product_tag .woof_list_checkbox li {
	align-items: center;
	padding: 6px 0 !important;
}

body.woocommerce-shop .woof_checkbox_term,
body.tax-product_cat .woof_checkbox_term,
body.tax-product_tag .woof_checkbox_term {
	width: 17px;
	height: 17px;
	margin-top: 0 !important;
}

body.woocommerce-shop .woof_checkbox_label,
body.tax-product_cat .woof_checkbox_label,
body.tax-product_tag .woof_checkbox_label {
	font-size: 12.5px;
	line-height: 1.4;
}

body.woocommerce-shop .woof_checkbox_count,
body.tax-product_cat .woof_checkbox_count,
body.tax-product_tag .woof_checkbox_count {
	color: #858e98;
	font-size: 11px;
}

body.woocommerce-shop ul.products li.product .btn-amazon,
body.tax-product_cat ul.products li.product .btn-amazon,
body.tax-product_tag ul.products li.product .btn-amazon {
	position: static !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: auto;
	min-height: 0;
	margin: 6px auto 0 !important;
	padding: 3px 6px;
	background: transparent !important;
	border: 0;
	border-radius: 5px;
	box-shadow: none !important;
	color: #626b76 !important;
	font-size: 10.5px;
	font-weight: 650;
	line-height: 1.35;
	text-align: center;
	text-transform: none;
	transform: none !important;
}

body.woocommerce-shop ul.products li.product .btn-amazon:hover,
body.woocommerce-shop ul.products li.product .btn-amazon:focus-visible,
body.tax-product_cat ul.products li.product .btn-amazon:hover,
body.tax-product_cat ul.products li.product .btn-amazon:focus-visible,
body.tax-product_tag ul.products li.product .btn-amazon:hover,
body.tax-product_tag ul.products li.product .btn-amazon:focus-visible {
	background: #f2f4f6 !important;
	color: #303640 !important;
}

@media ( max-width: 782px ) {
	body.admin-bar.woocommerce-shop .left-sidebar,
	body.admin-bar.tax-product_cat .left-sidebar,
	body.admin-bar.tax-product_tag .left-sidebar {
		top: 46px;
		height: calc( 100vh - 46px );
	}
}

@media ( prefers-reduced-motion: reduce ) {
	.btech-shop-intro *,
	body.woocommerce-shop ul.products li.product .product-inner,
	body.tax-product_cat ul.products li.product .product-inner,
	body.tax-product_tag ul.products li.product .product-inner {
		transition-duration: 0.01ms !important;
	}
}

/* Version 2: keep the catalog focused on choosing and buying products. */
.btech-shop-intro {
	grid-template-columns: minmax( 280px, 0.72fr ) minmax( 0, 1.28fr );
	gap: 14px 28px;
	margin-bottom: 18px;
	padding: 22px 26px 0;
	border-radius: 14px;
	box-shadow: 0 9px 24px rgba( 22, 28, 35, 0.11 );
}

.btech-shop-intro__copy {
	align-self: center;
	padding: 0 0 16px;
}

.btech-shop-eyebrow {
	margin-bottom: 5px;
	font-size: 10px;
}

.btech-shop-intro h1 {
	font-size: clamp( 28px, 2.65vw, 38px );
	letter-spacing: -0.03em;
	line-height: 1.08;
}

.btech-shop-intro__copy > p {
	max-width: 460px;
	margin-top: 9px;
	font-size: 14px;
	line-height: 1.45;
}

.btech-shop-categories {
	grid-template-columns: repeat( 4, minmax( 0, 1fr ) );
	align-content: center;
	gap: 8px;
	padding-bottom: 16px;
}

.btech-shop-categories a {
	min-height: 68px;
	padding: 11px 27px 11px 12px;
	border-radius: 9px;
}

.btech-shop-categories a::after {
	right: 10px;
	font-size: 16px;
}

.btech-shop-categories strong {
	font-size: 13px;
	line-height: 1.2;
}

.btech-shop-categories span {
	margin-top: 3px;
	font-size: 10px;
	line-height: 1.3;
}

.btech-shop-trust {
	grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
	margin: 0 -26px;
	padding: 0 18px;
}

.btech-shop-trust li {
	min-height: 38px;
	padding: 7px 10px;
	font-size: 10.5px;
}

.btech-shop-trust li span {
	width: 16px;
	height: 16px;
	font-size: 9px;
}

body.woocommerce-shop .main-content,
body.tax-product_cat .main-content,
body.tax-product_tag .main-content {
	flex: 0 0 100% !important;
	width: 100% !important;
	max-width: 100% !important;
}

body.woocommerce-shop .left-sidebar,
body.tax-product_cat .left-sidebar,
body.tax-product_tag .left-sidebar {
	position: fixed !important;
	z-index: 10020;
	top: 0;
	left: 0;
	display: block !important;
	width: min( 390px, 92vw ) !important;
	max-width: min( 390px, 92vw ) !important;
	height: 100vh;
	padding: 0 !important;
	background: #fff;
	box-shadow: 16px 0 40px rgba( 9, 14, 20, 0.22 );
	overflow: auto;
	transform: translateX( -105% );
	transition: transform 0.2s ease;
}

body.btech-filters-open {
	overflow: hidden;
}

body.btech-filters-open .left-sidebar {
	transform: translateX( 0 );
}

body.woocommerce-shop .left-sidebar .pin-wrapper,
body.tax-product_cat .left-sidebar .pin-wrapper,
body.tax-product_tag .left-sidebar .pin-wrapper,
body.woocommerce-shop .left-sidebar [data-plugin-sticky],
body.tax-product_cat .left-sidebar [data-plugin-sticky],
body.tax-product_tag .left-sidebar [data-plugin-sticky] {
	position: static !important;
	top: auto !important;
	width: auto !important;
	height: auto !important;
	transform: none !important;
}

body.woocommerce-shop .left-sidebar .sidebar-content,
body.tax-product_cat .left-sidebar .sidebar-content,
body.tax-product_tag .left-sidebar .sidebar-content {
	padding: 0 20px 28px;
}

body.woocommerce-shop .left-sidebar .WOOF_Widget > .widget-woof > .widget-title,
body.tax-product_cat .left-sidebar .WOOF_Widget > .widget-woof > .widget-title,
body.tax-product_tag .left-sidebar .WOOF_Widget > .widget-woof > .widget-title {
	display: none !important;
}

.btech-filter-close {
	position: sticky;
	z-index: 2;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc( 100% + 40px );
	min-height: 62px;
	margin: 0 -20px 16px;
	padding: 14px 20px;
	background: #fff;
	border: 0;
	border-bottom: 1px solid var(--btech-store-border);
	color: var(--btech-store-ink);
	font-size: 18px;
	font-weight: 800;
	text-align: left;
}

.btech-filter-close span:last-child {
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
}

.btech-filter-backdrop {
	position: fixed;
	z-index: 10010;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	background: rgba( 9, 14, 20, 0.52 );
	border: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

body.btech-filters-open .btech-filter-backdrop {
	opacity: 1;
	pointer-events: auto;
}

.WOOF_Widget .btech-filter-context-hidden,
.WOOF_Widget .btech-filter-zero-hidden {
	display: none !important;
}

body.woocommerce-shop .porto-product-filters-toggle,
body.tax-product_cat .porto-product-filters-toggle,
body.tax-product_tag .porto-product-filters-toggle {
	display: inline-flex !important;
	align-items: center;
	gap: 7px;
	min-height: 40px;
	padding: 8px 13px;
	background: var(--btech-store-ink);
	border-radius: 8px;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

body.woocommerce-shop .porto-product-filters-toggle svg,
body.tax-product_cat .porto-product-filters-toggle svg,
body.tax-product_tag .porto-product-filters-toggle svg {
	width: 19px;
	stroke: currentColor;
}

body.woocommerce-shop .shop-loop-before,
body.tax-product_cat .shop-loop-before,
body.tax-product_tag .shop-loop-before {
	min-height: 54px;
	margin-bottom: 14px;
	padding: 7px 9px;
}

body.woocommerce-shop .shop-loop-before .woocommerce-pagination,
body.tax-product_cat .shop-loop-before .woocommerce-pagination,
body.tax-product_tag .shop-loop-before .woocommerce-pagination,
body.woocommerce-shop .shop-loop-before .gridlist-toggle,
body.tax-product_cat .shop-loop-before .gridlist-toggle,
body.tax-product_tag .shop-loop-before .gridlist-toggle,
body.woocommerce-shop .woocommerce-viewing,
body.tax-product_cat .woocommerce-viewing,
body.tax-product_tag .woocommerce-viewing {
	display: none !important;
}

body.woocommerce-shop .woocommerce-ordering,
body.tax-product_cat .woocommerce-ordering,
body.tax-product_tag .woocommerce-ordering {
	margin: 0 0 0 auto;
}

body.woocommerce-shop ul.products,
body.tax-product_cat ul.products,
body.tax-product_tag ul.products {
	row-gap: 16px;
}

body.woocommerce-shop ul.products li.product .product-inner,
body.tax-product_cat ul.products li.product .product-inner,
body.tax-product_tag ul.products li.product .product-inner {
	padding: 9px;
	border-radius: 12px;
	box-shadow: 0 4px 14px rgba( 23, 31, 40, 0.045 );
}

body.woocommerce-shop ul.products li.product .product-image,
body.tax-product_cat ul.products li.product .product-image,
body.tax-product_tag ul.products li.product .product-image {
	aspect-ratio: 4 / 3;
	border-radius: 9px;
}

body.woocommerce-shop ul.products li.product .product-image img,
body.tax-product_cat ul.products li.product .product-image img,
body.tax-product_tag ul.products li.product .product-image img {
	padding: 6px;
}

body.woocommerce-shop ul.products li.product .product-content,
body.tax-product_cat ul.products li.product .product-content,
body.tax-product_tag ul.products li.product .product-content {
	padding: 11px 3px 2px;
}

body.woocommerce-shop ul.products li.product .category-list,
body.tax-product_cat ul.products li.product .category-list,
body.tax-product_tag ul.products li.product .category-list {
	margin-bottom: 4px;
	font-size: 9px;
	line-height: 1.3;
}

body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
body.tax-product_tag ul.products li.product .woocommerce-loop-product__title {
	min-height: 4.26em;
	font-size: 13.5px;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.42;
	-webkit-line-clamp: 3;
}

body.woocommerce-shop ul.products li.product .rating-wrap,
body.tax-product_cat ul.products li.product .rating-wrap,
body.tax-product_tag ul.products li.product .rating-wrap {
	min-height: 16px;
	margin: 7px 0 3px;
}

body.woocommerce-shop ul.products li.product .price,
body.tax-product_cat ul.products li.product .price,
body.tax-product_tag ul.products li.product .price {
	margin: 3px 0 9px;
	font-size: 17px;
	line-height: 1.25;
}

body.woocommerce-shop ul.products li.product .add_to_cart_button,
body.woocommerce-shop ul.products li.product .product_type_variable,
body.tax-product_cat ul.products li.product .add_to_cart_button,
body.tax-product_cat ul.products li.product .product_type_variable,
body.tax-product_tag ul.products li.product .add_to_cart_button,
body.tax-product_tag ul.products li.product .product_type_variable {
	min-height: 41px;
	padding: 8px 11px;
	font-size: 11.5px;
}

body.woocommerce-shop ul.products li.product .btn-amazon,
body.tax-product_cat ul.products li.product .btn-amazon,
body.tax-product_tag ul.products li.product .btn-amazon,
body.woocommerce-shop ul.products li.product .quickview,
body.tax-product_cat ul.products li.product .quickview,
body.tax-product_tag ul.products li.product .quickview {
	display: none !important;
}

@media ( min-width: 1200px ) {
	body.woocommerce-shop ul.products li.product,
	body.tax-product_cat ul.products li.product,
	body.tax-product_tag ul.products li.product {
		width: 25% !important;
		max-width: 25% !important;
	}
}

@media ( min-width: 768px ) and ( max-width: 1199px ) {
	body.woocommerce-shop ul.products li.product,
	body.tax-product_cat ul.products li.product,
	body.tax-product_tag ul.products li.product {
		width: 33.3333% !important;
		max-width: 33.3333% !important;
	}
}

@media ( max-width: 899px ) {
	.btech-shop-intro {
		grid-template-columns: minmax( 0, 1fr );
		gap: 10px;
		padding: 20px 20px 0;
	}

	.btech-shop-intro__copy {
		padding-bottom: 4px;
	}

	.btech-shop-categories {
		padding-bottom: 14px;
	}

	.btech-shop-trust {
		margin: 0 -20px;
	}
}

@media ( max-width: 575px ) {
	.btech-shop-intro {
		margin-bottom: 14px;
		padding: 18px 16px 0;
	}

	.btech-shop-intro h1 {
		font-size: 27px;
	}

	.btech-shop-intro__copy > p {
		font-size: 13px;
	}

	.btech-shop-categories {
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
		gap: 7px;
	}

	.btech-shop-categories a {
		min-height: 56px;
		padding: 9px 25px 9px 10px;
	}

	.btech-shop-categories span {
		display: none;
	}

	.btech-shop-trust {
		grid-template-columns: minmax( 0, 1fr );
		margin: 0 -16px;
		padding: 5px 12px;
	}

	.btech-shop-trust li {
		justify-content: flex-start;
		min-height: 30px;
		padding: 3px 4px;
		font-size: 10px;
	}

	body.woocommerce-shop .shop-loop-before,
	body.tax-product_cat .shop-loop-before,
	body.tax-product_tag .shop-loop-before {
		flex-wrap: nowrap;
		gap: 7px;
	}

	body.woocommerce-shop .woocommerce-ordering,
	body.tax-product_cat .woocommerce-ordering,
	body.tax-product_tag .woocommerce-ordering {
		min-width: 0;
	}

	body.woocommerce-shop .woocommerce-ordering label,
	body.tax-product_cat .woocommerce-ordering label,
	body.tax-product_tag .woocommerce-ordering label {
		display: none;
	}

	body.woocommerce-shop .woocommerce-ordering select,
	body.tax-product_cat .woocommerce-ordering select,
	body.tax-product_tag .woocommerce-ordering select {
		width: 100%;
	}

	body.woocommerce-shop ul.products li.product .product-inner,
	body.tax-product_cat ul.products li.product .product-inner,
	body.tax-product_tag ul.products li.product .product-inner {
		display: grid;
		grid-template-columns: minmax( 96px, 34vw ) minmax( 0, 1fr );
		align-items: start;
		padding: 9px;
	}

	body.woocommerce-shop ul.products li.product .product-image,
	body.tax-product_cat ul.products li.product .product-image,
	body.tax-product_tag ul.products li.product .product-image {
		aspect-ratio: 1 / 1;
	}

	body.woocommerce-shop ul.products li.product .product-content,
	body.tax-product_cat ul.products li.product .product-content,
	body.tax-product_tag ul.products li.product .product-content {
		padding: 1px 0 0 11px;
	}

	body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
	body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
	body.tax-product_tag ul.products li.product .woocommerce-loop-product__title {
		font-size: 13px;
	}
}

/* Keep the 2.0.2 drawer shell and secondary marketplace action authoritative
 * after the earlier catalog-density overrides. */
body.woocommerce-shop .left-sidebar,
body.tax-product_cat .left-sidebar,
body.tax-product_tag .left-sidebar {
	background: #f5f7f9;
}

body.woocommerce-shop .left-sidebar .sidebar-content,
body.tax-product_cat .left-sidebar .sidebar-content,
body.tax-product_tag .left-sidebar .sidebar-content {
	padding: 0 16px 24px;
}

.btech-filter-close {
	width: calc( 100% + 32px );
	min-height: 58px;
	margin: 0 -16px 14px;
	padding: 12px 16px;
	font-size: 17px;
}

body.woocommerce-shop ul.products li.product .btn-amazon,
body.tax-product_cat ul.products li.product .btn-amazon,
body.tax-product_tag ul.products li.product .btn-amazon {
	display: inline-flex !important;
	width: auto;
	min-height: 0;
	margin: 6px auto 0 !important;
	padding: 3px 6px;
	background: transparent !important;
	border: 0;
	box-shadow: none !important;
	color: #626b76 !important;
	font-size: 10.5px;
	font-weight: 650;
	line-height: 1.35;
}
