.fpp-woo-archive {
	padding: 40px 0;
}

.fpp-woo-archive .ast-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}

.fpp-woo-archive .ast-row {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 40px;
	align-items: start;
	width: 100%;
	margin: unset;
}

/* Search Results Layout Fixes */
/* Reverting forced 100% width on containers to match site layout */
/* The sidebar is removed via search.php, so content will naturally fill the container */

.search-results .fpp-woo-archive {
	padding: 40px 0;
	width: 100%;
}

.search-results ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr) !important;
	gap: 25px !important;
}

.search-results .ast-row {
	grid-template-columns: 1fr;
	gap: 0;
	width: 100%;
}

/* Match Category Card Styling */
.search-results ul.products li.product {
	border: 1px solid #e5e5e5 !important;
	border-radius: 8px !important;
	padding: 20px !important;
	background: #fff !important;
	text-align: center !important;
	transition: all 0.3s ease !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: space-between !important;
	margin: 0;
}

.search-results ul.products li.product:hover {
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1) !important;
	transform: translateY(-3px) !important;
}

/* Green View Item Button */
.search-results .fpp-view-item-btn {
	background-color: #4AC674 !important;
	color: #fff !important;
	border-radius: 5px;
	padding: 12px 30px;
	font-size: 14px;
	font-weight: 600;
	margin-top: auto;
	/* Push to bottom */
	display: inline-block;
	text-decoration: none;
}

.search-results .fpp-view-item-btn:hover {
	background-color: #3eb567 !important;
	transform: translateY(-2px);
}

@media (max-width: 1200px) {
	.search-results ul.products {
		grid-template-columns: repeat(3, 1fr) !important;
	}
}

