/* =========================================================
   Product archives
   ========================================================= */

.lg-archive {
	background: var(--lg-bg);
	padding: 0 0 56px;
}

.lg-archive__top {
	background: #fff;
	border-bottom: 1px solid var(--lg-border);
	padding: 18px 0 20px;
	margin-bottom: 26px;
}

.lg-archive__top .woocommerce-breadcrumb {
	font-size: 13px;
	color: var(--lg-gray);
	margin: 0 0 12px;
}

.lg-archive__top .woocommerce-breadcrumb a {
	color: var(--lg-gray);
}

.lg-archive__top .woocommerce-breadcrumb a:hover {
	color: var(--lg-orange);
}

.lg-archive__title {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	color: var(--lg-navy);
	margin: 0;
}

.lg-archive__layout {
	display: grid;
	grid-template-columns: 270px minmax(0, 1fr);
	align-items: start;
	gap: 28px;
}

.lg-archive__mobile-filter-toggle {
	display: none;
}

/* =========================================================
   Sidebar
   ========================================================= */

.lg-archive__sidebar {
	min-width: 0;
}

.lg-archive__drawer-head {
	display: none;
}

.lg-archive__filter-group {
	background: #fff;
	border: 1px solid var(--lg-border);
	border-radius: 4px;
	margin-bottom: 18px;
	padding: 16px;
}

.lg-archive__filter-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	border-bottom: 1px solid var(--lg-border);
	margin-bottom: 12px;
	padding-bottom: 10px;
}

.lg-archive__filter-title {
	font-size: 15px;
	font-weight: 700;
	color: var(--lg-navy);
	margin: 0 0 12px;
}

.lg-archive__filter-head .lg-archive__filter-title {
	margin: 0;
}

.lg-archive__clear {
	font-size: 12px;
	color: var(--lg-orange);
	text-decoration: none;
	white-space: nowrap;
}

.lg-archive__clear:hover {
	text-decoration: underline;
}

.lg-archive__cat-tree,
.lg-archive__cat-children {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lg-archive__cat-node {
	border-top: 1px solid var(--lg-border);
}

.lg-archive__cat-tree > .lg-archive__cat-node:first-child {
	border-top: 0;
}

.lg-archive__cat-node > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 0;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--lg-navy);
	text-decoration: none;
}

.lg-archive__cat-node > a:hover,
.lg-archive__cat-node.is-active > a,
.lg-archive__cat-node.is-ancestor > a {
	color: var(--lg-orange);
}

.lg-archive__cat-node small {
	color: var(--lg-gray);
	font-size: 12px;
	font-weight: 600;
}

.lg-archive__cat-children {
	padding: 0 0 8px 10px;
}

.lg-archive__cat-children .lg-archive__cat-node {
	border: 0;
}

.lg-archive__cat-children .lg-archive__cat-node > a {
	padding: 5px 0;
	font-size: 13px;
	font-weight: 500;
	text-transform: none;
	color: var(--lg-gray);
}

.lg-archive__cat-children .lg-archive__cat-node.is-active > a {
	color: var(--lg-orange);
	font-weight: 700;
}

.lg-archive__filter-block {
	border-top: 1px solid var(--lg-border);
	padding-top: 12px;
	margin-top: 12px;
}

.lg-archive__filter-block:first-of-type {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}

.lg-archive__filter-head + .lg-archive__filter-block {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}

.lg-archive__filter-label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 13px;
	font-weight: 700;
	color: var(--lg-navy);
	margin: 0 0 10px;
}

.lg-archive__filter-label::after {
	content: '';
	width: 8px;
	height: 8px;
	border-right: 2px solid var(--lg-gray);
	border-bottom: 2px solid var(--lg-gray);
	transform: rotate(45deg) translateY(-2px);
}

.lg-archive__filter-group .price_slider_wrapper {
	padding: 6px 2px 0;
}

.lg-archive__filter-group .price_slider {
	position: relative;
	height: 4px;
	background: var(--lg-border);
	border-radius: 999px;
	margin: 16px 8px;
}

