/*
 * Innerjoy Premium Product Archives
 * Non-destructive presentation for Woodmart and native WooCommerce loops.
 */

body.ijpc-product-archive {
	--ijpa-ink: #0b2938;
	--ijpa-deep: #062d40;
	--ijpa-deep-2: #0b4157;
	--ijpa-accent: #ffd04a;
	--ijpa-accent-rgb: 255, 208, 74;
	--ijpa-blue: #1685f8;
	--ijpa-soft: #f4f6f7;
	--ijpa-line: rgba(9, 44, 59, 0.12);
	--ijpa-page-gutter: clamp(18px, 3vw, 44px);
	--ijpa-radius: 30px;
	background: #fff;
}

body.ijpc-archive-dept-women {
	--ijpa-accent: #f277ad;
	--ijpa-accent-rgb: 242, 119, 173;
	--ijpa-deep-2: #403348;
}

body.ijpc-archive-dept-men {
	--ijpa-accent: #89c7f2;
	--ijpa-accent-rgb: 137, 199, 242;
	--ijpa-deep-2: #173d55;
}

body.ijpc-archive-dept-kids {
	--ijpa-accent: #ffd24d;
	--ijpa-accent-rgb: 255, 210, 77;
	--ijpa-deep-2: #164c65;
}

body.ijpc-product-archive main#main-content,
body.ijpc-product-archive .site-content {
	overflow: visible;
}

body.ijpc-product-archive .ijpc-archive-shell {
	width: min(100%, 1500px) !important;
	max-width: 1500px !important;
	min-width: 0;
	margin: 0 auto !important;
	padding: 0 var(--ijpa-page-gutter) clamp(54px, 7vw, 96px) !important;
}

/* Breadcrumbs become a quiet collection trail instead of loose page text. */
body.ijpc-product-archive .wd-el-breadcrumbs {
	width: min(100%, 1500px) !important;
	max-width: 1500px !important;
	margin: 18px auto 10px !important;
	padding: 0 var(--ijpa-page-gutter) !important;
}

body.ijpc-product-archive .wd-breadcrumbs.woocommerce-breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
	min-height: 36px;
	color: #70818a;
	font-size: 12px;
	font-weight: 650;
	letter-spacing: 0.02em;
}

body.ijpc-product-archive .wd-breadcrumbs a {
	color: #50646e;
	transition: color 180ms ease;
}

body.ijpc-product-archive .wd-breadcrumbs a:hover {
	color: var(--ijpa-blue);
}

body.ijpc-product-archive .wd-breadcrumbs .wd-delimiter {
	color: rgba(11, 41, 56, 0.3);
}