@media (max-width: 768px) {
	.search-results ul.products {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

.fpp-archive-header-wrapper {
	width: 100%;
	display: block;
	margin-bottom: 30px;
}

.fpp-archive-header-wrapper .ast-woocommerce-container {
	padding: 0;
}

.fpp-woo-archive .ast-container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.fpp-sidebar-filters {
	position: sticky;
	top: 20px;
	background-color: #F2F9FD;
	padding: 20px 15px;
	border-radius: 10px;
	padding-bottom: 0;
}

.fpp-main-products {
	width: 100%;
}

.fpp-main-products .woocommerce-breadcrumb {
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
}

.fpp-main-products .woocommerce-breadcrumb a {
	color: #0073aa;
	text-decoration: none;
}

.fpp-main-products .woocommerce-breadcrumb a:hover {
	text-decoration: underline;
}

.fpp-main-products .woocommerce-products-header {
	margin-bottom: 25px;
}

.fpp-archive-header-wrapper .woocommerce-products-header__title {
	font-size: 28px;
	font-weight: 600;
	color: #000;
	margin: 0 0 10px 0;
}

.fpp-main-products .term-description {
	font-size: 15px;
	color: #505050;
	line-height: 1.6;
	margin: 0 0 20px 0;
}

.fpp-category-banner {
	background-color: #0097CE;
	color: #fff;
	border-radius: 8px;
	padding: 15px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	width: 100%;
	box-sizing: border-box;
}

.fpp-banner-left {
	display: flex;
	align-items: baseline;
	gap: 10px;
	flex-wrap: nowrap;
	white-space: nowrap;
}

.fpp-category-banner h1.page-title {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-family: 'Outfit', sans-serif;
	font-weight: 700;
	color: #fff;
	text-transform: capitalize;
}

.fpp-banner-label {
	font-size: 24px;
	font-family: serif;
	font-style: italic;
	font-weight: 400;
	color: #fff;
}

.fpp-product-countable {
	font-size: 13px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.9);
	text-transform: capitalize;
	position: relative;
	letter-spacing: 0.5px;
	padding-left: 35px;
}

.fpp-product-countable:before {
	content: '';
	width: 30px;
	position: absolute;
	background: white;
	height: 1px;
	top: 43%;
	left: 0;
}

.woocommerce-page ul.products li.product {
	margin-bottom: unset;
}

.fpp-custom-sort-container {
	position: relative;
	z-index: 100;
}

.fpp-real-sorting-form {
	display: none;
}

.fpp-sort-trigger,
.fpp-sort-trigger:focus {
	background: transparent;
	border: 2px solid #FFFFFF;
	border-radius: 8px;
	padding: 12px 14px;
	display: flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	transition: all 0.2s ease;
	white-space: nowrap;
}

.fpp-sort-trigger:hover,
.fpp-custom-dropdown.active .fpp-sort-trigger {
	background: rgba(255, 255, 255, 0.1);
	border-color: #fff;
}

.fpp-sort-icon svg {
	display: block;
}

.fpp-sort-options:not(:has(li.active)) li:first-child a {
	color: #008BC2;
	background: #F2F9FD;
}


.fpp-sort-options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fpp-sort-options li a {
	padding: 16px 8px;
	font-size: 14px;
	color: #333;
	font-weight: 500;
	cursor: pointer;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	transition: background 0.2s;
	text-align: justify;
}

.fpp-sort-options li:last-child {
	border-bottom: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.fpp-sort-options li:hover {
	background: #fff;
	color: #008BC2;
}

.fpp-banner-right .woocommerce-ordering {
	margin: 0;
}

.fpp-woo-archive .fpp-banner-right .woocommerce-ordering select:hover {
	background-color: rgba(255, 255, 255, 0.1) !important;
	border-color: #fff !important;
}

.fpp-woo-archive .fpp-banner-right .woocommerce-ordering select:focus {
	outline: none;
	border-color: #fff !important;
	background-color: rgba(255, 255, 255, 0.15) !important;
}

.fpp-banner-right .woocommerce-ordering select option {
	color: #333;
	background: #fff;
	padding: 8px;
}

.woocommerce .woocommerce-ordering select:focus {
	outline: none;
	border-color: #84B8E1;
}

.fpp-archive-header-wrapper .woocommerce-breadcrumb a:first-child {
	color: #1E1E1E;
}

.fpp-archive-header-wrapper .woocommerce-breadcrumb *,
.woocommerce-js .woocommerce-breadcrumb a,
.woocommerce-js .woocommerce-breadcrumb {
	color: #0097CE;
}

@media (max-width: 1024px) {
	.fpp-woo-archive .ast-row {
		grid-template-columns: 250px 1fr;
		gap: 30px;
	}
}

@media (max-width: 768px) {
	.fpp-woo-archive .ast-row {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.fpp-sidebar-filters {
		position: static;
		order: 1;

		margin-bottom: 25px;
	}

	.fpp-main-products {
		order: 2;
	}

	.fpp-main-products .woocommerce-products-header__title {
		font-size: 24px;
	}

	.woocommerce-before-shop-loop {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (max-width: 1200px) {
	.woocommerce ul.products {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.woocommerce ul.products {
		grid-template-columns: repeat(2, 1fr);
	}

	.woocommerce ul.products li.product {
		padding: 10px !important;
	}
}

@media (max-width: 480px) {
	.woocommerce ul.products {
		gap: 10px;
	}

	.woocommerce ul.products li.product .button {
		padding: 10px !important;
		font-size: 12px !important;
	}
}

.woocommerce ul.products li.product {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	padding: 20px;
	text-align: center;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
}


.woocommerce ul.products li.product:hover {
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	border-color: #84B8E1;
	transform: translateY(-3px);
}

.woocommerce ul.products li.product img {
	width: 100%;
	height: 300px;
	object-fit: contain;
	border-radius: 6px;
	margin-bottom: 15px;
	background-color: #fff;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin: 10px 0;
	min-height: 45px;
}

.woocommerce ul.products li.product .price {
	font-size: 18px;
	font-weight: 700;
	color: #2c3e50;
	margin: 10px 0;
}

.woocommerce ul.products li.product .button {
	background: #4AC674;
	color: #fff !important;
	border: none;
	border-radius: 5px;
	padding: 12px 30px;
	font-size: 12px;
	font-weight: 600;
	width: 100%;
	max-width: 200px;
	transition: all 0.3s ease;
	text-align: center;
}

.woocommerce ul.products li.product .button:hover {
	transform: translateY(-2px);
}

.fpp-sidebar-filters .widget {
	background: #F2F9FD;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 20px;
}

.fpp-sidebar-filters .widget-title {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	margin: 0 0 15px 0;
	padding-bottom: 10px;
	border-bottom: 2px solid #84B8E1;
}

.fpp-sidebar-filters .widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fpp-sidebar-filters .widget ul li {
	margin-bottom: 10px;
	font-size: 14px;
}

.fpp-sidebar-filters .widget ul li a {
	color: #505050;
	text-decoration: none;
	transition: color 0.3s ease;
}

.fpp-sidebar-filters .widget ul li a:hover {
	color: #84B8E1;
}


.fpp-sidebar-filters .widget_price_filter .price_slider_wrapper {
	padding: 10px 0;
}

.fpp-sidebar-filters .widget_price_filter .button {
	background: #84B8E1;
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 8px 20px;
	font-size: 14px;
	width: 100%;
	margin-top: 10px;
}

.fpp-sidebar-filters .widget_price_filter .button:hover {
	background: #6a9bc7;
}

.woocommerce nav.woocommerce-pagination {
	margin-top: 40px;
	text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
	display: inline-flex;
	gap: 10px;
	border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
	margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	padding: 10px 15px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	color: #333;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #84B8E1;
	color: #fff;
	border-color: #84B8E1;
}

.fpp-sort-options-wrapper {
	display: none;
	background: white;
	position: absolute;
	border-radius: 10px;
	min-width: 220px;
	right: 0;
	top: 3.5rem;
	border: 1px solid #0000002b;
	overflow: hidden;
	box-shadow: 10px 10px 50px #0000001f;
}

.fpp-sort-options-wrapper:before {
	content: '';
	border-top: 20px solid white;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	z-index: 9999;
	top: -20px;
	transform: rotate(180deg);
	right: 21px;
}

.fpp-sort-options-wrapper li a {
	padding: 10px 20px;
	font-weight: 600;
	color: black;
	display: block;
}

.fpp-sort-options-wrapper li a:hover {
	background: #F2F9FD;
	color: #0097CE;
}

.fpp-archive-header-wrapper #primary {
	margin: unset;
}

.fpp-sort-options li.active a {
	background: #F2F9FD;
	color: #008BC2;
}

.fpp-filter-section {
	margin-bottom: 32px;
}

.fpp-filter-section:last-child {
	margin-bottom: 0;
}

.fpp-filter-title {
	font-size: 16px;
	font-weight: 700;
	color: #14181F;
	margin: 0 0 16px 0;
	font-family: 'Outfit', sans-serif;
}


.fpp-range-inputs {
	position: relative;
	height: 6px;
	margin: 30px 0 25px 0;
}

.fpp-range-track {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #CBD3DB;
	border-radius: 99px;
	top: 0;
	left: 0;
}

.fpp-range-progress {
	position: absolute;
	height: 100%;
	background-color: #4AC674;
	border-radius: 99px;
	top: 0;
}

.fpp-range-inputs input[type="range"] {
	position: absolute;
	width: 100%;
	height: 6px;
	top: 0;
	left: 0;
	pointer-events: none;
	-webkit-appearance: none;
	appearance: none;
	background: none;
	margin: 0;
}

.fpp-range-inputs input[type="range"]:focus,
.fpp-range-inputs input[type="range"]:active,
.fpp-range-inputs input[type="range"]:hover {
	outline: none !important;
	box-shadow: none !important;
	border: none !important;
}

.fpp-range-inputs input[type="range"]::-moz-focus-outer,
.fpp-range-inputs input[type="range"]::-moz-focus-inner {
	border: 0 !important;
	outline: none !important;
}

.fpp-range-inputs input[type="range"]:-moz-focusring {
	outline: none !important;
}

.fpp-range-inputs input[type="range"]::-webkit-slider-runnable-track {
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
	color: transparent !important;
}

.fpp-range-inputs input[type="range"]::-moz-range-track {
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
	color: transparent !important;
}

.fpp-range-inputs input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #4AC674;
	border: 4px solid #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	pointer-events: auto;
	margin-top: -7px;
}

.fpp-range-inputs input[type="range"]::-webkit-slider-thumb:hover {
	transform: scale(1.1);
}

.fpp-range-inputs input[type="range"]::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #4AC674;
	border: 4px solid #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	pointer-events: auto;
}


.fpp-price-inputs {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 20px;
}

.fpp-input-group {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 6px;
}

.fpp-input-label {
	font-size: 16px;
	font-weight: 600;
	color: #111;
}

.fpp-price-input {
	width: 90% !important;
	padding: 10px 12px !important;
	border: 1px solid #E5E5E5;
	border-radius: 8px !important;
	font-size: 14px !important;
	color: #333 !important;
	font-weight: 600 !important;
	outline: none;
	transition: all 0.2s ease !important;
	background: #fff !important;
}

.fpp-price-input:focus {
	border-color: #4AC674 !important;
	box-shadow: 0 0 0 3px rgba(74, 198, 116, 0.1) !important;
}


.fpp-category-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	background: #fff;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	color: #111;
	text-decoration: none;
	margin-bottom: 16px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
	transition: all 0.2s;
	width: 100%;
}

.fpp-category-pill:hover {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
	color: #111;
}

.fpp-pill-icon {
	font-size: 18px;
	line-height: 1;
	color: #666;
	font-weight: 400;
}

.fpp-category-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0px;
}

.fpp-category-list li a {
	display: block;
	font-size: 15px;
	color: #444;
	text-decoration: none;
	padding: 4px 0;
	transition: color 0.2s;
	font-weight: 500;
}

.fpp-category-list li a:hover {
	color: #4AC674;
}


.fpp-filter-apply {
	width: 100%;
	background: #4AC674;
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 12px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s;
	margin-top: 10px;
}

.fpp-filter-apply:hover {
	background: #3eb567;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(74, 198, 116, 0.3);
}

.fpp-filter-apply:focus {
	background: #4AC674;
}

.fpp-mobile-filter-wrapper {
	display: none;
}


.fpp-mobile-filter-header {
	display: none;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.fpp-mobile-filter-header h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: #333;
}

#fpp-close-filter {
	background: none;
	border: none;
	font-size: 28px;
	line-height: 1;
	color: #333;
	cursor: pointer;
	padding: 0 5px;
}