.lg-archive__filter-group .ui-slider-range {
	position: absolute;
	height: 100%;
	background: var(--lg-orange);
	border-radius: 999px;
}

.lg-archive__filter-group .ui-slider-handle {
	position: absolute;
	top: 50%;
	width: 14px;
	height: 14px;
	background: #fff;
	border: 2px solid var(--lg-orange);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.lg-archive__filter-group .price_slider_amount {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
	font-size: 12px;
	color: var(--lg-gray);
}

.lg-archive__filter-group .price_slider_amount .button {
	display: none;
}

.lg-archive__filter-group .price_slider_amount .button:hover {
	display: none;
}

.lg-archive__filter-group .price_label {
	flex: 1 1 100%;
	font-family: var(--lg-font-price);
	color: var(--lg-navy);
}

.lg-archive__filter-group .woocommerce-widget-layered-nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lg-archive__filter-group .woocommerce-widget-layered-nav-list__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 5px 0;
	font-size: 13px;
	color: var(--lg-gray);
}

.lg-archive__filter-group .woocommerce-widget-layered-nav-list__item a {
	color: inherit;
	text-decoration: none;
}

.lg-archive__filter-group .woocommerce-widget-layered-nav-list__item a:hover,
.lg-archive__filter-group .woocommerce-widget-layered-nav-list__item.chosen a {
	color: var(--lg-orange);
}

.lg-archive__filter-group .count {
	color: var(--lg-gray);
	font-size: 12px;
}

.lg-archive-spec-filters {
	border-top: 1px solid var(--lg-border);
	margin: 0;
	margin-top: 12px;
	padding-top: 12px;
}