/* Collection hero assembled from the live Woodmart title/nav/filter widgets. */
body.ijpc-product-archive .ijpc-archive-head {
	isolation: isolate;
	position: relative;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto auto;
	align-items: end !important;
	gap: 18px !important;
	min-height: 310px;
	margin: 0 0 28px !important;
	padding: clamp(30px, 4vw, 58px) clamp(26px, 4.5vw, 68px) 34px !important;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: var(--ijpa-radius);
	background:
		radial-gradient(circle at 84% 20%, rgba(var(--ijpa-accent-rgb), 0.17), transparent 31%),
		linear-gradient(118deg, var(--ijpa-deep) 0%, var(--ijpa-deep-2) 72%, #123d49 100%);
	box-shadow: 0 28px 70px rgba(5, 35, 48, 0.13);
	color: #fff;
}

body.ijpc-product-archive .ijpc-archive-head::before {
	content: '';
	position: absolute;
	z-index: -1;
	inset: 0;
	background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
	background-size: 34px 34px;
	mask-image: linear-gradient(90deg, #000, transparent 78%);
	pointer-events: none;
}

body.ijpc-product-archive .ijpc-archive-head__copy {
	position: relative;
	z-index: 2;
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	justify-content: flex-end !important;
	gap: 0 !important;
	min-width: 0;
	max-width: 850px;
}

body.ijpc-product-archive .ijpc-archive-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 14px;
	color: var(--ijpa-accent);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.2;
	text-transform: uppercase;
}

body.ijpc-product-archive .ijpc-archive-eyebrow::before {
	content: '';
	width: 28px;
	height: 2px;
	border-radius: 99px;
	background: currentColor;
}

body.ijpc-product-archive .ijpc-archive-title-wrap,
body.ijpc-product-archive .ijpc-archive-title-wrap .elementor-widget-container {
	width: 100%;
	margin: 0 !important;
}

body.ijpc-product-archive .ijpc-archive-title {
	position: relative;
	z-index: 2;
	max-width: 720px;
	margin: 0 !important;
	color: #fff !important;
	font-family: Georgia, 'Times New Roman', serif !important;
	font-size: clamp(43px, 5.2vw, 76px) !important;
	font-weight: 400 !important;
	letter-spacing: -0.045em !important;
	line-height: 0.98 !important;
	text-wrap: balance;
}

body.ijpc-product-archive .ijpc-archive-copyline {
	display: flex;
	align-items: center;
	gap: 18px;
	width: min(100%, 760px);
	margin: 18px 0 22px;
}

body.ijpc-product-archive .ijpc-archive-description {
	max-width: 590px;
	margin: 0;
	color: rgba(255, 255, 255, 0.75);
	font-size: clamp(14px, 1.25vw, 17px);
	font-weight: 450;
	line-height: 1.65;
}

body.ijpc-product-archive .ijpc-archive-count {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 12px;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 99px;
	background: rgba(255,255,255,.08);
	color: rgba(255,255,255,.9);
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .04em;
	white-space: nowrap;
}

body.ijpc-product-archive .ijpc-archive-categories {
	position: relative;
	z-index: 4;
	width: min(100%, 920px) !important;
	max-width: 100% !important;
	margin: 0 !important;
}

body.ijpc-product-archive .ijpc-archive-categories .elementor-widget-container {
	max-width: 100%;
}

body.ijpc-product-archive .ijpc-archive-categories .wd-nav-product-cat {
	display: flex !important;
	align-items: center;
	justify-content: flex-start !important;
	gap: 8px !important;
	width: 100%;
	margin: 0 !important;
	padding: 0 0 4px !important;
	overflow-x: auto;
	overflow-y: hidden;
	list-style: none;
	scrollbar-width: none;
	scroll-snap-type: x proximity;
	-webkit-overflow-scrolling: touch;
}

body.ijpc-product-archive .ijpc-archive-categories .wd-nav-product-cat::-webkit-scrollbar {
	display: none;
}

body.ijpc-product-archive .ijpc-archive-categories .wd-nav-product-cat > li {
	flex: 0 0 auto;
	margin: 0 !important;
	scroll-snap-align: start;
}

body.ijpc-product-archive .ijpc-archive-categories a.category-nav-link {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 9px 15px !important;
	border: 1px solid rgba(255,255,255,.14) !important;
	border-radius: 999px;
	background: rgba(255,255,255,.075) !important;
	box-shadow: none !important;
	color: rgba(255,255,255,.88) !important;
	font-size: 11px !important;
	font-weight: 750 !important;
	letter-spacing: .055em;
	line-height: 1 !important;
	text-transform: uppercase;
	white-space: nowrap;
	transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

body.ijpc-product-archive .ijpc-archive-categories a.category-nav-link::after {
	display: none !important;
}

body.ijpc-product-archive .ijpc-archive-categories :is(li:hover, li.current-cat, li.is-active) a.category-nav-link {
	border-color: var(--ijpa-accent) !important;
	background: var(--ijpa-accent) !important;
	color: #082b3a !important;
	transform: translateY(-1px);
}

body.ijpc-product-archive .ijpc-archive-view,
body.ijpc-product-archive .ijpc-archive-filter {
	position: relative;
	z-index: 4;
	align-self: end;
	margin: 0 0 4px !important;
}

body.ijpc-product-archive .ijpc-archive-view .wd-products-shop-view {
	display: flex;
	align-items: center;
	gap: 4px;
	min-height: 48px;
	padding: 6px;
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 15px;
	background: rgba(255,255,255,.075);
}

body.ijpc-product-archive .ijpc-archive-view a.shop-view {
	display: grid !important;
	place-items: center;
	width: 36px;
	height: 36px;
	margin: 0 !important;
	border-radius: 10px;
	opacity: .72;
	filter: brightness(0) invert(1);
	transition: background 180ms ease, opacity 180ms ease;
}

body.ijpc-product-archive .ijpc-archive-view a.shop-view:hover,
body.ijpc-product-archive .ijpc-archive-view a.shop-view.wd-active {
	background: rgba(255,255,255,.15);
	opacity: 1;
}

body.ijpc-product-archive .ijpc-archive-filter .wd-off-canvas-btn {
	margin: 0 !important;
}

body.ijpc-product-archive .ijpc-archive-filter .wd-off-canvas-btn > a,
body.ijpc-product-archive .ijpc-archive-filter > a {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 48px;
	padding: 12px 18px !important;
	border: 1px solid rgba(255,255,255,.18) !important;
	border-radius: 15px;
	background: #fff !important;
	box-shadow: 0 12px 28px rgba(2, 22, 31, .18);
	color: var(--ijpa-ink) !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	letter-spacing: .055em;
	text-transform: uppercase;
	white-space: nowrap;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

body.ijpc-product-archive .ijpc-archive-filter .wd-off-canvas-btn > a:hover,
body.ijpc-product-archive .ijpc-archive-filter > a:hover {
	transform: translateY(-2px);
	box-shadow: 0 17px 34px rgba(2, 22, 31, .24);
}

body.ijpc-product-archive .ijpc-archive-filter .wd-action-icon {
	display: none !important;
}

body.ijpc-product-archive .ijpc-archive-filter-icon,
body.ijpc-product-archive .ijpc-archive-filter-arrow {
	flex: 0 0 auto;
	display: grid;
	place-items: center;
}

body.ijpc-product-archive .ijpc-archive-filter-icon {
	width: 30px;
	height: 30px;
	border-radius: 10px;
	background: rgba(22, 133, 248, .1);
	color: var(--ijpa-blue);
}

body.ijpc-product-archive .ijpc-archive-filter-icon svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

body.ijpc-product-archive .ijpc-archive-filter-arrow {
	width: 22px;
	height: 22px;
	margin-left: 2px;
	color: #78909b;
}

body.ijpc-product-archive .ijpc-archive-filter-arrow svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

body.ijpc-product-archive .ijpc-archive-art {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	width: 42%;
	height: 100%;
	pointer-events: none;
}

body.ijpc-product-archive .ijpc-archive-art__orbit {
	position: absolute;
	border: 1px solid rgba(var(--ijpa-accent-rgb), .25);
	border-radius: 50%;
}

body.ijpc-product-archive .ijpc-archive-art__orbit--one {
	width: 320px;
	height: 320px;
	top: -110px;
	right: -45px;
}

body.ijpc-product-archive .ijpc-archive-art__orbit--two {
	width: 430px;
	height: 430px;
	right: -245px;
	bottom: -250px;
}

body.ijpc-product-archive .ijpc-archive-art__card {
	position: absolute;
	display: block;
	width: 112px;
	height: 148px;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 22px;
	background: linear-gradient(145deg, rgba(255,255,255,.17), rgba(255,255,255,.04));
	box-shadow: 0 22px 44px rgba(0,0,0,.16);
	backdrop-filter: blur(5px);
}

body.ijpc-product-archive .ijpc-archive-art__card::before,
body.ijpc-product-archive .ijpc-archive-art__card::after,
body.ijpc-product-archive .ijpc-archive-art__card i {
	content: '';
	position: absolute;
	left: 18px;
	right: 18px;
	height: 5px;
	border-radius: 99px;
	background: rgba(255,255,255,.22);
}

body.ijpc-product-archive .ijpc-archive-art__card::before { bottom: 31px; }
body.ijpc-product-archive .ijpc-archive-art__card::after { right: 48px; bottom: 19px; }
body.ijpc-product-archive .ijpc-archive-art__card i { top: 18px; height: 78px; border-radius: 14px; background: rgba(var(--ijpa-accent-rgb), .18); }
body.ijpc-product-archive .ijpc-archive-art__card--one { top: 40px; right: 145px; transform: rotate(-8deg); }
body.ijpc-product-archive .ijpc-archive-art__card--two { right: 34px; bottom: 29px; transform: rotate(8deg); }
body.ijpc-product-archive .ijpc-archive-art__spark { position: absolute; top: 38px; right: 53px; color: var(--ijpa-accent); font-size: 31px; font-weight: 200; }

/* Nested/leaf categories use a lighter collection header. This avoids the
 * oversized hero on pages such as Sports while preserving title, sibling
 * categories, view controls and filtering. */
@media (min-width: 769px) {
	body.ijpc-product-archive.ijpc-archive-nested .ijpc-archive-head {
		min-height: 205px;
		padding-top: 28px !important;
		padding-bottom: 25px !important;
	}

	body.ijpc-product-archive.ijpc-archive-nested .ijpc-archive-title {
		font-size: clamp(40px, 4.2vw, 60px) !important;
	}

	body.ijpc-product-archive.ijpc-archive-nested .ijpc-archive-copyline {
		margin-top: 12px;
		margin-bottom: 16px;
	}

	body.ijpc-product-archive.ijpc-archive-nested .ijpc-archive-art {
		opacity: .5;
		transform: scale(.82);
		transform-origin: center right;
	}
}

/* Small editorial bridge between the hero and product grid. */
body.ijpc-product-archive .ijpc-archive-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 70px;
	margin: 0 0 20px;
	padding: 12px 3px;
	border-bottom: 1px solid var(--ijpa-line);
}

body.ijpc-product-archive .ijpc-archive-toolbar__title {
	display: flex;
	align-items: center;
	gap: 14px;
}

body.ijpc-product-archive .ijpc-archive-toolbar__title > span {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--ijpa-ink);
	font-size: 15px;
	font-weight: 750;
}

body.ijpc-product-archive .ijpc-archive-toolbar__title i {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--ijpa-accent);
	box-shadow: 0 0 0 5px rgba(var(--ijpa-accent-rgb), .16);
}