.fpp-filter-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9998;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.fpp-filter-overlay.active {
	opacity: 1;
	visibility: visible;
}

/* =========================================
   Product Page Customization
   ========================================= */

/* Breadcrumbs */
.single-product .summary .woocommerce-breadcrumb {
	display: none;
}

.single-product .woocommerce-breadcrumb {
	margin-bottom: 30px;
	font-size: 15px;
	color: #0097CE;
	/* Blue as per Figma */
	font-weight: 500;
	padding-left: 0;
}

.single-product .woocommerce-breadcrumb a:first-child {
	color: #1E1E1E;
	text-decoration: underline;
}

.single-product .woocommerce-breadcrumb a {
	color: #0097CE;
	text-decoration: none;
}

.single-product .woocommerce-breadcrumb a:hover {
	text-decoration: underline;
}

.single-product .woocommerce-breadcrumb span:last-child,
/* Often the styling wrapper */
.single-product .woocommerce-breadcrumb .breadcrumb-leaf {
	/* Some themes use this */
	font-weight: 600;
}

/* Product Gallery */
.woocommerce-product-gallery {
	margin-bottom: 40px;
}

.woocommerce-js div.product div.images img {
	border: 2px solid #CCCCCC;
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 25px;
	box-shadow: none;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image img {
	border-radius: 0;
	width: 100%;
	height: auto;
	display: block;
}

/* Thumbnails */
.woocommerce-product-gallery .flex-control-thumbs {
	display: flex;
	/* Flex is safer for variable counts */
	flex-wrap: wrap;
	gap: 15px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.woocommerce-product-gallery .flex-control-thumbs li {
	flex-shrink: 0;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 16px;
	overflow: hidden;
	transition: all 0.2s ease;
	box-sizing: border-box;
	position: relative;
	width: 100px !important;
	border: 1.5px solid #F1F1F1;
	margin: unset !important;
}

.woocommerce-product-gallery .flex-control-thumbs li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 16px;
	display: block;
	opacity: 0.8;
	transition: opacity 0.2s ease;
	padding: 5px;
}

.woocommerce-product-gallery .flex-control-thumbs li img.flex-active,
.woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.woocommerce-product-gallery .flex-control-thumbs li:has(img.flex-active),
.woocommerce-product-gallery .flex-control-thumbs li:hover {
	border: 1.5px solid #1A432E;
}

.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	border: none;
}