.lg-archive__filter-head + .lg-archive-spec-filters {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.lg-archive-range {
	padding: 8px 8px 0;
}

.lg-archive-range__slider {
	position: relative;
	height: 4px;
	margin: 12px 4px 18px;
	background: var(--lg-border);
	border: 0;
	border-radius: 999px;
}

.lg-archive-range__slider .ui-slider-range {
	position: absolute;
	height: 100%;
	background: var(--lg-orange);
	border-radius: 999px;
}

.lg-archive-range__slider .ui-slider-handle {
	position: absolute;
	top: 50%;
	width: 14px;
	height: 14px;
	margin-left: -7px;
	background: #fff;
	border: 2px solid var(--lg-orange);
	border-radius: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	outline: 0;
}

.lg-archive-range__values {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	color: var(--lg-navy);
	font-family: var(--lg-font-price);
	font-size: 12px;
}

.lg-archive-range__field {
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	gap: 4px;
	margin: 0;
	color: var(--lg-gray);
	font-family: var(--lg-font-base);
	font-size: 11px;
	font-weight: 500;
}

.lg-archive-range__field input {
	width: 100%;
	height: 32px;
	padding: 6px 8px;
	border: 1px solid #d8dde3;
	border-radius: 3px;
	background: #fff;
	color: var(--lg-navy);
	font-family: var(--lg-font-price);
	font-size: 12px;
}

.lg-archive-range__field input:focus {
	border-color: var(--lg-orange);
	outline: 0;
}

.lg-archive-select {
	width: 100%;
	height: 36px;
	border: 1px solid #d8dde3;
	border-radius: 3px;
	background: #fff;
	color: var(--lg-navy);
	font-family: inherit;
	font-size: 13px;
	padding: 0 28px 0 9px;
}

.lg-archive-choice {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 8px 0;
	color: var(--lg-gray);
	font-size: 13px;
	line-height: 1.35;
	cursor: pointer;
}

.lg-archive-choice input {
	margin: 2px 0 0;
}

.lg-archive-choice input:checked + span {
	color: var(--lg-navy);
	font-weight: 700;
}

.lg-archive-spec-filters__actions {
	margin-top: 14px;
}

.lg-archive-spec-filters__actions button {
	width: 100%;
	min-height: 38px;
	border: 0;
	border-radius: 3px;
	background: var(--lg-navy);
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.lg-archive-spec-filters__actions button:hover {
	background: var(--lg-orange);
}

/* =========================================================
   Main content
   ========================================================= */

.lg-archive__main {
	min-width: 0;
}

.lg-archive__products-title {
	color: var(--lg-navy);
	font-size: 22px;
	line-height: 1.25;
	margin: 0 0 12px;
}

.lg-archive__intro {
	background: #fff;
	border: 1px solid var(--lg-border);
	border-radius: 4px;
	padding: 22px 24px;
	margin: 28px 0 0;
	color: var(--lg-navy);
	font-size: 15px;
	line-height: 1.65;
}

.lg-archive__intro h2,
.lg-archive__intro h3 {
	font-size: 22px;
	line-height: 1.25;
	margin: 0 0 12px;
	color: var(--lg-navy);
}

.lg-archive__intro p {
	margin: 0 0 14px;
}

.lg-archive__intro p:last-child {
	margin-bottom: 0;
}

.lg-archive__toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	background: #fff;
	border: 1px solid var(--lg-border);
	border-radius: 4px;
	padding: 10px 12px;
	margin-bottom: 10px;
}

.lg-archive__toolbar .woocommerce-result-count {
	order: 1;
	font-size: 13px;
	color: var(--lg-gray);
	margin: 0;
}

.lg-archive__toolbar .woocommerce-ordering {
	order: 3;
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
}

.lg-archive__tax-note {
	order: 2;
	color: var(--lg-gray);
	font-size: 12px;
	margin-right: auto;
}

.lg-archive__toolbar .woocommerce-ordering::before {
	content: 'Sortare';
	font-size: 13px;
	color: var(--lg-gray);
}

.lg-archive__toolbar .orderby {
	height: 34px;
	border: 1px solid var(--lg-border);
	border-radius: 3px;
	background: #fff;
	color: var(--lg-navy);
	font-family: inherit;
	font-size: 13px;
	padding: 0 28px 0 10px;
	cursor: pointer;
}

.lg-archive__empty,
.lg-archive__main .woocommerce-info {
	background: #fff;
	border: 1px solid var(--lg-border);
	border-radius: 4px;
	color: var(--lg-gray);
	font-size: 15px;
	padding: 34px 20px;
	text-align: center;
}

/* =========================================================
   Product grid
   ========================================================= */

.lg-archive__main ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--lg-product-card-gap, 10px);
	list-style: none;
	margin: 0;
	padding: 0;
}

.lg-archive-card {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #fff;
	border: .1px solid var(--lg-border);
	border-radius: 0;
	padding: 14px;
	min-width: 0;
}

body.lg-archive-card-border-animation .lg-archive-card::before,
body.lg-archive-card-border-animation .lg-archive-card::after {
	content: '';
	position: absolute;
	inset: -1px;
	z-index: 1;
	border-radius: inherit;
	pointer-events: none;
	background-repeat: no-repeat;
}

body.lg-archive-card-border-animation .lg-archive-card::before {
	background-image:
		linear-gradient(var(--lg-orange), var(--lg-orange)),
		linear-gradient(var(--lg-orange), var(--lg-orange));
	background-position:
		right top,
		left top;
	background-size:
		0 1px,
		1px 0;
}

body.lg-archive-card-border-animation .lg-archive-card::after {
	background-image:
		linear-gradient(var(--lg-orange), var(--lg-orange)),
		linear-gradient(var(--lg-orange), var(--lg-orange));
	background-position:
		left bottom,
		right bottom;
	background-size:
		0 1px,
		1px 0;
}

body.lg-archive-card-border-animation .lg-archive-card:hover::before,
body.lg-archive-card-border-animation .lg-archive-card:focus-within::before {
	animation: lg-archive-border-top-right .36s linear forwards;
}

body.lg-archive-card-border-animation .lg-archive-card:hover::after,
body.lg-archive-card-border-animation .lg-archive-card:focus-within::after {
	animation: lg-archive-border-bottom-left .36s linear forwards;
}

