/* =========================================================
   HTP PRODUCT ARCHIVE - SHOP / PRODUCT CATEGORY
   File: assets/css/archive-product.css
========================================================= */
body.woocommerce-shop,
body.tax-product_cat,
body.post-type-archive-product,
body.woocommerce-shop #page,
body.tax-product_cat #page,
body.post-type-archive-product #page,
body.woocommerce-shop .site,
body.tax-product_cat .site,
body.post-type-archive-product .site,
body.woocommerce-shop .site.grid-container,
body.tax-product_cat .site.grid-container,
body.post-type-archive-product .site.grid-container,
body.woocommerce-shop .site-content,
body.tax-product_cat .site-content,
body.post-type-archive-product .site-content,
body.woocommerce-shop .content-area,
body.tax-product_cat .content-area,
body.post-type-archive-product .content-area,
body.woocommerce-shop .site-main,
body.tax-product_cat .site-main,
body.post-type-archive-product .site-main {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background: #f4f5f7;
	overflow-x: hidden;
}

.htp-product-archive,
.htp-product-archive * {
	box-sizing: border-box;
}

.htp-product-archive {
	width: 100%;
	max-width: 100%;
	overflow-x: clip;
	background: #f4f5f7;
	color: #111318;
	font-family: var(--htp-font-body, "Lato", Arial, sans-serif);
	font-weight: 500;
}

.htp-shop-container {
	width: min(1280px, calc(100% - 56px));
	margin-inline: auto;
}

/* HERO */
.htp-archive-hero {
	min-height: 360px;
	display: flex;
	align-items: center;
	background:
		linear-gradient(90deg, rgba(5,9,14,.90) 0%, rgba(5,9,14,.74) 38%, rgba(5,9,14,.38) 70%, rgba(5,9,14,.16) 100%),
		linear-gradient(180deg, rgba(5,9,14,.14), rgba(5,9,14,.20)),
		var(--archive-hero-bg) center right / cover no-repeat;
	border-bottom: 1px solid rgba(5,9,14,.16);
}

.htp-archive-hero__inner {
	padding: 48px 0 52px;
}

.htp-archive-breadcrumb,
.htp-archive-breadcrumb a,
.htp-mobile-breadcrumb,
.htp-mobile-breadcrumb a {
	color: rgba(255,255,255,.86);
	font-family: var(--htp-font-body, "Lato", Arial, sans-serif);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
	text-decoration: none;
	text-transform: none;
}


.htp-archive-breadcrumb,
.htp-mobile-breadcrumb {
	position: relative;
	z-index: 5;
}

.htp-archive-breadcrumb a,
.htp-mobile-breadcrumb a {
	pointer-events: auto;
}
.htp-archive-breadcrumb {
	margin-bottom: 18px;
}

.htp-archive-hero h1 {
	max-width: 720px;
	margin: 18px 0 20px;
	color: #ffffff;
	font-family: var(--htp-font-heading, "Anton", Arial, sans-serif);
	font-size: 54px;
	font-weight: 400;
	line-height: 1.06;
	letter-spacing: .01em;
	text-transform: uppercase;
	text-shadow: 0 10px 28px rgba(0,0,0,.26);
}

.htp-archive-hero h1 span {
	color: #ed1c24;
}

.htp-archive-desc {
	max-width: 680px;
	margin: 0;
	color: rgba(255,255,255,.92);
	font-family: var(--htp-font-body, "Lato", Arial, sans-serif);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.68;
}

.htp-archive-features {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 30px;
	margin-top: 30px;
}

.htp-archive-features span {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #ffffff;
	font-family: var(--htp-font-body, "Lato", Arial, sans-serif);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
}

.htp-archive-features svg,
.htp-archive-features .htp-icon {
	width: 42px;
	height: 42px;
	padding: 7px;
	border: 1px solid rgba(237,28,36,.52);
	border-radius: 50%;
	background: rgba(237,28,36,.14);
	color: #ffffff;
	fill: none;
	stroke: currentColor;
}

.htp-archive-features svg *,
.htp-archive-features .htp-icon * {
	color: #ffffff;
	fill: none;
	stroke: currentColor;
}

.htp-archive-features img {
	width: 22px;
	height: 22px;
	object-fit: contain;
	filter: brightness(0) invert(1) grayscale(1) contrast(1.25);
	opacity: 1;
}

/* MOBILE HEAD */
.htp-shop-mobile-head {
	display: none;
}

/* LAYOUT */
.htp-shop-section {
	padding: 36px 0 58px;
}

.htp-shop-layout {
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr);
	gap: 34px;
	align-items: start;
}

.htp-shop-sidebar {
	position: sticky;
	top: 96px;
	min-width: 0;
}