.woocommerce-product-gallery__trigger {
	border-radius: 50%;
	top: 15px;
	right: 15px;
	background: #fff;
	color: #333;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.single-product h1.product_title.entry-title {
	font-size: 26px;
	color: #1D2939;
}

.fpp-category-banner {
	flex-wrap: wrap;
	gap: 15px;
}

@media (max-width: 768px) {

	.fpp-category-banner {
		padding: 20px 15px;
		gap: 0px;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.fpp-banner-left {
		width: 100%;
		flex-direction: column;
		align-items: center;
		margin-bottom: 5px;
		gap: 0px;
	}

	.fpp-banner-label {
		font-size: 24px;
	}

	.fpp-product-countable {
		font-size: 14px;
		opacity: 0.9;
		margin-top: 4px;
	}

	.fpp-banner-right {
		width: 100%;
	}

	.fpp-custom-sort-container {
		display: flex !important;
		flex-direction: row !important;
		gap: 12px;
		width: 100%;
	}

	.fpp-mobile-filter-wrapper,
	.fpp-custom-dropdown {
		display: block;
		flex: 1;
		width: auto;
	}

	.fpp-custom-dropdown button {
		width: 100%;
		justify-content: center;
	}

	.fpp-sort-trigger {
		width: 100%;
		justify-content: center;
		padding: 10px 15px;
		font-size: 14px;
		height: 44px;
	}

	.fpp-sidebar-filters {
		position: fixed;
		bottom: 0;
		left: 0;
		top: auto !important;
		width: 100%;
		height: 85vh;
		max-height: 85vh;
		background: #F2F9FD;
		z-index: 99999;
		border-radius: 20px 20px 0 0;
		padding: 0;
		box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.15);
		transform: translateY(100%);
		transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
		margin: 0;
		display: flex;
		flex-direction: column;
		overflow: hidden;
	}

	.fpp-mobile-filter-header {
		padding: 20px 25px;
		flex-shrink: 0;
		border-bottom: 1px solid #eee;
	}

	/* Internal Scroll Container */
	.fpp-sidebar-filters aside.shop-sidebar,
	.fpp-sidebar-filters .fpp-filter-card,
	.fpp-sidebar-filters .fpp-filter-form {
		display: flex;
		flex-direction: column;
		height: 100%;
		overflow: hidden;
	}

	.fpp-sidebar-filters .fpp-filter-form {
		overflow-y: auto;
		padding: 20px 25px;
		-webkit-overflow-scrolling: touch;
	}

	.fpp-sticky-footer {
		position: sticky;
		bottom: -20px;
		left: 0;
		width: 100%;
		background: white;
		padding: 15px 0;
		margin-top: auto;
		border-top: 1px solid #eee;
		z-index: 10;
		margin-left: -25px;
		margin-right: -25px;
		padding-left: 25px;
		padding-right: 25px;
		width: calc(100% + 50px);
	}

	.fpp-filter-apply {
		position: static;
		width: 100%;
		margin: 0;
		border-radius: 8px;
		box-shadow: none;
	}

	.fpp-sidebar-filters.active {
		transform: translateY(0);
	}

	.fpp-mobile-filter-header {
		display: flex;
	}

	.fpp-sidebar-filters .widget {
		background: transparent;
		padding: 0;
		margin-bottom: 30px;
		border: none;
	}

	.fpp-sidebar-filters .widget-title {
		font-size: 16px;
		margin-bottom: 15px;
	}
}