.lg-archive-card > * {
	position: relative;
	z-index: 2;
}

@media (prefers-reduced-motion: reduce) {
	body.lg-archive-card-border-animation .lg-archive-card:hover::before,
	body.lg-archive-card-border-animation .lg-archive-card:focus-within::before,
	body.lg-archive-card-border-animation .lg-archive-card:hover::after,
	body.lg-archive-card-border-animation .lg-archive-card:focus-within::after {
		animation-duration: 1ms;
	}
}

@keyframes lg-archive-border-top-right {
	0% {
		background-size:
			0 1px,
			1px 0;
	}
	50% {
		background-size:
			100% 1px,
			1px 0;
	}
	100% {
		background-size:
			100% 1px,
			1px 100%;
	}
}

@keyframes lg-archive-border-bottom-left {
	0% {
		background-size:
			0 1px,
			1px 0;
	}
	50% {
		background-size:
			100% 1px,
			1px 0;
	}
	100% {
		background-size:
			100% 1px,
			1px 100%;
	}
}

.lg-archive-card__media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
}

.lg-archive-card__image-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1 / 0.82;
	overflow: hidden;
	text-decoration: none;
}

.lg-archive-card__img {
	display: block;
	max-width: 100%;
	max-height: 175px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.lg-archive-card__slideshow-img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: #fff;
	opacity: 0;
	pointer-events: none;
	transition: opacity .18s ease;
	will-change: opacity;
}

.lg-archive-card__slideshow-img.is-visible {
	opacity: 1;
}

.lg-archive-card__slideshow-progress {
	--lg-archive-slideshow-duration: 1100ms;
	--lg-archive-slideshow-progress-height: 2px;
	position: absolute;
	right: 12px;
	bottom: 6px;
	left: 12px;
	z-index: 2;
	display: block;
	height: var(--lg-archive-slideshow-progress-height);
	border-radius: 999px;
	background: rgba(39, 57, 96, .16);
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	transition: opacity .15s ease;
}

.lg-archive-card__slideshow-progress > span {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background: var(--lg-orange);
	transform: scaleX(0);
	transform-origin: left center;
}

.lg-archive-card__slideshow-progress.is-running {
	opacity: 1;
}

.lg-archive-card__slideshow-progress.is-running > span {
	animation: lg-archive-slideshow-progress var(--lg-archive-slideshow-duration) linear forwards;
}

@keyframes lg-archive-slideshow-progress {
	from {
		transform: scaleX(0);
	}
	to {
		transform: scaleX(1);
	}
}

@media (prefers-reduced-motion: reduce) {
	.lg-archive-card__slideshow-img,
	.lg-archive-card__slideshow-progress {
		transition: none;
	}
}

.lg-archive-card__badge {
	position: absolute;
	top: 0;
	left: 0;
	background: var(--lg-orange);
	color: #fff;
	border-radius: 3px;
	padding: 4px 8px;
	font-size: 11px;
	font-weight: 700;
	z-index: 1;
}