body.ijpc-product-archive .ijpc-archive-toolbar__title strong {
	color: #75848c;
	font-size: 12px;
	font-weight: 650;
}

body.ijpc-product-archive .ijpc-archive-toolbar__note {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #687b84;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

body.ijpc-product-archive .ijpc-archive-toolbar__note span {
	color: var(--ijpa-blue);
	font-size: 17px;
}

/* The main fix: every product receives its own premium card surface. */
body.ijpc-product-archive .ijpc-archive-products {
	min-width: 0;
	margin: 0 !important;
}

body.ijpc-product-archive .ijpc-archive-products > .elementor-widget-container {
	min-width: 0;
}

body.ijpc-product-archive .ijpc-products-grid {
	--wd-gap-lg: 22px !important;
	--wd-gap-md: 18px !important;
	--wd-gap-sm: 11px !important;
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: clamp(22px, 2.1vw, 32px) clamp(15px, 1.6vw, 24px) !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

body.ijpc-product-archive .ijpc-products-grid > .product,
body.ijpc-product-archive .ijpc-products-grid > .wd-product {
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.ijpc-product-archive .ijpc-product-card .wd-product-wrapper,
body.ijpc-product-archive .ijpc-product-card .product-wrapper {
	position: relative;
	display: flex !important;
	flex-direction: column;
	height: 100%;
	padding: 7px;
	overflow: hidden;
	border: 1px solid rgba(9, 44, 59, .085);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 8px 26px rgba(8, 38, 51, .055);
	transition: transform 240ms cubic-bezier(.2,.7,.2,1), box-shadow 240ms ease, border-color 240ms ease;
}

@media (hover: hover) and (pointer: fine) {
	body.ijpc-product-archive .ijpc-product-card:hover .wd-product-wrapper,
	body.ijpc-product-archive .ijpc-product-card:hover .product-wrapper {
		transform: translateY(-5px);
		border-color: rgba(22, 133, 248, .2);
		box-shadow: 0 22px 48px rgba(8, 38, 51, .12);
	}
}

body.ijpc-product-archive .ijpc-product-card .wd-product-thumb,
body.ijpc-product-archive .ijpc-product-card .product-image-link,
body.ijpc-product-archive .ijpc-product-card .product-element-top {
	position: relative;
	flex: 0 0 auto;
	width: 100%;
	margin: 0 !important;
	overflow: hidden;
	border-radius: 17px;
	background:
		radial-gradient(circle at 50% 35%, rgba(255,255,255,.92), transparent 42%),
		linear-gradient(145deg, #f4f5f5, #e9ebec) !important;
	aspect-ratio: 443 / 503;
}

body.ijpc-product-archive .ijpc-product-card .wd-product-img-link {
	display: block;
	width: 100%;
	height: 100%;
}

body.ijpc-product-archive .ijpc-product-card .wd-product-thumb img,
body.ijpc-product-archive .ijpc-product-card img.attachment-woocommerce_thumbnail {
	display: block;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: cover;
	object-position: center;
	transition: transform 500ms cubic-bezier(.2,.7,.2,1), opacity 280ms ease;
}

@media (hover: hover) and (pointer: fine) {
	body.ijpc-product-archive .ijpc-product-card:hover .wd-product-img-link > img:first-child {
		transform: scale(1.035);
	}
}

body.ijpc-product-archive .ijpc-product-card .wd-product-img-hover {
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

body.ijpc-product-archive .ijpc-product-card .wd-loop-prod-labels,
body.ijpc-product-archive .ijpc-product-card .product-labels {
	z-index: 5;
	top: 12px !important;
	left: 12px !important;
	right: auto !important;
}

body.ijpc-product-archive .ijpc-product-card .product-label {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 0 !important;
	min-height: 29px;
	padding: 6px 10px !important;
	border: 1px solid rgba(255,255,255,.34);
	border-radius: 999px !important;
	background: var(--ijpa-ink) !important;
	box-shadow: 0 8px 18px rgba(4, 26, 36, .16);
	color: #fff !important;
	font-size: 10px !important;
	font-weight: 800 !important;
	letter-spacing: .04em;
	line-height: 1 !important;
}

body.ijpc-product-archive .ijpc-product-card .wd-wishlist-btn {
	z-index: 6;
	top: 12px !important;
	right: 12px !important;
	left: auto !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
}

body.ijpc-product-archive .ijpc-product-card .wd-wishlist-btn > a {
	display: grid !important;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0 !important;
	border: 1px solid rgba(9,44,59,.09);
	border-radius: 50%;
	background: rgba(255,255,255,.94) !important;
	box-shadow: 0 8px 22px rgba(6,36,49,.11);
	color: var(--ijpa-ink) !important;
	backdrop-filter: blur(7px);
	transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

body.ijpc-product-archive .ijpc-product-card .wd-wishlist-btn > a:hover,
body.ijpc-product-archive .ijpc-product-card .wd-wishlist-btn.wd-added > a,
body.ijpc-product-archive .ijpc-product-card .wd-wishlist-btn a.added {
	background: var(--ijpa-ink) !important;
	color: #fff !important;
	transform: translateY(-2px);
}

body.ijpc-product-archive .ijpc-product-card .wd-wishlist-btn .wd-action-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0,0,0,0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

body.ijpc-product-archive .ijpc-product-card .wp-block-wd-container.wd-dir-col,
body.ijpc-product-archive .ijpc-product-card .product-element-bottom {
	display: flex !important;
	flex: 1 1 auto;
	flex-direction: column !important;
	align-items: stretch !important;
	justify-content: flex-start !important;
	width: 100%;
	min-height: 0;
	margin: 0 !important;
	padding: 16px 13px 12px !important;
	text-align: left !important;
}

body.ijpc-product-archive .ijpc-product-card .wd-loop-prod-title,
body.ijpc-product-archive .ijpc-product-card .woocommerce-loop-product__title {
	min-height: 2.7em;
	margin: 0 0 7px !important;
	font-size: clamp(14px, 1.25vw, 16px) !important;
	font-weight: 650 !important;
	letter-spacing: -.012em;
	line-height: 1.35 !important;
	text-align: left !important;
}

body.ijpc-product-archive .ijpc-product-card .wd-loop-prod-title a,
body.ijpc-product-archive .ijpc-product-card .woocommerce-loop-product__title a {
	color: var(--ijpa-ink) !important;
	transition: color 180ms ease;
}

body.ijpc-product-archive .ijpc-product-card .wd-loop-prod-title a:hover,
body.ijpc-product-archive .ijpc-product-card .woocommerce-loop-product__title a:hover {
	color: var(--ijpa-blue) !important;
}

body.ijpc-product-archive .ijpc-product-card .wd-loop-prod-price,
body.ijpc-product-archive .ijpc-product-card .price {
	margin: 0 !important;
	color: var(--ijpa-blue) !important;
	font-size: 15px !important;
	font-weight: 750 !important;
	line-height: 1.45 !important;
	text-align: left !important;
}

body.ijpc-product-archive .ijpc-product-card .price del {
	margin-right: 4px;
	color: #9ba7ac !important;
	font-size: .85em;
	font-weight: 550;
	opacity: 1;
}

body.ijpc-product-archive .ijpc-product-card .price ins {
	color: var(--ijpa-blue) !important;
	font-weight: 800;
	text-decoration: none !important;
}

body.ijpc-product-archive .ijpc-product-card__action {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
	min-height: 42px;
	margin: 14px 0 0;
	padding: 9px 12px;
	border: 1px solid rgba(9,44,59,.1);
	border-radius: 12px;
	background: #f6f8f8;
	color: var(--ijpa-ink) !important;
	font-size: 11px;
	font-weight: 780;
	letter-spacing: .04em;
	line-height: 1;
	text-transform: uppercase;
	transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

body.ijpc-product-archive .ijpc-product-card__action svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	transition: transform 180ms ease;
}

body.ijpc-product-archive .ijpc-product-card__action:hover {
	border-color: var(--ijpa-ink);
	background: var(--ijpa-ink);
	color: #fff !important;
}

body.ijpc-product-archive .ijpc-product-card__action:hover svg {
	transform: translateX(3px);
}

/*
 * Product sliders are not archive grids. Keep Swiper in control of every
 * slide's inline width and give New Arrivals/related-product carousels a
 * compact card treatment that cannot collapse into character-wide columns.
 */
body.ijpc-product-archive .ijpc-product-carousel-section,
body.ijpc-product-archive .ijpc-product-carousel-section > .elementor-widget-container,
body.ijpc-product-archive .ijpc-product-carousel,
body.ijpc-product-archive .ijpc-product-carousel-track {
	--container-widget-width: 100% !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
}

body.ijpc-product-archive .ijpc-product-carousel {
	display: block !important;
	overflow: hidden !important;
}

body.ijpc-product-archive .ijpc-product-carousel-track {
	display: flex !important;
	align-items: stretch !important;
	grid-template-columns: none !important;
	gap: 0 !important;
	margin: 0 !important;
	padding: 8px 2px 20px !important;
	background: transparent !important;
}

body.ijpc-product-archive .ijpc-product-carousel-track > .wd-carousel-item {
	flex: 0 0 auto !important;
	min-width: 0 !important;
	height: auto !important;
	padding-inline: clamp(5px, .65vw, 10px) !important;
}

body.ijpc-product-archive .ijpc-carousel-product {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.ijpc-product-archive .ijpc-carousel-product .wd-product-wrapper {
	display: flex !important;
	flex-direction: column !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	height: 100% !important;
	padding: 6px !important;
	overflow: hidden !important;
	border: 1px solid var(--ijpa-line) !important;
	border-radius: 19px !important;
	background: #fff !important;
	box-shadow: 0 9px 24px rgba(8, 38, 51, .065) !important;
}

body.ijpc-product-archive .ijpc-carousel-product .wd-product-thumb {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
	border-radius: 14px !important;
	background: #eef1f2 !important;
	aspect-ratio: 7 / 8;
}

body.ijpc-product-archive .ijpc-carousel-product .wd-product-img-link,
body.ijpc-product-archive .ijpc-carousel-product .wd-product-img-link > img,
body.ijpc-product-archive .ijpc-carousel-product .wd-product-img-hover,
body.ijpc-product-archive .ijpc-carousel-product .wd-product-img-hover > img {
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
}

body.ijpc-product-archive .ijpc-carousel-product .wd-product-img-link > img,
body.ijpc-product-archive .ijpc-carousel-product .wd-product-img-hover > img {
	display: block !important;
	object-fit: cover !important;
	object-position: center !important;
}

body.ijpc-product-archive .ijpc-carousel-product .wp-block-wd-container.wd-dir-col,
body.ijpc-product-archive .ijpc-carousel-product .product-element-bottom {
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	align-items: stretch !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 13px 9px 10px !important;
	text-align: left !important;
}

body.ijpc-product-archive .ijpc-carousel-product .wd-loop-prod-title {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	min-height: 2.65em;
	margin: 0 0 7px !important;
	font-size: clamp(13px, 1.05vw, 15px) !important;
	font-weight: 650 !important;
	letter-spacing: -.01em !important;
	line-height: 1.34 !important;
	text-align: left !important;
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: break-word !important;
}

body.ijpc-product-archive .ijpc-carousel-product .wd-loop-prod-title a {
	display: block !important;
	color: var(--ijpa-ink) !important;
	white-space: normal !important;
	word-break: normal !important;
}

body.ijpc-product-archive .ijpc-carousel-product .wd-loop-prod-price,
body.ijpc-product-archive .ijpc-carousel-product .price {
	margin-top: auto !important;
	color: var(--ijpa-blue) !important;
	font-size: 13px !important;
	font-weight: 750 !important;
	line-height: 1.35 !important;
	white-space: normal !important;
}

body.ijpc-product-archive .ijpc-carousel-product .wd-wishlist-btn {
	top: 9px !important;
	right: 9px !important;
	left: auto !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
}

body.ijpc-product-archive .ijpc-carousel-product .wd-wishlist-btn > a {
	display: grid !important;
	place-items: center !important;
	width: 36px !important;
	height: 36px !important;
	padding: 0 !important;
	border: 1px solid rgba(9, 44, 59, .09) !important;
	border-radius: 50% !important;
	background: rgba(255, 255, 255, .95) !important;
	box-shadow: 0 6px 16px rgba(8, 38, 51, .1) !important;
}

@media (hover: hover) and (pointer: fine) {
	body.ijpc-product-archive .ijpc-carousel-product .wd-product-wrapper {
		transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
	}

	body.ijpc-product-archive .ijpc-carousel-product:hover .wd-product-wrapper {
		transform: translateY(-4px);
		border-color: rgba(22, 133, 248, .2) !important;
		box-shadow: 0 17px 34px rgba(8, 38, 51, .11) !important;
	}
}

/* Load more, pagination and Woodmart's loading surface. */
body.ijpc-product-archive .wd-sticky-loader {
	border-radius: 18px;
}

body.ijpc-product-archive .wd-sticky-loader .wd-loader,
body.ijpc-product-archive .wd-loader {
	--wd-loader-color: var(--ijpa-blue);
}

body.ijpc-product-archive :is(.wd-load-more, .load-more, .woocommerce-pagination a, .woocommerce-pagination span) {
	border-radius: 999px !important;
}

body.ijpc-product-archive .wd-load-more,
body.ijpc-product-archive .products-footer .btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 13px 26px !important;
	border: 1px solid var(--ijpa-ink) !important;
	border-radius: 999px !important;
	background: var(--ijpa-ink) !important;
	box-shadow: 0 12px 26px rgba(7,42,57,.13);
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	letter-spacing: .05em;
	text-transform: uppercase;
}

body.ijpc-product-archive .woocommerce-pagination {
	margin-top: 38px;
}

body.ijpc-product-archive .woocommerce-pagination ul {
	display: flex;
	justify-content: center;
	gap: 7px;
	border: 0 !important;
}

body.ijpc-product-archive .woocommerce-pagination li {
	border: 0 !important;
}

body.ijpc-product-archive .woocommerce-pagination :is(a, span) {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid var(--ijpa-line) !important;
	background: #fff;
	color: var(--ijpa-ink);
	font-weight: 750;
}

body.ijpc-product-archive .woocommerce-pagination .current {
	border-color: var(--ijpa-ink) !important;
	background: var(--ijpa-ink);
	color: #fff;
}

/* Premium no-products state, server-rendered by WooCommerce's own empty hook. */
body.ijpc-product-archive .no-products-footer,
body.ijpc-product-archive .no-products-footer .wd-search-form,
body.ijpc-product-archive .ijpc-empty-search-hidden,
body.ijpc-product-archive .ijpc-empty-native-hidden {
	display: none !important;
}

body.ijpc-product-archive .ijpc-archive-toolbar[hidden],
body.ijpc-product-archive .ijpc-archive-empty-host[hidden] {
	display: none !important;
}

body.ijpc-product-archive .ijpc-archive-empty-host {
	display: block;
	width: 100%;
	margin: 0 0 clamp(34px, 5vw, 64px);
}

body.ijpc-product-archive .ijpc-archive-empty {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	border: 1px solid var(--ijpa-line);
	border-radius: 28px;
	background:
		radial-gradient(circle at 88% 0, rgba(var(--ijpa-accent-rgb), .14), transparent 31%),
		linear-gradient(135deg, #fff 0%, #f7f9f9 100%);
	box-shadow: 0 22px 58px rgba(7, 42, 57, .09);
}

body.ijpc-product-archive .ijpc-archive-empty__status {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
	min-height: 76px;
	padding: 15px clamp(20px, 3vw, 34px);
	background:
		radial-gradient(circle at 93% 0, rgba(var(--ijpa-accent-rgb), .22), transparent 32%),
		linear-gradient(112deg, var(--ijpa-deep) 0%, var(--ijpa-deep-2) 100%);
	color: #fff;
}

body.ijpc-product-archive .ijpc-archive-empty__status > span {
	position: relative;
	display: grid;
	flex: 0 0 40px;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 13px;
	background: rgba(255, 255, 255, .1);
}

body.ijpc-product-archive .ijpc-archive-empty__status > span::before {
	content: '';
	width: 13px;
	height: 13px;
	border: 2px solid var(--ijpa-accent);
	border-radius: 50%;
}

body.ijpc-product-archive .ijpc-archive-empty__status > span i {
	position: absolute;
	top: 9px;
	right: 9px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--ijpa-accent);
	box-shadow: 0 0 0 4px rgba(var(--ijpa-accent-rgb), .13);
}

body.ijpc-product-archive .ijpc-archive-empty__status > div {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 3px;
}

body.ijpc-product-archive .ijpc-archive-empty__status strong {
	color: #fff;
	font-size: clamp(14px, 1.3vw, 17px);
	font-weight: 760;
	letter-spacing: -.01em;
	line-height: 1.3;
}

body.ijpc-product-archive .ijpc-archive-empty__status small {
	color: rgba(255, 255, 255, .66);
	font-size: 12px;
	font-weight: 520;
	line-height: 1.4;
}

body.ijpc-product-archive .ijpc-archive-empty__body {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: clamp(22px, 3vw, 40px);
	padding: clamp(28px, 4vw, 48px);
}

body.ijpc-product-archive .ijpc-archive-empty__icon {
	display: grid;
	place-items: center;
	width: 84px;
	height: 84px;
	margin: 0;
	border-radius: 26px;
	background: var(--ijpa-ink);
	box-shadow: 0 15px 32px rgba(6,38,52,.16);
}

body.ijpc-product-archive .ijpc-archive-empty__icon svg {
	width: 42px;
	height: 42px;
	fill: none;
	stroke: #fff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.5;
}

body.ijpc-product-archive .ijpc-archive-empty__eyebrow {
	display: block;
	margin: 0 0 8px;
	color: var(--ijpa-blue);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

body.ijpc-product-archive .ijpc-archive-empty h2 {
	margin: 0 0 9px;
	color: var(--ijpa-ink);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(29px, 3.2vw, 44px);
	font-weight: 400;
	letter-spacing: -.035em;
	line-height: 1.05;
}

body.ijpc-product-archive .ijpc-archive-empty p {
	max-width: 520px;
	margin: 0;
	color: #6c7e87;
	font-size: 15px;
	line-height: 1.65;
}

body.ijpc-product-archive .ijpc-archive-empty__actions {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 10px;
	max-width: 370px;
	margin: 0;
}

body.ijpc-product-archive .ijpc-archive-empty__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 20px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .045em;
	text-transform: uppercase;
}

body.ijpc-product-archive .ijpc-archive-empty__primary { background: var(--ijpa-ink); color: #fff !important; }
body.ijpc-product-archive .ijpc-archive-empty__secondary { border: 1px solid var(--ijpa-line); background: #fff; color: var(--ijpa-ink) !important; }

/* Premium Woodmart filter sheet. Only the panel containing real filter
 * widgets receives these rules; mobile navigation and the cart stay native. */
body.ijpc-product-archive .ijpc-filter-drawer {
	--wd-side-hidden-w: min(440px, 94vw);
	--ijpc-filter-line: rgba(7, 46, 64, .1);
	--ijpc-filter-muted: #6f828c;
	z-index: 2147482500 !important;
	display: flex;
	flex-direction: column;
	width: min(440px, 94vw) !important;
	max-width: min(440px, 94vw) !important;
	max-height: 100dvh;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	border: 0 !important;
	background: linear-gradient(180deg, #fff 0%, #fbfcfd 100%) !important;
	box-shadow: 24px 0 70px rgba(4, 32, 45, .22) !important;
	filter: none !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	isolation: isolate;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
	touch-action: pan-y;
}

body.ijpc-product-archive .ijpc-filter-drawer * {
	filter: none !important;
	-webkit-font-smoothing: antialiased;
}

body.ijpc-product-archive .ijpc-filter-drawer .ijpc-filter-sheet__native-head {
	display: none !important;
}

body.ijpc-product-archive .ijpc-filter-sheet__head {
	position: sticky;
	z-index: 8;
	top: 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	min-height: 112px;
	padding: 22px 20px 18px;
	border-bottom: 1px solid rgba(255,255,255,.1);
	background:
		radial-gradient(circle at 84% 10%, rgba(var(--ijpa-accent-rgb), .22), transparent 32%),
		linear-gradient(135deg, #062d40 0%, #0b435b 100%);
	box-shadow: 0 10px 30px rgba(5, 38, 52, .12);
	color: #fff;
}

body.ijpc-product-archive .ijpc-filter-sheet__heading-copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
}

body.ijpc-product-archive .ijpc-filter-sheet__heading-copy > span {
	margin-bottom: 7px;
	color: var(--ijpa-accent);
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .16em;
	line-height: 1.2;
	text-transform: uppercase;
}

body.ijpc-product-archive .ijpc-filter-sheet__heading-copy > strong {
	color: #fff;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: -.03em;
	line-height: 1;
}

body.ijpc-product-archive .ijpc-filter-sheet__heading-copy > small {
	margin-top: 9px;
	color: rgba(255,255,255,.69);
	font-size: 11px;
	font-weight: 520;
	line-height: 1.35;
}

body.ijpc-product-archive .ijpc-filter-sheet__close {
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(255,255,255,.17);
	border-radius: 14px;
	background: rgba(255,255,255,.1);
	box-shadow: none;
	color: #fff;
	cursor: pointer;
}

body.ijpc-product-archive .ijpc-filter-sheet__close svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 2;
}

body.ijpc-product-archive .ijpc-filter-drawer .ijpc-filter-sheet__widget {
	margin: 0 !important;
	padding: 23px 20px 25px !important;
	border-bottom: 1px solid var(--ijpc-filter-line) !important;
	background: transparent;
}

body.ijpc-product-archive .ijpc-filter-drawer .ijpc-filter-sheet__widget-title {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 18px !important;
	color: var(--ijpa-ink) !important;
	font-size: 13px !important;
	font-weight: 820 !important;
	letter-spacing: -.01em;
	line-height: 1.3;
	text-transform: none !important;
}

body.ijpc-product-archive .ijpc-filter-drawer .ijpc-filter-sheet__widget-title::before {
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--ijpa-accent);
	box-shadow: 0 0 0 5px rgba(var(--ijpa-accent-rgb), .14);
}

body.ijpc-product-archive .ijpc-filter-drawer .price_slider_wrapper {
	padding: 2px 2px 0;
}

body.ijpc-product-archive .ijpc-filter-drawer .price_slider.ui-slider {
	height: 6px !important;
	margin: 10px 10px 26px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #e9eef1 !important;
}

body.ijpc-product-archive .ijpc-filter-drawer .price_slider .ui-slider-range {
	border: 0 !important;
	border-radius: 999px;
	background: linear-gradient(90deg, #1264e7, #25a4ea) !important;
}

body.ijpc-product-archive .ijpc-filter-drawer .price_slider .ui-slider-handle {
	top: 50% !important;
	width: 22px !important;
	height: 22px !important;
	margin-top: -11px !important;
	margin-left: -11px !important;
	border: 4px solid #fff !important;
	border-radius: 50% !important;
	background: #1264e7 !important;
	box-shadow: 0 3px 12px rgba(18, 100, 231, .32) !important;
}

body.ijpc-product-archive .ijpc-filter-drawer .price_slider_amount {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

body.ijpc-product-archive .ijpc-filter-drawer .price_label {
	order: -1;
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	min-height: 48px;
	padding: 11px 14px;
	border: 1px solid var(--ijpc-filter-line);
	border-radius: 14px;
	background: #f5f8fa;
	color: var(--ijpc-filter-muted);
	font-size: 11px;
	font-weight: 650;
}

body.ijpc-product-archive .ijpc-filter-drawer .price_label :is(.from, .to) {
	color: var(--ijpa-ink);
	font-size: 13px;
	font-weight: 820;
}

body.ijpc-product-archive .ijpc-filter-drawer .price_slider_amount > .button {
	width: 100%;
	min-height: 48px;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 14px !important;
	background: var(--ijpa-ink) !important;
	box-shadow: 0 10px 24px rgba(11, 41, 56, .14);
	color: #fff !important;
	font-size: 11px !important;
	font-weight: 820 !important;
	letter-spacing: .06em;
	text-transform: uppercase;
}

body.ijpc-product-archive .ijpc-filter-drawer .price_slider_amount > .clear {
	display: none !important;
}

body.ijpc-product-archive .ijpc-filter-drawer .wd-swatches-filter {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.ijpc-product-archive .ijpc-filter-drawer .wd-swatch-wrap {
	display: flex !important;
	align-items: center;
	min-width: 0;
	min-height: 46px;
	margin: 0 !important;
	padding: 7px 9px !important;
	border: 1px solid var(--ijpc-filter-line);
	border-radius: 13px;
	background: #fff;
}

body.ijpc-product-archive .ijpc-filter-drawer .wd-swatch-wrap > a {
	display: flex !important;
	align-items: center;
	gap: 8px;
	min-width: 0;
	flex: 1 1 auto;
	color: var(--ijpa-ink) !important;
}

body.ijpc-product-archive .ijpc-filter-drawer .wd-swatch {
	flex: 0 0 auto;
	width: 27px !important;
	height: 27px !important;
	margin: 0 !important;
	border: 2px solid #fff !important;
	border-radius: 9px !important;
	box-shadow: 0 0 0 1px rgba(8, 40, 54, .14);
}

body.ijpc-product-archive .ijpc-filter-drawer :is(.wd-swatch-text, .wd-tooltip-label) {
	display: none !important;
}

body.ijpc-product-archive .ijpc-filter-drawer .wd-filter-lable {
	display: block !important;
	overflow: hidden;
	color: var(--ijpa-ink) !important;
	font-size: 11px !important;
	font-weight: 720 !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.ijpc-product-archive .ijpc-filter-drawer .wd-swatch-wrap > .count {
	flex: 0 0 auto;
	margin-left: 5px;
	color: #8a99a0;
	font-size: 9px;
	font-weight: 750;
}

body.ijpc-product-archive .ijpc-filter-sheet__footer {
	position: sticky;
	z-index: 7;
	bottom: 0;
	margin-top: auto;
	padding: 13px 16px max(13px, env(safe-area-inset-bottom));
	border-top: 1px solid var(--ijpc-filter-line);
	background: rgba(255,255,255,.94);
	box-shadow: 0 -10px 30px rgba(8, 39, 53, .08);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

body.ijpc-product-archive .ijpc-filter-sheet__done {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-rows: auto auto;
	align-items: center;
	width: 100%;
	min-height: 55px;
	padding: 10px 13px 10px 16px;
	border: 0;
	border-radius: 17px;
	background: linear-gradient(135deg, #1264e7, #1685f8);
	box-shadow: 0 12px 28px rgba(18, 100, 231, .22);
	color: #fff;
	text-align: left;
}

body.ijpc-product-archive .ijpc-filter-sheet__done > span {
	grid-column: 1;
	font-size: 12px;
	font-weight: 820;
	letter-spacing: .01em;
}

body.ijpc-product-archive .ijpc-filter-sheet__done > small {
	grid-column: 1;
	color: rgba(255,255,255,.72);
	font-size: 9px;
	font-weight: 600;
}

body.ijpc-product-archive .ijpc-filter-sheet__done > svg {
	grid-column: 2;
	grid-row: 1 / 3;
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

body.ijpc-product-archive.ijpc-filter-drawer-open .wd-close-side {
	z-index: 2147482400 !important;
	background: rgba(5, 24, 34, .48) !important;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

/* Tablet: three deliberate cards and a compact hero, never a squeezed desktop grid. */
@media (min-width: 769px) and (max-width: 1100px) {
	body.ijpc-product-archive {
		--ijpa-page-gutter: clamp(20px, 3vw, 32px);
	}

	body.ijpc-product-archive .ijpc-archive-head {
		grid-template-columns: minmax(0, 1fr) auto;
		min-height: 286px;
		padding: 36px 34px 28px !important;
	}

	body.ijpc-product-archive .ijpc-archive-head__copy {
		grid-column: 1 / -1;
	}

	body.ijpc-product-archive .ijpc-archive-view { grid-column: 1; justify-self: start; }
	body.ijpc-product-archive .ijpc-archive-filter { grid-column: 2; }
	body.ijpc-product-archive .ijpc-archive-art { width: 47%; opacity: .72; }
	body.ijpc-product-archive .ijpc-products-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }

	body.ijpc-product-archive .ijpc-archive-empty__body {
		grid-template-columns: auto minmax(0, 1fr);
	}

	body.ijpc-product-archive .ijpc-archive-empty__actions {
		grid-column: 1 / -1;
		justify-content: flex-start;
		max-width: none;
	}
}

/* Mobile remains fast, two-column and touch-led. */
@media (max-width: 768px) {
	body.ijpc-product-archive {
		--ijpa-page-gutter: 13px;
		--ijpa-radius: 23px;
		width: 100% !important;
		max-width: 100% !important;
		overflow-x: clip;
	}

	body.ijpc-product-archive .ijpc-filter-drawer {
		position: fixed !important;
		top: 0 !important;
		bottom: 0 !important;
		right: 0 !important;
		left: auto !important;
		inset-inline-start: auto !important;
		inset-inline-end: 0 !important;
		width: min(420px, calc(100vw - 14px)) !important;
		max-width: min(420px, calc(100vw - 14px)) !important;
		height: 100dvh !important;
		max-height: 100dvh !important;
		border-radius: 25px 0 0 25px !important;
		box-shadow: -24px 0 65px rgba(4, 29, 41, .28) !important;
		opacity: 1 !important;
		visibility: hidden !important;
		pointer-events: none !important;
		transform: translate3d(105%, 0, 0) !important;
		transition: transform .36s cubic-bezier(.22, .82, .24, 1), visibility 0s linear .36s !important;
		will-change: transform;
	}

	body.ijpc-product-archive .ijpc-filter-drawer:is(.wd-opened, .opened, .is-open, .show, .ijpc-filter-drawer--active),
	body.ijpc-product-archive.ijpc-filter-drawer-open .ijpc-filter-drawer {
		visibility: visible !important;
		pointer-events: auto !important;
		transform: translate3d(0, 0, 0) !important;
		transition-delay: 0s !important;
	}

	body.ijpc-product-archive .ijpc-filter-sheet__head {
		padding-top: max(20px, env(safe-area-inset-top));
		border-radius: 25px 0 0 0;
	}

	body.ijpc-product-archive .ijpc-filter-drawer .ijpc-filter-sheet__widget {
		padding-right: 18px !important;
		padding-left: 18px !important;
	}

	/*
	 * The archive shell can sit inside several generated Elementor width
	 * containers. Expand only the marked archive ancestry; the homepage and
	 * unrelated pages never receive these classes.
	 */
	body.ijpc-product-archive .ijpc-archive-width-host {
		--width: 100% !important;
		--content-width: 100% !important;
		--container-widget-width: 100% !important;
		box-sizing: border-box !important;
		width: 100% !important;
		max-width: none !important;
		min-width: 0 !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		transform: none !important;
	}

	body.ijpc-product-archive .ijpc-archive-width-host:not(.ijpc-archive-shell) {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	body.ijpc-product-archive :is(.website-wrapper, .wd-page-content.main-page-wrapper, main#main-content, main#main-content > .container, main#main-content .site-content):has(.ijpc-archive-shell) {
		box-sizing: border-box !important;
		width: 100% !important;
		max-width: none !important;
		min-width: 0 !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	body.ijpc-product-archive .wd-el-breadcrumbs {
		width: 100% !important;
		max-width: none !important;
		margin-top: 10px !important;
		margin-bottom: 7px !important;
		padding-right: 11px !important;
		padding-left: 11px !important;
	}

	body.ijpc-product-archive .wd-breadcrumbs.woocommerce-breadcrumb {
		min-height: 30px;
		font-size: 10px;
	}

	body.ijpc-product-archive .ijpc-archive-shell {
		width: 100% !important;
		max-width: none !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding: 0 11px 72px !important;
	}

	body.ijpc-product-archive .ijpc-archive-head {
		display: flex !important;
		align-items: stretch !important;
		flex-direction: column !important;
		gap: 14px !important;
		min-height: 0;
		margin-bottom: 18px !important;
		padding: 25px 18px 18px !important;
		box-shadow: 0 18px 44px rgba(5,35,48,.12);
	}

	body.ijpc-product-archive.ijpc-archive-nested .ijpc-archive-head {
		padding-top: 21px !important;
	}

	body.ijpc-product-archive.ijpc-archive-nested .ijpc-archive-art {
		display: none;
	}

	body.ijpc-product-archive .ijpc-archive-head__copy {
		width: 100%;
		max-width: none;
	}

	body.ijpc-product-archive .ijpc-archive-eyebrow {
		margin-bottom: 11px;
		font-size: 9px;
		letter-spacing: .15em;
	}

	body.ijpc-product-archive .ijpc-archive-eyebrow::before { width: 21px; }

	body.ijpc-product-archive .ijpc-archive-title {
		max-width: 94%;
		font-size: clamp(36px, 12vw, 49px) !important;
		line-height: 1 !important;
	}

	body.ijpc-product-archive .ijpc-archive-copyline {
		align-items: flex-start;
		flex-direction: column;
		gap: 11px;
		margin: 13px 0 17px;
	}

	body.ijpc-product-archive .ijpc-archive-description {
		display: -webkit-box;
		overflow: hidden;
		font-size: 13px;
		line-height: 1.55;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	body.ijpc-product-archive .ijpc-archive-count {
		min-height: 29px;
		padding: 6px 10px;
		font-size: 10px;
	}

	body.ijpc-product-archive .ijpc-archive-categories {
		width: calc(100% + 18px) !important;
		max-width: calc(100% + 18px) !important;
		margin-right: -18px !important;
	}

	body.ijpc-product-archive .ijpc-archive-categories .wd-nav-product-cat {
		padding-right: 18px !important;
	}

	body.ijpc-product-archive .ijpc-archive-categories a.category-nav-link {
		min-height: 37px;
		padding: 8px 13px !important;
		font-size: 9.5px !important;
	}

	body.ijpc-product-archive .ijpc-archive-view {
		display: none !important;
	}

	body.ijpc-product-archive .ijpc-archive-filter {
		align-self: stretch;
		width: 100% !important;
		margin: 0 !important;
	}

	body.ijpc-product-archive .ijpc-archive-filter .elementor-widget-container,
	body.ijpc-product-archive .ijpc-archive-filter .wd-off-canvas-btn,
	body.ijpc-product-archive .ijpc-archive-filter .wd-off-canvas-btn > a {
		width: 100%;
	}

	body.ijpc-product-archive .ijpc-archive-filter .wd-off-canvas-btn > a,
	body.ijpc-product-archive .ijpc-archive-filter > a {
		justify-content: flex-start;
		gap: 11px;
		min-height: 54px;
		padding: 7px 10px 7px 8px !important;
		border: 1px solid rgba(11, 41, 56, .1) !important;
		border-radius: 16px;
		background: #fff !important;
		box-shadow: 0 9px 24px rgba(3, 29, 42, .14);
		filter: none !important;
		opacity: 1 !important;
		-webkit-font-smoothing: antialiased;
	}

	body.ijpc-product-archive .ijpc-archive-filter .wd-action-text {
		color: var(--ijpa-ink) !important;
		font-size: 11px !important;
		font-weight: 850 !important;
		letter-spacing: .07em;
	}

	body.ijpc-product-archive .ijpc-archive-filter-arrow {
		margin-left: auto;
	}

	body.ijpc-product-archive .ijpc-archive-art {
		width: 65%;
		opacity: .36;
	}

	body.ijpc-product-archive .ijpc-archive-art__card--one { top: 19px; right: 64px; transform: scale(.68) rotate(-7deg); transform-origin: top right; }
	body.ijpc-product-archive .ijpc-archive-art__card--two { right: 5px; bottom: 42px; transform: scale(.62) rotate(8deg); transform-origin: bottom right; }
	body.ijpc-product-archive .ijpc-archive-art__spark { top: 14px; right: 19px; }

	body.ijpc-product-archive .ijpc-archive-toolbar {
		min-height: 58px;
		margin-bottom: 13px;
		padding: 8px 1px;
	}

	body.ijpc-product-archive .ijpc-archive-toolbar__title { gap: 9px; }
	body.ijpc-product-archive .ijpc-archive-toolbar__title > span { font-size: 13px; }
	body.ijpc-product-archive .ijpc-archive-toolbar__title strong { font-size: 10px; }
	body.ijpc-product-archive .ijpc-archive-toolbar__note { display: none; }

	body.ijpc-product-archive .ijpc-products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 16px 9px !important;
	}

	body.ijpc-product-archive .ijpc-product-card .wd-product-wrapper,
	body.ijpc-product-archive .ijpc-product-card .product-wrapper {
		padding: 5px;
		border-radius: 16px;
		box-shadow: 0 5px 17px rgba(8,38,51,.055);
	}

	body.ijpc-product-archive .ijpc-product-card .wd-product-thumb,
	body.ijpc-product-archive .ijpc-product-card .product-element-top {
		border-radius: 12px;
	}

	body.ijpc-product-archive .ijpc-product-card .wd-loop-prod-labels,
	body.ijpc-product-archive .ijpc-product-card .product-labels {
		top: 7px !important;
		left: 7px !important;
	}

	body.ijpc-product-archive .ijpc-product-card .product-label {
		min-height: 24px;
		padding: 5px 7px !important;
		font-size: 8px !important;
	}

	body.ijpc-product-archive .ijpc-product-card .wd-wishlist-btn {
		top: 7px !important;
		right: 7px !important;
	}

	body.ijpc-product-archive .ijpc-product-card .wd-wishlist-btn > a {
		width: 35px;
		height: 35px;
	}

	body.ijpc-product-archive .ijpc-product-card .wp-block-wd-container.wd-dir-col,
	body.ijpc-product-archive .ijpc-product-card .product-element-bottom {
		padding: 11px 8px 7px !important;
	}

	body.ijpc-product-archive .ijpc-product-card .wd-loop-prod-title,
	body.ijpc-product-archive .ijpc-product-card .woocommerce-loop-product__title {
		min-height: 2.65em;
		margin-bottom: 5px !important;
		font-size: 13px !important;
		line-height: 1.32 !important;
	}

	body.ijpc-product-archive .ijpc-product-card .wd-loop-prod-price,
	body.ijpc-product-archive .ijpc-product-card .price {
		font-size: 13px !important;
		line-height: 1.35 !important;
	}

	body.ijpc-product-archive .ijpc-product-card__action {
		min-height: 37px;
		margin-top: 10px;
		padding: 8px 9px;
		border-radius: 10px;
		font-size: 9px;
		letter-spacing: .035em;
	}

	body.ijpc-product-archive .ijpc-product-card__action svg {
		width: 15px;
		height: 15px;
	}

	body.ijpc-product-archive .ijpc-archive-empty {
		margin-bottom: 30px;
		border-radius: 22px;
	}

	body.ijpc-product-archive .ijpc-archive-empty__status {
		align-items: flex-start;
		min-height: 0;
		padding: 15px 16px;
	}

	body.ijpc-product-archive .ijpc-archive-empty__status > span {
		flex-basis: 36px;
		width: 36px;
		height: 36px;
		border-radius: 12px;
	}

	body.ijpc-product-archive .ijpc-archive-empty__status strong {
		font-size: 13px;
	}

	body.ijpc-product-archive .ijpc-archive-empty__status small {
		font-size: 11px;
	}

	body.ijpc-product-archive .ijpc-archive-empty__body {
		grid-template-columns: 1fr;
		gap: 17px;
		padding: 25px 20px 22px;
		text-align: left;
	}

	body.ijpc-product-archive .ijpc-archive-empty__icon {
		width: 62px;
		height: 62px;
		border-radius: 19px;
	}

	body.ijpc-product-archive .ijpc-archive-empty__icon svg {
		width: 33px;
		height: 33px;
	}

	body.ijpc-product-archive .ijpc-archive-empty h2 {
		font-size: 30px;
	}

	body.ijpc-product-archive .ijpc-archive-empty__actions {
		align-items: stretch;
		flex-direction: column;
		justify-content: flex-start;
		max-width: none;
		width: 100%;
	}
}

@media (max-width: 360px) {
	body.ijpc-product-archive { --ijpa-page-gutter: 10px; }
	body.ijpc-product-archive .ijpc-products-grid { gap-inline: 7px !important; }
	body.ijpc-product-archive .ijpc-product-card__action span { font-size: 8px; }
}

@media (prefers-reduced-motion: reduce) {
	body.ijpc-product-archive *,
	body.ijpc-product-archive *::before,
	body.ijpc-product-archive *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}