/* ------------------------------------------------------------------------- *
 *  Custom Pagination
 * ------------------------------------------------------------------------- */

.fpp-custom-pagination {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 30px;
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #eee;
	width: 100%;
}

.fpp-custom-pagination .fpp-next-page-placeholder {
	display: none;
}

.fpp-next-page-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 24px;
	background: #fff;
	border: 1px solid #333;
	color: #333;
	font-weight: 500;
	font-size: 14px;
	text-decoration: none;
	border-radius: 4px;
	transition: all 0.2s ease;
	white-space: nowrap;
}

.fpp-next-page-btn:hover {
	background: #333;
	color: #fff;
	border-color: #333;
}

.fpp-pagination-controls {
	display: flex;
	align-items: center;
	gap: 15px;
}

.fpp-page-counter {
	font-size: 14px;
	color: #666;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 500;
}

.fpp-page-counter .current-box {
	background: #EFF3F6;
	padding: 8px 12px;
	border-radius: 4px;
	font-weight: 600;
	color: #111;
	min-width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.fpp-arrow-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: #EFF3F6;
	border-radius: 4px;
	color: #333;
	transition: all 0.2s ease;
	text-decoration: none;
	border: none;
	cursor: pointer;
}

.fpp-arrow-btn svg {
	display: block;
}