.lg-archive-card__actions {
	position: absolute;
	top: 4px;
	right: 2px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.lg-archive-card__action {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	padding: 0;
	border: 0;
	border-radius: 4px;
	background: transparent;
	color: var(--lg-navy);
	cursor: pointer;
	transition: color .15s ease;
}

.lg-archive-card__action::after {
	content: attr(data-tooltip);
	position: absolute;
	top: 0;
	right: calc(100% + 8px);
	left: auto;
	z-index: 3;
	min-width: max-content;
	padding: 5px 8px;
	border-radius: 3px;
	background: var(--lg-navy);
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
	opacity: 0;
	pointer-events: none;
	transform: translate(4px, 0);
	transition: opacity .1s ease, transform .1s ease;
	white-space: nowrap;
}

.lg-archive-card__action:hover::after,
.lg-archive-card__action:focus-visible::after {
	opacity: 1;
	transform: translate(0, 0);
}

.lg-archive-card__action:hover {
	color: var(--lg-orange);
}

.lg-archive-card__action--wishlist:hover,
.lg-archive-card__action--wishlist.is-active {
	color: #e74c3c;
}

.lg-archive-card__heart {
	display: block;
	width: 16px;
	height: 16px;
	overflow: visible;
}

.lg-archive-card__heart-fill {
	fill: currentColor;
	stroke: none;
	opacity: 0;
	transform: scaleY(.08);
	transform-box: fill-box;
	transform-origin: center bottom;
	transition: transform .26s cubic-bezier(.2, .8, .2, 1), opacity .12s ease;
}

.lg-archive-card__heart-outline {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.lg-archive-card__action--wishlist.is-active .lg-archive-card__heart-fill {
	opacity: 1;
	transform: scaleY(1);
}

.lg-archive-card__compare-icon {
	display: block;
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: fill .16s ease, stroke .16s ease, transform .16s ease;
}

.lg-archive-card__action--compare.is-active {
	color: var(--lg-navy);
}

.lg-archive-card__action--compare.is-active .lg-archive-card__compare-icon {
	fill: currentColor;
	animation: lg-archive-check-pop .2s ease-out;
}

.lg-archive-card__action--compare.is-active .lg-archive-card__compare-icon path {
	stroke: #fff;
}

.lg-archive-card__action--compare:not(.is-active) .lg-archive-card__compare-icon path {
	display: none;
}

@keyframes lg-archive-check-pop {
	0% { transform: scale(.84); }
	70% { transform: scale(1.08); }
	100% { transform: scale(1); }
}

.lg-archive-card__content {
	min-width: 0;
	min-height: 158px;
	padding: 10px 0 0;
}

.lg-archive-card__title {
	font-size: 13px;
	line-height: 1.35;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}

.lg-archive-card__title a {
	color: var(--lg-navy);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: 36px;
	overflow: hidden;
	text-decoration: none;
}

.lg-archive-card__title a:hover {
	color: var(--lg-orange);
}

.lg-archive-card__specs {
	display: flex;
	flex-direction: column;
	gap: 2px;
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}

.lg-archive-card__specs li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	border-top: 1px solid var(--lg-border);
	min-height: 22px;
	padding-top: 4px;
	font-size: 12px;
	line-height: 1.3;
}

.lg-archive-card__specs span {
	color: var(--lg-gray);
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lg-archive-card__specs strong {
	color: var(--lg-navy);
	flex-shrink: 0;
	font-weight: 700;
	max-width: 48%;
	overflow: hidden;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lg-archive-card__buy {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	flex: 1;
	margin-top: 5px;
}

.lg-archive-card__stock {
	align-self: flex-start;
	background: #e9f7ef;
	border-radius: 3px;
	color: #16803c;
	display: inline-flex;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 10px;
	padding: 5px 7px;
	text-transform: uppercase;
}

.lg-archive-card__stock-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 5px;
}

.lg-archive-card__stock-wrap .lg-archive-card__stock {
	margin-bottom: 4px;
}

.lg-archive-card__stock-delivery {
	color: var(--lg-gray);
	font-size: 10px;
	line-height: 1.35;
}

.lg-archive-card__stock--instock {
	margin-bottom: 5px;
}

.lg-archive-card__stock--outofstock {
	background: #fdecec;
	color: #b91c1c;
}

.lg-archive-card__stock--onbackorder {
	background: #fff2e6;
	color: var(--lg-orange);
}

.lg-archive-card__price {
	font-family: var(--lg-font-price);
	font-weight: 700;
	line-height: 1.15;
	color: var(--lg-navy);
	margin-bottom: 0;
	min-height: 40px;
}

.lg-archive-card__price-old {
	display: flex;
	align-items: baseline;
	color: var(--lg-gray);
	font-size: 11px;
	font-weight: 400;
	min-height: 16px;
	margin-bottom: 3px;
}

.lg-archive-card__price-old-label {
	font-size: 11px;
	font-weight: 400;
	margin-right: 4px;
}

.lg-archive-card__price-current {
	color: var(--lg-navy);
	font-size: 16px;
	font-weight: 700;
}

.lg-archive-card__cart {
	margin-top: auto;
}

.lg-archive-card__cart .button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 40px;
	background: var(--lg-orange);
	border: 0;
	border-radius: 3px;
	color: #fff !important;
	font-family: inherit;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	padding: 10px 14px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.lg-archive-card__cart .button:hover {
	background: var(--lg-orange-2);
	color: #fff !important;
}

.lg-archive-card__cart .button.loading {
	color: transparent !important;
	pointer-events: none;
}

.lg-archive-card__cart .button.loading::before,
.lg-archive-card__cart .button.loading::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	animation: lg-btn-dots 1.1s infinite ease-in-out both;
}

.lg-archive-card__cart .button.loading::before {
	margin-left: -17px;
	animation-delay: -.32s;
}

.lg-archive-card__cart .button.loading::after {
	margin-left: -3px;
	box-shadow: 14px 0 0 0 #fff;
	animation-delay: -.16s;
}

@keyframes lg-btn-dots {
	0%, 80%, 100% { transform: translateY(-50%) scale(.6); opacity: .5; }
	40% { transform: translateY(-50%) scale(1); opacity: 1; }
}

.lg-archive-card__cart .added_to_cart {
	display: none !important;
}

/* Pagination */

.lg-archive__main .woocommerce-pagination {
	margin-top: 28px;
	text-align: center;
}

.lg-archive__main .woocommerce-pagination ul {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 5px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.lg-archive__main .woocommerce-pagination a,
.lg-archive__main .woocommerce-pagination span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 34px;
	border: 1px solid var(--lg-border);
	border-radius: 3px;
	background: #fff;
	color: var(--lg-navy);
	font-size: 13px;
	text-decoration: none;
}

.lg-archive__main .woocommerce-pagination .current,
.lg-archive__main .woocommerce-pagination a:hover {
	background: var(--lg-orange);
	border-color: var(--lg-orange);
	color: #fff;
}


.lg-archive-load-more {
	margin-top: 28px;
	text-align: center;
}

.lg-archive-load-more__actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}