.htp-shop-sidebar > h2,
.htp-shop-head h2,
.htp-shop-process h2 {
	margin: 0 0 18px;
	color: #111318;
	font-family: var(--htp-font-heading, "Anton", Arial, sans-serif);
	font-size: 25px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: .015em;
	text-transform: uppercase;
}

/* CATEGORY NAV */
.htp-filter-nav {
	display: grid;
	gap: 10px;
}

.htp-filter-group {
	overflow: hidden;
	border: 1px solid #e2e6eb;
	border-radius: 5px;
	background: #ffffff;
}

.htp-filter-parent-row {
	display: flex;
	align-items: center;
	min-height: 52px;
}

.htp-filter-parent,
.htp-filter-child {
	padding: 10px 14px;
	color: #1d2530;
	font-family: "Anton", Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.15;
	letter-spacing: .035em;
	text-transform: uppercase;
	border-radius: 5px;
}

.htp-filter-parent {
	flex: 1 1 auto;
	min-width: 0;
	min-height: 52px;
	display: flex;
	align-items: center;
	padding: 0 8px 0 14px;
	color: #15171d;
	font-family: var(--htp-font-heading, "Anton", Arial, sans-serif);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: .02em;
	text-transform: uppercase;
}

.htp-filter-parent span {
	min-width: 0;
}

.htp-filter-toggle {
	width: 44px;
	min-height: 52px;
	flex: 0 0 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	border: 0;
	border-left: 1px solid #eef0f3;
	background: #ffffff;
	color: #9aa3af;
	cursor: pointer;
}

.htp-filter-toggle span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	color: currentColor;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
}




.htp-filter-group.is-open 


.htp-filter-toggle:hover,
.htp-filter-toggle:focus {
	color: #ed1c24;
}

.htp-filter-group.is-open .htp-filter-toggle {
	background: #ffffff;
	color: #ed1c24;
	border-left-color: #eef0f3;
}

.htp-filter-parent.is-active,
.htp-filter-parent:hover {
	color: #ed1c24;
}

.htp-filter-children {
	display: grid;
	gap: 2px;
	padding: 0 12px 12px;
}

.htp-filter-group:not(.is-open) .htp-filter-children {
	display: none;
}

.htp-filter-group.is-open .htp-filter-children {
	display: grid;
}


.htp-filter-child {
	padding: 8px 12px;
	border-radius: 5px;
	color: #303742;
	font-family: "Anton", Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.15;
	letter-spacing: .035em;
	text-transform: uppercase;
}

.htp-filter-child:hover,
.htp-filter-child.is-active {
	background: #f2f3f5;
	color: #ed1c24;
}

.htp-shop-help {
	margin-top: 18px;
	padding: 20px;
	border: 1px solid #e2e6eb;
	border-radius: 5px;
	background: #ffffff;
	text-align: center;
}

.htp-shop-help strong {
	display: block;
	color: #ed1c24;
	font-family: var(--htp-font-heading, "Anton", Arial, sans-serif);
	font-size: 21px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: .02em;
	text-transform: uppercase;
}

.htp-shop-help p {
	margin: 10px 0 16px;
	color: #555f6d;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.55;
}

.htp-shop-help a {
	min-height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	background: #ed1c24;
	color: #ffffff;
	font-family: var(--htp-font-heading, "Anton", Arial, sans-serif);
	font-size: 17px;
	font-weight: 400;
	letter-spacing: .02em;
	text-decoration: none;
	text-transform: uppercase;
}

/* MAIN */
.htp-shop-main {
	min-width: 0;
}

.htp-shop-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
}

.htp-shop-subdesc {
	max-width: 760px;
	margin: 0;
	color: #555f6d;
	font-family: var(--htp-font-body, "Lato", Arial, sans-serif);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6;
}

.woocommerce-ordering {
	margin: 0;
}

.woocommerce-ordering select,
.htp-shop-filter-row select {
	height: 36px;
	border: 1px solid #dfe4ea;
	border-radius: 5px;
	background: #ffffff;
	color: #5c6470;
	font-family: var(--htp-font-body, "Lato", Arial, sans-serif);
	font-size: 14px;
	font-weight: 500;
}

.woocommerce-ordering select {
	min-width: 180px;
	padding: 0 14px;
}

.htp-shop-filter-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 0px;
}

.htp-shop-filter-select {
	position: relative;
	display: block;
	min-width: 0;
}