.fpp-arrow-btn:hover {
	background: #0097CE;
	color: #fff;
}

.fpp-arrow-btn.disabled {
	opacity: 0.5;
	cursor: default;
	background: #EFF3F6 !important;
	color: #AAA !important;
}

@media (max-width: 768px) {
	.fpp-custom-pagination {
		flex-direction: column-reverse;
		gap: 20px;
		align-items: center;
		justify-content: center;
		border-top: none;
		margin-top: 0px;
	}

	.fpp-next-page-btn {
		width: 100%;
		margin-top: 10px;
	}

	.fpp-pagination-controls {
		width: 100%;
		justify-content: center;
	}
}

.fpp-after-products-content {
	margin-top: 40px;
	clear: both;
	width: 100%;
}

/* Category page cards css  */
.fpp-info-cards-wrapper {
	display: flex;
	column-gap: 40px;
	justify-content: space-between;
	width: 100%;
}

.fpp-info-cards-wrapper .fpp-info-card {
	background: #F2F9FD;
	border-radius: 20px;
	padding: 20px;
	width: 50%;
}

.fpp-info-cards-wrapper .fpp-info-card h3 {
	color: #007FD0;
	margin-bottom: 20px;
}

.fpp-info-cards-wrapper ul {
	margin: 20px;
}

@media (max-width: 768px) {
	.fpp-info-cards-wrapper {
		flex-direction: column;
		gap: 20px;
	}

	.fpp-info-cards-wrapper .fpp-info-card {
		width: 100%;
	}
}

.fpp-view-item-btn {
	width: 100%;
	max-width: 100% !important;
	display: block;
	text-align: center;
}

/* // Product accordions  */
.fpp-desc-wrapper :is(h2, h3, h4, h5, h6),
.fpp-desc-wrapper strong {
	font-size: 18px;
	font-weight: 600 !important;
}

.fpp-desc-wrapper ul {
	margin: 18px
}

.fpp-desc-wrapper .accordion-icon {
	display: flex;
	width: 22px;
	height: 22px;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	padding: 5px;
	border: 1px solid white;

}

.fpp-desc-wrapper span.minus-icon {
	background: #0097CE;
	display: none;
}

.fpp-desc-wrapper span.plus-icon {
	border: 1px solid #EAECF0;
}

.fpp-desc-wrapper .accordion-heading {
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

.fpp-desc-wrapper .accordion-item {
	border-top: 1.5px solid #EAECF0;
	padding: 5px;
	padding-top: 15px;
}

.fpp-desc-wrapper .accordion-item.static-accordion {
	padding-bottom: 15px;
}

.fpp-desc-wrapper .accordion-content {
	display: none;
}

.product-page-custom-branding-cols figure {
	box-shadow: unset;
}

.fpp-dynamic-last-heading-desc h3 {
	font-size: 24px;
	margin-bottom: 10px;
}

/* Load More Button Positioning */
@media (min-width: 769px) {

	.fpp-woo-archive .ast-row>.fpp-load-more-container,
	.fpp-woo-archive .ast-row>nav.woocommerce-pagination {
		grid-column: 2;
	}
}

/* Load More Button Styling */
.fpp-load-more-btn {
	background-color: #4AC674 !important;
	color: #fff !important;
	border: none !important;
	padding: 12px 40px !important;
	border-radius: 5px !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
	display: inline-block !important;
	min-width: 200px !important;
	width: fit-content;
}

.fpp-load-more-btn:hover {
	background-color: #3eb567 !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}

.fpp-load-more-container {
	padding: 20px 0 !important;
	width: 100% !important;
	text-align: center;
	margin-top: 30px;
	display: flex;
	align-items: center;
	flex-direction: column-reverse;
}

.fpp-sticky-footer {
	position: sticky;
	bottom: 0;
	padding-bottom: 10px;
	background: #f3f9fd;
}