.lg-archive-load-more__button {
	min-height: 42px;
	border: 1px solid var(--lg-orange);
	border-radius: 3px;
	background: var(--lg-orange);
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	padding: 11px 20px;
	text-transform: uppercase;
}

.lg-archive-load-more__button:hover {
	background: var(--lg-orange-2);
	border-color: var(--lg-orange-2);
}

.lg-archive-load-more__button--secondary {
	background: #fff;
	border-color: var(--lg-navy);
	color: var(--lg-navy);
}

.lg-archive-load-more__button--secondary:hover {
	background: var(--lg-navy);
	border-color: var(--lg-navy);
	color: #fff;
}

.lg-archive-load-more__button:disabled {
	cursor: wait;
	opacity: .65;
}

.lg-archive-load-more.is-complete .lg-archive-load-more__actions {
	display: none;
}

.lg-archive-load-more__status {
	min-height: 18px;
	margin: 10px 0 0;
	color: var(--lg-gray);
	font-size: 13px;
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 1100px) {
	.lg-archive__layout {
		grid-template-columns: 240px minmax(0, 1fr);
		gap: 20px;
	}

	.lg-archive__main ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.lg-archive__layout {
		grid-template-columns: 1fr;
	}

	.lg-archive__mobile-filter-toggle {
		display: flex;
		align-items: center;
		gap: 10px;
		width: 100%;
		min-height: 48px;
		padding: 10px 14px;
		border: 1px solid var(--lg-border);
		border-radius: 8px;
		background: #fff;
		color: var(--lg-navy);
		font-size: 14px;
		font-weight: 700;
		text-align: left;
	}

	.lg-archive__mobile-filter-arrow {
		margin-left: auto;
		font-size: 20px;
		line-height: 1;
		transition: transform .2s ease;
	}

	.lg-archive__mobile-filter-icon {
		width: 20px;
		height: 20px;
		fill: none;
		stroke: currentColor;
		stroke-width: 1.8;
		stroke-linecap: round;
	}

	.lg-archive__mobile-filter-arrow.is-open {
		transform: rotate( 180deg );
	}

	.lg-archive__sidebar {
		position: fixed;
		inset: 0 auto 0 0;
		z-index: 1301;
		display: block;
		width: min(390px, 92vw);
		height: 100dvh;
		padding: 0 16px max(18px, env(safe-area-inset-bottom));
		overflow-y: auto;
		background: var(--lg-bg);
		box-shadow: 12px 0 34px rgba(11, 22, 40, .2);
		overscroll-behavior: contain;
		transform: translate3d(-100%, 0, 0);
		visibility: hidden;
		opacity: 0;
		transition: transform .28s cubic-bezier(.32, .72, 0, 1), visibility 0s linear .28s, opacity .2s ease;
	}

	.lg-archive__sidebar.is-open {
		transform: translate3d(0, 0, 0);
		visibility: visible;
		opacity: 1;
		transition: transform .28s cubic-bezier(.32, .72, 0, 1), visibility 0s linear 0s, opacity .2s ease;
	}

	.lg-archive__drawer-head {
		position: sticky;
		top: 0;
		z-index: 3;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		margin: 0 -16px 16px;
		padding: 16px 18px 14px;
		border-bottom: 1px solid var(--lg-border);
		background: #fff;
	}

	.lg-archive__drawer-eyebrow,
	.lg-archive__drawer-title {
		display: block;
	}

	.lg-archive__drawer-eyebrow {
		margin-bottom: 2px;
		color: var(--lg-orange);
		font-size: 11px;
		font-weight: 700;
		letter-spacing: .08em;
		text-transform: uppercase;
	}

	.lg-archive__drawer-title {
		color: var(--lg-navy);
		font-family: var(--lg-font-heading);
		font-size: 18px;
	}

	.lg-archive-card__action {
		width: 40px;
		height: 40px;
		background: rgba( 255, 255, 255, .9 );
		box-shadow: 0 2px 8px rgba( 11, 22, 40, .08 );
	}

	.lg-archive-card__actions {
		display: none;
	}

	.lg-archive-card__action::after {
		left: auto;
		right: calc( 100% + 8px );
		transform: translate( 4px, 0 );
	}

	.lg-archive__toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.lg-archive__toolbar .woocommerce-ordering {
		justify-content: space-between;
	}

	.lg-archive__toolbar .orderby {
		flex: 1;
		min-width: 0;
		height: 44px;
	}

	.lg-archive-card__title a {
		min-height: 44px;
	}

	.lg-archive__main ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.lg-archive > .lg-container,
	.lg-archive__top .lg-container {
		padding-right: var(--lg-page-gutter);
		padding-left: var(--lg-page-gutter);
	}

	.lg-archive__top {
		margin-bottom: 18px;
	}

	.lg-archive__title {
		font-size: 24px;
	}

	.lg-archive__filter-group,
	.lg-archive__intro {
		border-radius: 0;
		margin-left: 0;
		margin-right: 0;
	}

	.lg-archive-card {
		margin: 0;
		padding: 10px;
		border-radius: 0;
	}

	.lg-archive__mobile-filter-toggle {
		margin-inline: 0;
		width: 100%;
		border-radius: 0;
	}

	.lg-archive-card__image-link {
		aspect-ratio: 1 / 0.72;
	}

	.lg-archive-card__img {
		max-height: 135px;
	}

	.lg-archive__main ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lg-archive-card__title {
		font-size: 12px;
	}

	.lg-archive-card__specs li {
		gap: 5px;
		font-size: 11px;
	}

	.lg-archive-card__price-current {
		font-size: 14px;
	}

	.lg-archive-card__cart .button {
		padding-right: 8px;
		padding-left: 8px;
		font-size: 11px;
	}
}
