/* Shop, category and brand archive pills/filter sheet */
.ast-woo-shop-archive .ast-archive-entry-banner[data-post-type="product"] {
		border-radius: var(--we-radius, 30px);
		overflow: hidden;
	}
	.we-shop-category-pills {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 8px;
		clear: both;
		margin: 28px auto 0;
		max-width: 100%;
	}
	.ast-woocommerce-container > .we-shop-category-pills {
		justify-content: flex-start;
		margin: -4px 0 24px;
	}
	.we-shop-category-pills__item {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 36px;
		padding: 9px 17px 8px;
		border: 1.5px solid #28352c;
		border-radius: 999px;
		background: #fff;
		color: #28352c;
		font-size: 14px;
		font-weight: 900;
		letter-spacing: 0;
		line-height: 1;
		text-decoration: none !important;
		text-transform: uppercase;
		white-space: nowrap;
		transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
	}
	.we-shop-category-pills__item:hover,
	.we-shop-category-pills__item:focus-visible,
	.we-shop-category-pills__item.is-active {
		border-color: #28352c;
		background: #28352c;
		color: #fff;
	}
		@media (max-width: 921px) {
			.we-shop-category-pills {
				flex-wrap: wrap;
				justify-content: center;
				gap: 18px 14px;
				width: 100%;
				margin: 34px auto 0;
				padding: 0 16px 10px;
				overflow: visible;
			}
			.ast-woocommerce-container > .we-shop-category-pills {
				justify-content: center;
				margin: -2px auto 22px;
			}
		}
	.woocommerce button.astra-shop-filter-button,
	.woocommerce-page button.astra-shop-filter-button {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		box-sizing: border-box;
		min-height: 42px;
		padding: 0 22px;
		border: 0;
		border-radius: 999px;
		background: #28352c;
		color: #fff;
		font-size: 17px;
		font-weight: 900;
		letter-spacing: 0.04em;
		line-height: 1;
		text-transform: uppercase;
		white-space: nowrap;
		box-shadow: none;
	}
	.woocommerce button.astra-shop-filter-button:hover,
	.woocommerce button.astra-shop-filter-button:focus,
	.woocommerce-page button.astra-shop-filter-button:hover,
	.woocommerce-page button.astra-shop-filter-button:focus {
		background: #28352c;
		color: #fff;
	}
	.astra-off-canvas-sidebar-wrapper {
		visibility: hidden;
		pointer-events: none;
	}
	html.ast-off-canvas-overlay .astra-off-canvas-sidebar-wrapper {
		position: fixed !important;
		inset: 0 !important;
		z-index: 999999 !important;
		display: block !important;
		visibility: visible;
		pointer-events: auto;
		background: transparent !important;
	}
	html.ast-off-canvas-overlay .astra-off-canvas-sidebar-wrapper::before {
		content: "";
		position: absolute;
		inset: 0;
		background: rgba(25, 35, 29, 0.58);
		backdrop-filter: blur(4px);
	}
	.astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar {
		position: fixed !important;
		top: 0 !important;
		right: auto !important;
		bottom: 0 !important;
		left: 0 !important;
		display: flex !important;
		flex-direction: column;
		box-sizing: border-box;
		width: min(440px, 92vw) !important;
		height: 100vh !important;
		max-height: none !important;
		padding: 34px 28px 102px !important;
		border-radius: 0 28px 28px 0 !important;
		background: #fff !important;
		color: #111;
		overflow: auto !important;
		-webkit-overflow-scrolling: touch;
		box-shadow: 18px 0 55px rgba(0, 0, 0, 0.2);
		transform: translateX(-105%) !important;
		transition: transform 0.28s ease !important;
	}
	html.ast-off-canvas-overlay .astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar {
		transform: translateX(0) !important;
	}
	.astra-off-canvas-sidebar .ast-shop-filter-close {
		position: absolute;
		top: 22px;
		right: 22px;
		z-index: 4;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 48px;
		height: 48px;
		border-radius: 50%;
		background: #f3f3f3;
		color: #28352c;
		cursor: pointer;
	}
	.astra-off-canvas-sidebar .ast-shop-filter-close svg {
		width: 20px;
		height: 20px;
	}
	.we-filter-sheet__handle {
		display: none;
	}
	.we-filter-sheet__header {
		padding-right: 64px;
	}
	.we-filter-sheet__title {
		margin: 0 0 28px;
		color: #0f1112;
		font-size: 28px;
		font-weight: 900;
		letter-spacing: 0;
		line-height: 1.05;
		text-transform: uppercase;
	}
	.we-filter-sheet__section {
		margin: 0;
		padding: 0 0 22px;
		border-bottom: 1px solid #e6e6e6;
	}
	.we-filter-sheet__section + .we-filter-sheet__section,
	.astra-off-canvas-sidebar #block-16 {
		padding-top: 22px;
	}
	.we-filter-sheet__section-title,
	.astra-off-canvas-sidebar .wp-block-woocommerce-product-filter-price h3,
	.astra-off-canvas-sidebar .wp-block-woocommerce-product-filter-rating h3 {
		margin: 0 0 14px !important;
		color: #28352c;
		font-size: 18px;
		font-weight: 900;
		letter-spacing: 0;
		line-height: 1;
		text-transform: uppercase;
	}
	.we-filter-sheet__chips,
	.astra-off-canvas-sidebar #block-17 > .wc-block-product-categories > .wc-block-product-categories-list {
		display: flex !important;
		flex-wrap: wrap;
		gap: 10px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.we-filter-sheet__chip,
	.astra-off-canvas-sidebar #block-17 > .wc-block-product-categories > .wc-block-product-categories-list > .wc-block-product-categories-list-item > a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 42px;
		padding: 0 18px;
		border: 1.5px solid #dedede;
		border-radius: 999px;
		background: #f4f4f4;
		color: #28352c !important;
		font-size: 15px;
		font-weight: 900;
		line-height: 1;
		text-decoration: none !important;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.we-filter-sheet__chip.is-active,
	.we-filter-sheet__chip:hover,
	.astra-off-canvas-sidebar #block-17 > .wc-block-product-categories > .wc-block-product-categories-list > .wc-block-product-categories-list-item > a:hover {
		border-color: #28352c;
		background: #28352c;
		color: #fff !important;
	}
	.astra-off-canvas-sidebar #block-17 {
		margin: 0;
	}
	.astra-off-canvas-sidebar #block-17 .wc-block-product-categories-list ul,
	.astra-off-canvas-sidebar #block-17 .wc-block-product-categories-list--depth-1,
	.astra-off-canvas-sidebar #block-17 .wc-block-product-categories-list--depth-2,
	.astra-off-canvas-sidebar .wc-block-product-filters__open-overlay,
	.astra-off-canvas-sidebar .wc-block-product-filters__overlay-header,
	.astra-off-canvas-sidebar .wc-block-product-filters__overlay-content > h2,
	.astra-off-canvas-sidebar .wc-block-product-filters__overlay-footer {
		display: none !important;
	}
	.astra-off-canvas-sidebar #block-16 {
		margin: 0;
	}
	.astra-off-canvas-sidebar .wc-block-product-filters,
	.astra-off-canvas-sidebar .wc-block-product-filters__overlay,
	.astra-off-canvas-sidebar .wc-block-product-filters__overlay-wrapper,
	.astra-off-canvas-sidebar .wc-block-product-filters__overlay-dialog,
	.astra-off-canvas-sidebar .wc-block-product-filters__overlay-content {
		position: static !important;
		inset: auto !important;
		display: block !important;
		width: 100% !important;
		height: auto !important;
		max-height: none !important;
		padding: 0 !important;
		background: transparent !important;
		color: inherit !important;
		transform: none !important;
		transition: none !important;
		pointer-events: auto !important;
	}
	.astra-off-canvas-sidebar .wp-block-woocommerce-product-filter-price,
	.astra-off-canvas-sidebar .wp-block-woocommerce-product-filter-rating {
		margin: 0;
		padding: 22px 0;
		border-bottom: 1px solid #e6e6e6;
	}
	.astra-off-canvas-sidebar .wc-block-product-filter-price-slider__content {
		max-width: 520px;
	}
	.we-filter-sheet__accordion {
		margin: 0;
		border-bottom: 1px solid #e6e6e6;
	}
	.we-filter-sheet__accordion-toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 14px;
		width: 100%;
		padding: 22px 0;
		border: 0;
		background: transparent;
		color: #0f1112;
		font-size: 18px;
		font-weight: 900;
		letter-spacing: 0;
		line-height: 1;
		text-align: left;
		text-transform: uppercase;
		box-shadow: none;
		cursor: pointer;
	}
	.we-filter-sheet__accordion-toggle:hover,
	.we-filter-sheet__accordion-toggle:focus {
		background: transparent;
		color: #0f1112;
	}
	.we-filter-sheet__accordion-icon {
		flex: 0 0 auto;
		color: #28352c;
		font-size: 24px;
		line-height: 1;
		transition: transform 0.2s ease;
	}
	.we-filter-sheet__accordion-panel {
		display: none;
		padding: 0 0 22px;
	}
	.we-filter-sheet__accordion.is-open .we-filter-sheet__accordion-icon {
		transform: rotate(180deg);
	}
	.we-filter-sheet__accordion.is-open .we-filter-sheet__accordion-panel {
		display: block;
	}
	.we-filter-sheet__actions {
		position: sticky;
		right: 0;
		bottom: -102px;
		left: 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 12px;
		margin: 24px -28px -102px;
		padding: 18px 28px 24px;
		background: linear-gradient(to top, #fff 80%, rgba(255, 255, 255, 0));
	}
	.we-filter-sheet__action {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		min-height: 54px;
		border: 1.5px solid #dfe2e4;
		border-radius: 999px;
		background: #f7f7f7;
		color: #28352c !important;
		font-size: 17px;
		font-weight: 900;
		line-height: 1;
		text-decoration: none !important;
		text-transform: uppercase;
		box-shadow: none;
		cursor: pointer;
	}
	.we-filter-sheet__action--close {
		border-color: #b2db74;
		background: #b2db74;
	}
	@media (max-width: 921px) {
		body.post-type-archive-product,
		body.tax-product_cat,
		body.tax-pa_gamintojas,
		body.tax-product_brand {
			padding-bottom: calc(82px + env(safe-area-inset-bottom));
		}
		.woocommerce button.astra-shop-filter-button,
		.woocommerce-page button.astra-shop-filter-button {
			position: fixed !important;
			right: auto !important;
			bottom: calc(16px + env(safe-area-inset-bottom)) !important;
			left: 50% !important;
			z-index: 999998 !important;
			width: calc(100% - 32px);
			max-width: 420px;
			min-height: 54px;
			padding: 0 18px;
			font-size: 15px;
			box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
			transform: translateX(-50%);
		}
		html.ast-off-canvas-overlay .woocommerce button.astra-shop-filter-button,
		html.ast-off-canvas-overlay .woocommerce-page button.astra-shop-filter-button {
			opacity: 0;
			pointer-events: none;
		}
		.astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar {
			top: auto !important;
			right: auto !important;
			bottom: 0 !important;
			left: 50% !important;
			width: 100% !important;
			height: auto !important;
			max-height: 90vh !important;
			padding: 42px 18px 104px !important;
			border-radius: 30px 30px 0 0 !important;
			box-shadow: 0 -18px 55px rgba(0, 0, 0, 0.2);
			transform: translate(-50%, 105%) !important;
		}
		html.ast-off-canvas-overlay .astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar {
			transform: translate(-50%, 0) !important;
		}
		.astra-off-canvas-sidebar .ast-shop-filter-close {
			top: 48px;
			right: 18px;
			width: 64px;
			height: 64px;
		}
		.astra-off-canvas-sidebar .ast-shop-filter-close svg {
			width: 28px;
			height: 28px;
		}
		.we-filter-sheet__handle {
			position: absolute;
			top: 18px;
			left: 50%;
			display: block;
			width: 78px;
			height: 8px;
			border-radius: 999px;
			background: #d7d9dc;
			transform: translateX(-50%);
		}
		.we-filter-sheet__header {
			padding-right: 78px;
		}
		.we-filter-sheet__title {
			margin-bottom: 28px;
			font-size: 34px;
		}
		.we-filter-sheet__section-title,
		.astra-off-canvas-sidebar .wp-block-woocommerce-product-filter-price h3,
		.astra-off-canvas-sidebar .wp-block-woocommerce-product-filter-rating h3,
		.we-filter-sheet__accordion-toggle {
			font-size: 24px;
		}
		.we-filter-sheet__chip,
		.astra-off-canvas-sidebar #block-17 > .wc-block-product-categories > .wc-block-product-categories-list > .wc-block-product-categories-list-item > a {
			min-height: 48px;
			padding: 0 20px;
			font-size: 19px;
		}
		.we-filter-sheet__actions {
			bottom: -104px;
			margin: 24px -18px -104px;
			padding: 18px;
			gap: 12px;
		}
		.we-filter-sheet__action {
			min-height: 58px;
			font-size: 21px;
		}
	}
	@media (max-width: 544px) {
		.we-filter-sheet__title {
			font-size: 28px;
		}
		.we-filter-sheet__chip,
		.astra-off-canvas-sidebar #block-17 > .wc-block-product-categories > .wc-block-product-categories-list > .wc-block-product-categories-list-item > a {
			min-height: 42px;
			padding: 0 16px;
			font-size: 15px;
		}
		.we-filter-sheet__action {
			font-size: 18px;
		}
	}