.htp-shop-filter-select > span {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.htp-shop-filter-row select {
	width: 100%;
	padding: 0 38px 0 14px;
	appearance: none;
	background-image:
		linear-gradient(45deg, transparent 50%, #7b8491 50%),
		linear-gradient(135deg, #7b8491 50%, transparent 50%);
	background-position:
		calc(100% - 18px) 50%,
		calc(100% - 13px) 50%;
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.htp-shop-filter-row noscript button {
	height: 44px;
	border: 0;
	border-radius: 5px;
	background: #ed1c24;
	color: #ffffff;
	font-family: var(--htp-font-heading, "Anton", Arial, sans-serif);
	text-transform: uppercase;
}

/* PRODUCT GRID */
.htp-shop-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.htp-shop-product-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	border: 1px solid #e2e6eb;
	border-radius: 5px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(16,24,40,.06);
}

.htp-shop-product-card__image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #ffffff;
	text-decoration: none;
}

.htp-shop-product-card__image img,
.htp-shop-product-card__img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center center;
	image-rendering: auto;
}

.htp-shop-product-card__image span {
	position: absolute;
	right: 9px;
	top: 9px;
	padding: 6px 9px;
	border-radius: 5px;
	background: #22a447;
	color: #ffffff;
	font-family: var(--htp-font-heading, "Anton", Arial, sans-serif);
	font-size: 11px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: .02em;
	text-transform: uppercase;
}

.htp-shop-product-card__body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	padding: 16px;
}

.htp-shop-product-card h3 {
	min-height: 48px;
	margin: 0 0 10px;
	color: #111318;
	font-family: var(--htp-font-body, "Lato", Arial, sans-serif);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: -0.01em;
	text-transform: none;
}

.htp-shop-product-card h3 a {
	color: inherit;
	text-decoration: none;
}

.htp-shop-product-card__meta-desc {
	margin: 0 0 18px;
	color: #343a44;
	font-family: var(--htp-font-body, "Lato", Arial, sans-serif);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.55;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.htp-shop-quote-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 14px;
	margin-top: auto;
	border: 0;
	border-radius: 5px;
	background: linear-gradient(90deg, #ff9200 0%, #ff2b2b 100%);
	color: #ffffff;
	font-family: var(--htp-font-heading, "Anton", Arial, sans-serif);
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: .02em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.htp-shop-quote-btn:hover {
	background: linear-gradient(90deg, #ff7a00 0%, #ed1c24 100%);
	color: #ffffff;
}

.htp-shop-product-card__note {
	margin: 12px 0 0;
	padding-left: 10px;
	border-left: 3px solid #ed1c24;
	color: #606873;
	font-family: var(--htp-font-body, "Lato", Arial, sans-serif);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.35;
}

/* PAGINATION */
.woocommerce-pagination {
	margin-top: 26px;
}

.woocommerce-pagination ul {
	display: flex;
	gap: 8px;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

.woocommerce-pagination li {
	border: 0;
}

.woocommerce-pagination a,
.woocommerce-pagination span {
	min-width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e1e4e8;
	border-radius: 5px;
	background: #ffffff;
	color: #111318;
	font-weight: 700;
	text-decoration: none;
}

.woocommerce-pagination .current {
	border-color: #ed1c24;
	background: #ed1c24;
	color: #ffffff;
}

/* QUOTE BAND */
.htp-shop-quote-band {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto 190px;
	align-items: center;
	gap: 26px;
	margin: 46px auto;
	padding: 28px 32px;
	overflow: hidden;
	border: 1px solid #ffb8bd;
	border-radius: 5px;
	background: linear-gradient(90deg, #ffffff 0%, #fff4f4 100%);
}

.htp-shop-quote-band h2 {
	margin: 0 0 10px;
	color: #ed1c24;
	font-family: var(--htp-font-heading, "Lato", Arial, sans-serif);
	font-size: 24px;
	font-weight: 400;
	line-height: 1.25;
	text-transform: uppercase;
}

.htp-shop-quote-band ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 7px;
	color: #222831;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.45;
}

.htp-shop-quote-band li::before {
	content: "✓";
	margin-right: 8px;
	color: #ed1c24;
	font-weight: 700;
}

.htp-shop-quote-band img {
	max-height: 154px;
	align-self: end;
}

.htp-shop-quote-band a {
	min-height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 26px;
	border-radius: 5px;
	background: #ed1c24;
	color: #ffffff;
	font-family: var(--htp-font-heading, "Anton", Arial, sans-serif);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .02em;
	text-decoration: none;
	text-transform: uppercase;
}

/* PROCESS */
.htp-shop-process {
	margin-bottom: 56px;
	padding: 32px 34px;
	border: 1px solid #e5e7eb;
	border-radius: 5px;
	background: #ffffff;
}

.htp-shop-process h2 {
	text-align: center;
	font-size: 28px;
}

.htp-shop-process > div {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
}

.htp-shop-process span {
	display: grid;
	gap: 8px;
	color: #333943;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.45;
}

.htp-shop-process b {
	color: #ed1c24;
	font-weight: 700;
	font-size: 26px;
}

/* DRAWER */
.htp-filter-drawer {
	display: none;
}

body.htp-filter-lock {
	overflow: hidden;
}

@media (max-width: 1180px) {
	.htp-shop-layout {
		grid-template-columns: 235px minmax(0, 1fr);
		gap: 24px;
	}

	.htp-shop-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.htp-shop-layout {
		grid-template-columns: 1fr;
	}

	.htp-shop-sidebar {
		display: none;
	}

	.htp-shop-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.htp-shop-container {
		width: min(100% - 28px, 1280px);
	}

	.htp-archive-hero {
		min-height: 280px;
		display: flex;
		align-items: center;
		background:
			linear-gradient(90deg, rgba(5,9,14,.88) 0%, rgba(5,9,14,.72) 54%, rgba(5,9,14,.34) 100%),
			linear-gradient(180deg, rgba(5,9,14,.10), rgba(5,9,14,.20)),
			var(--archive-hero-bg) 64% center / cover no-repeat;
	}

	.htp-archive-hero__inner {
		padding: 28px 0 34px;
	}

	.htp-archive-hero h1 {
		max-width: 420px;
		margin: 18px 0 16px;
		color: #ffffff;
		font-size: 36px;
		line-height: 1.08;
		letter-spacing: .01em;
		text-transform: uppercase;
	}

	.htp-archive-desc {
		max-width: 420px;
		font-size: 14px;
		line-height: 1.55;
	}

	.htp-archive-features {
		gap: 12px;
		margin-top: 18px;
	}

	.htp-archive-features span {
		font-size: 12px;
	}

	.htp-shop-mobile-head {
		display: block;
		padding-top: 14px;
	}

	.htp-mobile-toolbar {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr);
		gap: 10px;
		align-items: center;
		margin-bottom: 14px;
	}

	.htp-filter-open {
		height: 46px;
		display: inline-flex;
		align-items: center;
		gap: 8px;
		padding: 0 13px;
		border: 1px solid #ffc4c7;
		border-radius: 5px;
		background: #ffffff;
		color: #4a5360;
		font-size: 14px;
		font-weight: 700;
	}

	.htp-filter-open svg {
		width: 16px;
		height: 16px;
		stroke: #4a5360;
	}

	.htp-mobile-sort .woocommerce-ordering select {
		width: 100%;
		height: 46px;
		min-width: 0;
	}

	.htp-shop-section {
		padding: 10px 0 42px;
	}

	.htp-shop-head,
	.htp-shop-filter-row {
		display: none;
	}

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

	.htp-shop-product-card__body {
		padding: 12px;
	}

	.htp-shop-product-card h3 {
		min-height: 44px;
		font-size: 15px;
		line-height: 1.35;
	}

	.htp-shop-product-card__meta-desc {
		font-size: 12px;
		line-height: 1.48;
		-webkit-line-clamp: 3;
	}

	.htp-shop-quote-btn {
		min-height: 38px;
		font-size: 13px;
	}

	.htp-shop-product-card__note {
		font-size: 11px;
	}

	.htp-shop-quote-band {
		grid-template-columns: 1fr;
		padding: 24px;
		margin: 30px auto;
	}

	.htp-shop-quote-band img {
		display: none;
	}

	.htp-shop-quote-band a {
		width: 100%;
	}

	.htp-shop-process {
		padding: 24px 16px;
	}

	.htp-shop-process > div {
		display: flex;
		overflow-x: auto;
		padding-bottom: 8px;
		scroll-snap-type: x mandatory;
	}

	.htp-shop-process span {
		min-width: 170px;
		scroll-snap-align: start;
	}

	.htp-filter-drawer {
		display: block;
		position: fixed;
		inset: 0;
		z-index: 99999;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: .2s ease;
	}

	.htp-filter-drawer.is-open {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.htp-filter-drawer[aria-hidden="true"] {
		pointer-events: none;
	}

	.htp-filter-backdrop {
		position: absolute;
		inset: 0;
		background: rgba(5,8,13,.42);
		transition: opacity .22s ease;
	}

	.htp-filter-drawer[aria-hidden="true"] .htp-filter-backdrop {
		opacity: 0;
	}

	.htp-filter-panel {
		position: absolute;
		right: 0;
		top: 0;
		width: min(92vw, 390px);
		height: 100%;
		overflow-y: auto;
		background: #ffffff;
		border-radius: 5px 0 0 5px;
		box-shadow: -20px 0 60px rgba(0,0,0,.25);
		padding: 20px 16px;
		transition: transform .24s ease;
	}

	.htp-filter-drawer[aria-hidden="true"] .htp-filter-panel {
		transform: translateX(100%);
	}

	.htp-filter-panel__head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 46px;
		margin-bottom: 10px;
		border-bottom: 1px solid #eef0f3;
	}

	.htp-filter-panel__head strong {
		font-family: var(--htp-font-heading, "Anton", Arial, sans-serif);
		font-size: 20px;
		font-weight: 400;
		text-transform: uppercase;
	}

	.htp-filter-panel__head button {
		border: 0;
		background: transparent;
		font-size: 32px;
		line-height: 1;
		cursor: pointer;
	}
}

@media (min-width: 901px) {
	.htp-shop-sidebar .htp-filter-children {
		display: grid;
	}
}

/* =========================================================
   PRODUCT ARCHIVE - CATEGORY COLLAPSE / LOAD MORE
========================================================= */

.htp-filter-group:not(.is-open) .htp-filter-children {
	display: none;
}

.htp-filter-group.is-open .htp-filter-children {
	display: grid;
}

.htp-filter-child.is-extra {
	display: none;
}

.htp-filter-children.is-expanded .htp-filter-child.is-extra {
	display: flex;
}

.htp-filter-group.is-child-context .htp-filter-child.is-extra {
	display: none;
}

.htp-filter-parent.is-active,
.htp-filter-child.is-active {
	color: #ed1c24;
}

.htp-filter-child.is-active {
	background: #f2f3f5;
}

.htp-filter-more {
	width: 100%;
	min-height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 6px 0 0;
	border: 1px solid #e2e6eb;
	border-radius: 5px;
	background: #f7f8fa;
	color: #ed1c24;
	font-family: var(--htp-font-heading, "Anton", Arial, sans-serif);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .02em;
	text-transform: uppercase;
	cursor: pointer;
}

.htp-filter-more__close {
	display: none;
}

.htp-filter-children.is-expanded .htp-filter-more__open {
	display: none;
}

.htp-filter-children.is-expanded .htp-filter-more__close {
	display: inline;
}

/* =========================================================
   PRODUCT ARCHIVE - SEO CONTENT BOTTOM
========================================================= */

.htp-archive-content-bottom {
	margin-top: 34px;
	margin-bottom: 48px;
	padding: 0;
	background: transparent;
}

.htp-archive-content-bottom__body {
	position: relative;
	color: #202733;
	font-family: var(--htp-font-body, "Lato", Arial, sans-serif);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.78;
	overflow: hidden;
}

.htp-archive-content-bottom.is-collapsed .htp-archive-content-bottom__body {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: calc(1.78em * 3);
}

.htp-archive-content-bottom.is-expanded .htp-archive-content-bottom__body {
	display: block;
	max-height: none;
}

.htp-archive-content-bottom__body h1,
.htp-archive-content-bottom__body h2,
.htp-archive-content-bottom__body h3,
.htp-archive-content-bottom__body h4 {
	margin: 28px 0 16px;
	color: #111318;
	font-family: var(--htp-font-body, "Lato", Arial, sans-serif);
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
	text-transform: none;
}

.htp-archive-content-bottom__body h1:first-child,
.htp-archive-content-bottom__body h2:first-child,
.htp-archive-content-bottom__body h3:first-child,
.htp-archive-content-bottom__body h4:first-child {
	margin-top: 20px;
}

.htp-archive-content-bottom__body h1 {
	font-size: 34px;
}

.htp-archive-content-bottom__body h2 {
	font-size: 30px;
}

.htp-archive-content-bottom__body h3 {
	font-size: 24px;
}

.htp-archive-content-bottom__body h4 {
	font-size: 21px;
}

.htp-archive-content-bottom__body p,
.htp-archive-content-bottom__body ul,
.htp-archive-content-bottom__body ol {
	margin: 0 0 18px;
}

.htp-archive-content-bottom__body strong,
.htp-archive-content-bottom__body b {
	font-weight: 700;
}

.htp-archive-content-bottom__toggle {
	width: 100%;
	min-height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 18px;
	border: 0;
	border-radius: 5px;
	background: #e8ebf1;
	color: #ed1c24;
	font-family: var(--htp-font-body, "Lato", Arial, sans-serif);
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: .01em;
	cursor: pointer;
	transition: background .2s ease, color .2s ease;
}

.htp-archive-content-bottom__toggle:hover {
	background: #dde1e9;
	color: #d9151c;
}

.htp-archive-content-bottom .htp-content-less {
	display: none;
}

.htp-archive-content-bottom.is-expanded .htp-content-more {
	display: none;
}

.htp-archive-content-bottom.is-expanded .htp-content-less {
	display: inline;
}

@media (max-width: 767px) {
	.htp-archive-content-bottom {
		width: min(100% - 28px, 100%);
		margin-top: 26px;
		margin-bottom: 36px;
	}

	.htp-archive-content-bottom__body {
		font-size: 15px;
		line-height: 1.7;
	}

	.htp-archive-content-bottom.is-collapsed .htp-archive-content-bottom__body {
		max-height: calc(1.7em * 3);
	}

	.htp-archive-content-bottom__body h1 {
		font-size: 26px;
	}

	.htp-archive-content-bottom__body h2 {
		font-size: 24px;
	}

	.htp-archive-content-bottom__body h3 {
		font-size: 20px;
	}

	.htp-archive-content-bottom__toggle {
		min-height: 50px;
		font-size: 17px;
	}
}


/* ARCHIVE BOTTOM CONTENT TYPOGRAPHY FIX */
.htp-archive-content-bottom__body p > strong:first-child,
.htp-archive-content-bottom__body p > b:first-child {
	color: #111318;
	font-weight: 700;
}

.htp-archive-content-bottom__body p:has(> strong:only-child),
.htp-archive-content-bottom__body p:has(> b:only-child) {
	margin: 28px 0 16px;
	color: #111318;
	font-family: var(--htp-font-body, "Lato", Arial, sans-serif);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
	text-transform: none;
}

.htp-archive-content-bottom__body ul,
.htp-archive-content-bottom__body ol {
	padding-left: 1.2em;
}

.htp-archive-content-bottom__body li {
	margin-bottom: 8px;
}

@media (max-width: 767px) {
	.htp-archive-content-bottom__body h2 {
		font-size: 24px;
		line-height: 1.35;
	}

	.htp-archive-content-bottom__body h3 {
		font-size: 21px;
		line-height: 1.35;
	}

	.htp-archive-content-bottom__body h4,
	.htp-archive-content-bottom__body p:has(> strong:only-child),
	.htp-archive-content-bottom__body p:has(> b:only-child) {
		font-size: 18px;
		line-height: 1.35;
	}
}


/* =========================================================
   PRODUCT ARCHIVE - EDITABLE HERO FEATURE TAGS
========================================================= */

.htp-archive-features {
	max-width: 900px;
}

.htp-archive-features span {
	white-space: normal;
}

.htp-archive-features .htp-icon,
.htp-archive-features svg {
	flex: 0 0 auto;
}


@media (max-width: 767px) {
	.htp-filter-child {
		font-family: "Anton", Arial, sans-serif;
		font-size: 19px;
		font-weight: 400;
		line-height: 1.15;
		letter-spacing: .035em;
		text-transform: uppercase;
	}
}


@media (max-width: 767px) {
	.htp-shop-sidebar .htp-filter-child,
	.htp-filter-panel .htp-filter-child {
	padding: 8px 12px;
	border-radius: 5px;
	color: #303742;
	font-family: "Anton", Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.15;
	letter-spacing: .035em;
	text-transform: uppercase;
}
}





/* ARCHIVE SIDEBAR REAL ARROW PATCH */
.htp-shop-sidebar .htp-filter-child,
.htp-filter-panel .htp-filter-child,
.htp-shop-sidebar .htp-filter-children a,
.htp-filter-panel .htp-filter-children a {
	font-family: "Anton", Arial, sans-serif;
	font-weight: 400;
	letter-spacing: .035em;
	text-transform: uppercase;
}

.htp-shop-sidebar .htp-filter-toggle,
.htp-filter-panel .htp-filter-toggle {
	background: #ffffff;
	color: #9aa3af;
}

.htp-shop-sidebar .htp-filter-group.is-open .htp-filter-toggle,
.htp-filter-panel .htp-filter-group.is-open .htp-filter-toggle {
	background: #ffffff;
	color: #ed1c24;
}

/* ARCHIVE SIDEBAR VERTICAL CENTER FIX */
@media (max-width: 767px) {
	.htp-shop-sidebar .htp-filter-parent-row,
	.htp-filter-panel .htp-filter-parent-row {
		min-height: 58px;
		align-items: center;
	}

	.htp-shop-sidebar .htp-filter-parent,
	.htp-filter-panel .htp-filter-parent {
		min-height: 58px;
		display: flex;
		align-items: center;
		padding: 0 12px 0 14px;
		line-height: 1.08;
	}

	.htp-shop-sidebar .htp-filter-toggle,
	.htp-filter-panel .htp-filter-toggle {
		width: 44px;
		min-height: 58px;
		flex-basis: 44px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
	}
}




/* =========================================================
   PRODUCT ARCHIVE - BOTTOM CONTENT NAV / TOC
   Same UI pattern as single product content nav.
========================================================= */
.htp-archive-content-nav,
.htp-archive-content-bottom__nav,
.htp-category-content-nav,
.htp-category-content-toc {
	position: relative;
	width: 100%;
	margin: 0 0 22px;
	border: 1px solid #e7ebf1;
	border-radius: 12px;
	background: #fbfcfd;
	box-shadow: 0 14px 32px rgba(17, 24, 39, .05);
	overflow: hidden;
}

.htp-archive-content-nav > summary,
.htp-archive-content-bottom__nav > summary,
.htp-category-content-nav > summary,
.htp-category-content-toc > summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 58px;
	padding: 0 18px;
	color: #111827;
	font-family: Anton;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: .01em;
	text-transform: uppercase;
	cursor: pointer;
	list-style: none;
}

.htp-archive-content-nav > summary::-webkit-details-marker,
.htp-archive-content-bottom__nav > summary::-webkit-details-marker,
.htp-category-content-nav > summary::-webkit-details-marker,
.htp-category-content-toc > summary::-webkit-details-marker {
	display: none;
}

.htp-archive-content-nav > summary span,
.htp-archive-content-bottom__nav > summary span,
.htp-category-content-nav > summary span,
.htp-category-content-toc > summary span {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.htp-archive-content-nav > summary span::before,
.htp-archive-content-bottom__nav > summary span::before,
.htp-category-content-nav > summary span::before,
.htp-category-content-toc > summary span::before {
	content: "";
	flex: 0 0 auto;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("https://hungthinhpack.com/wp-content/themes/htp-child-theme/assets/icons/nav.svg") center / contain no-repeat;
}

.htp-archive-content-nav > summary::after,
.htp-archive-content-bottom__nav > summary::after,
.htp-category-content-nav > summary::after,
.htp-category-content-toc > summary::after {
	content: "+";
	flex: 0 0 auto;
	color: #ed1c24;
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
}

.htp-archive-content-nav[open] > summary::after,
.htp-archive-content-bottom__nav[open] > summary::after,
.htp-category-content-nav[open] > summary::after,
.htp-category-content-toc[open] > summary::after {
	content: "−";
}

.htp-archive-content-nav__panel,
.htp-archive-content-bottom__nav-panel,
.htp-category-content-nav__panel,
.htp-category-content-toc__panel {
	display: grid;
	gap: 9px;
	padding: 0 14px 14px;
}

.htp-archive-content-nav a,
.htp-archive-content-bottom__nav a,
.htp-category-content-nav a,
.htp-category-content-toc a,
.htp-archive-content-nav__empty,
.htp-archive-content-bottom__nav-empty,
.htp-category-content-nav__empty,
.htp-category-content-toc__empty {
	display: flex;
	align-items: center;
	min-height: 42px;
	padding: 9px 12px;
	border: 1px solid #edf0f5;
	border-radius: 9px;
	background: #fff;
	color: #48515e;
	font-family: var(--htp-font-body, "Lato", Arial, sans-serif);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: none;
}

.htp-archive-content-nav a:hover,
.htp-archive-content-bottom__nav a:hover,
.htp-category-content-nav a:hover,
.htp-category-content-toc a:hover {
	border-color: rgba(237, 28, 36, .28);
	background: rgba(237, 28, 36, .05);
	color: #ed1c24;
}

.htp-archive-content-nav__link,
.htp-archive-content-bottom__nav-link,
.htp-category-content-nav__link,
.htp-category-content-toc__link {
	gap: 10px;
}

.htp-archive-content-nav__link span,
.htp-archive-content-bottom__nav-link span,
.htp-category-content-nav__link span,
.htp-category-content-toc__link span {
	flex: 0 0 auto;
	color: #ed1c24;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .02em;
}

.htp-archive-content-nav__link strong,
.htp-archive-content-bottom__nav-link strong,
.htp-category-content-nav__link strong,
.htp-category-content-toc__link strong {
	min-width: 0;
	color: inherit;
	font-family: var(--htp-font-body, "Lato", Arial, sans-serif);
	font-size: inherit;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
	text-transform: none;
	overflow-wrap: anywhere;
}

.htp-archive-content-nav__link--level-3,
.htp-archive-content-bottom__nav-link--level-3,
.htp-category-content-nav__link--level-3,
.htp-category-content-toc__link--level-3 {
	margin-left: 14px;
}

.htp-archive-content-nav__link--level-4,
.htp-archive-content-bottom__nav-link--level-4,
.htp-category-content-nav__link--level-4,
.htp-category-content-toc__link--level-4 {
	margin-left: 28px;
}

.htp-archive-content-nav__empty,
.htp-archive-content-bottom__nav-empty,
.htp-category-content-nav__empty,
.htp-category-content-toc__empty {
	color: #7a8493;
	font-weight: 600;
}

@media (max-width: 767px) {
	.htp-archive-content-nav,
	.htp-archive-content-bottom__nav,
	.htp-category-content-nav,
	.htp-category-content-toc {
		margin-bottom: 16px;
		border-radius: 10px;
	}

	.htp-archive-content-nav > summary,
	.htp-archive-content-bottom__nav > summary,
	.htp-category-content-nav > summary,
	.htp-category-content-toc > summary {
		min-height: 52px;
		padding: 0 14px;
		font-size: 14px;
	}

	.htp-archive-content-nav__panel,
	.htp-archive-content-bottom__nav-panel,
	.htp-category-content-nav__panel,
	.htp-category-content-toc__panel {
		grid-template-columns: 1fr;
		gap: 7px;
		padding: 0 12px 12px;
	}

	.htp-archive-content-nav a,
	.htp-archive-content-bottom__nav a,
	.htp-category-content-nav a,
	.htp-category-content-toc a,
	.htp-archive-content-nav__empty,
	.htp-archive-content-bottom__nav-empty,
	.htp-category-content-nav__empty,
	.htp-category-content-toc__empty {
		font-size: 13px;
	}

	.htp-archive-content-nav__link--level-3,
	.htp-archive-content-nav__link--level-4,
	.htp-archive-content-bottom__nav-link--level-3,
	.htp-archive-content-bottom__nav-link--level-4,
	.htp-category-content-nav__link--level-3,
	.htp-category-content-nav__link--level-4,
	.htp-category-content-toc__link--level-3,
	.htp-category-content-toc__link--level-4 {
		margin-left: 0;
	}
}

/* CATEGORY BOTTOM CONTENT TYPOGRAPHY FIX */
.htp-category-content,
.htp-category-content p,
.htp-category-content li,
.htp-category-content span,
.htp-category-content div {
	font-family: var(--htp-font-body, "Lato", Arial, sans-serif);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0;
	text-transform: none;
	color: #1f2933;
}

.htp-category-content h2,
.htp-category-content h3,
.htp-category-content h4,
.htp-category-content h5,
.htp-category-content h6 {
	font-family: var(--htp-font-body, "Lato", Arial, sans-serif);
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
	text-transform: none;
	color: #111827;
	margin: 28px 0 14px;
}

.htp-category-content h2 {
	font-size: 30px;
}

.htp-category-content h3 {
	font-size: 24px;
}

.htp-category-content h4,
.htp-category-content h5,
.htp-category-content h6 {
	font-size: 21px;
}

.htp-category-content strong,
.htp-category-content b {
	font-family: inherit;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
	color: inherit;
}

.htp-category-content p > strong:first-child:last-child,
.htp-category-content p > b:first-child:last-child {
	display: inline;
	font-family: inherit;
	font-size: inherit;
	font-weight: 600;
	line-height: inherit;
	letter-spacing: 0;
	text-transform: none;
}

.htp-category-content ul,
.htp-category-content ol {
	margin: 14px 0 18px 24px;
	padding: 0;
}

.htp-category-content li {
	margin: 0 0 8px;
	padding-left: 4px;
}

.htp-category-content li::marker {
	color: #111827;
	font-size: .8em;
}

.htp-category-content a {
	color: #ed1c24;
	font-weight: 600;
	text-decoration: none;
}

.htp-category-content a:hover {
	color: #c81018;
}

@media (max-width: 767px) {
	.htp-category-content,
	.htp-category-content p,
	.htp-category-content li,
	.htp-category-content span,
	.htp-category-content div {
		font-size: 16px;
		line-height: 1.75;
	}

	.htp-category-content h2 {
		font-size: 24px;
	}

	.htp-category-content h3 {
		font-size: 21px;
	}

	.htp-category-content h4,
	.htp-category-content h5,
	.htp-category-content h6 {
		font-size: 18px;
	}

	.htp-category-content h2,
	.htp-category-content h3,
	.htp-category-content h4,
	.htp-category-content h5,
	.htp-category-content h6 {
		line-height: 1.35;
		margin: 22px 0 12px;
	}
}


/* v1.4.0: dynamic product card badge from product meta */
.htp-shop-product-card__image {
	position: relative;
}

.htp-shop-product-card__image > span.htp-product-card-badge {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 6px 12px 3px;
	border-radius: 5px;
	background: #35ad44;
	color: #fff;
	font-family: var(--htp-font-heading, "Anton", Arial, sans-serif);
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: .04em;
	text-transform: uppercase;
	box-shadow: 0 8px 18px rgba(53, 173, 68, .24);
}

.htp-shop-product-card__image > span.htp-product-card-badge.is-red { background: #ed1c24; box-shadow: 0 8px 18px rgba(237, 28, 36, .22); }
.htp-shop-product-card__image > span.htp-product-card-badge.is-orange { background: #ff8a00; box-shadow: 0 8px 18px rgba(255, 138, 0, .22); }
.htp-shop-product-card__image > span.htp-product-card-badge.is-blue { background: #2f80ed; box-shadow: 0 8px 18px rgba(47, 128, 237, .22); }
.htp-shop-product-card__image > span.htp-product-card-badge.is-dark { background: #07111f; box-shadow: 0 8px 18px rgba(7, 17, 31, .22); }

@media (max-width: 767px) {
	.htp-shop-product-card__image > span.htp-product-card-badge {
		top: 8px;
		right: 8px;
		min-height: 26px;
		padding: 5px 9px 3px;
		font-size: 10px;
	}
}
