/**
 * Pojedinačni brend (tax-product_brand) — page title
 */

@keyframes runnerp-brand-archive-title-in {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

body.runnerp-brand-archive .qodef-page-title.runnerp-brand-archive-title,
body.runnerp-brand-archive .qodef-page-title.runnerp-brand-archive-title .qodef-m-inner {
	position: relative;
	height: auto !important;
	min-height: 0 !important;
	overflow: hidden;
	background:
		radial-gradient(120% 90% at 50% 0%, rgba(255, 252, 250, 0.95) 0%, transparent 62%),
		linear-gradient(180deg, var(--runnerp-beige-50, #FBF7F2) 0%, var(--runnerp-beige-100, #F3EBE3) 100%) !important;
	border-bottom: 1px solid rgba(74, 52, 40, 0.08);
}

body.runnerp-brand-archive .qodef-page-title.runnerp-brand-archive-title .qodef-m-inner::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 0.32;
	background-image:
		radial-gradient(circle at 14% 72%, rgba(166, 124, 82, 0.12) 0 1px, transparent 1.5px),
		radial-gradient(circle at 86% 24%, rgba(110, 78, 58, 0.1) 0 1px, transparent 1.5px);
	background-size: 28px 28px, 36px 36px;
	background-position: 0 0, 12px 8px;
}

body.runnerp-brand-archive .qodef-page-title.runnerp-brand-archive-title .qodef-m-inner::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 1;
	width: min(160px, 38vw);
	height: 2px;
	transform: translateX(-50%);
	background: linear-gradient(
		90deg,
		transparent 0%,
		var(--runnerp-cta-color, #A67C52) 50%,
		transparent 100%
	);
	opacity: 0.85;
}

body.runnerp-brand-archive .qodef-page-title.runnerp-brand-archive-title .qodef-m-content {
	position: relative;
	z-index: 2;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	padding: 52px 24px 48px !important;
	text-align: center !important;
	box-sizing: border-box;
	animation: runnerp-brand-archive-title-in 0.7s ease both;
}

body.runnerp-brand-archive .qodef-page-title.runnerp-brand-archive-title .qodef-m-content::before {
	content: "Brend";
	display: block;
	margin: 0 0 12px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.28em;
	line-height: 1;
	text-transform: uppercase;
	color: var(--runnerp-taupe-500, #A67C52);
}

body.runnerp-brand-archive .qodef-page-title.runnerp-brand-archive-title .qodef-m-title.entry-title {
	margin: 0 !important;
	padding: 0 !important;
	max-width: 18ch;
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: clamp(2.35rem, 5vw, 3.6rem) !important;
	font-weight: 600 !important;
	letter-spacing: 0.03em !important;
	line-height: 1.08 !important;
	text-transform: none !important;
	color: var(--runnerp-sienna-800, #4A3428) !important;
}

/* Bez subtitla — samo eyebrow + naziv */
body.runnerp-brand-archive .qodef-page-title.runnerp-brand-archive-title .qodef-m-subtitle {
	display: none !important;
}

@media only screen and (max-width: 680px) {
	body.runnerp-brand-archive .qodef-page-title.runnerp-brand-archive-title .qodef-m-content {
		padding: 36px 20px 34px !important;
	}

	body.runnerp-brand-archive .qodef-page-title.runnerp-brand-archive-title .qodef-m-content::before {
		margin-bottom: 10px;
		font-size: 11px;
		letter-spacing: 0.22em;
	}

	body.runnerp-brand-archive .qodef-page-title.runnerp-brand-archive-title .qodef-m-title.entry-title {
		font-size: clamp(2rem, 9vw, 2.6rem) !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.runnerp-brand-archive .qodef-page-title.runnerp-brand-archive-title .qodef-m-content {
		animation: none;
	}
}

/* ——— Content zona: bijela ——— */
body.runnerp-brand-archive,
body.runnerp-brand-archive #qodef-page-outer,
body.runnerp-brand-archive #qodef-page-content,
body.runnerp-brand-archive .qodef-page-content-section,
body.runnerp-brand-archive .qodef-page-content-holder,
body.runnerp-brand-archive #qodef-page-inner,
body.runnerp-brand-archive .qodef-grid-item {
	background-color: #fff !important;
}

body.runnerp-brand-archive #qodef-page-inner {
	padding-top: 40px !important;
	padding-bottom: 64px !important;
}

/* ——— Empty state (nema proizvoda) ——— */
body.runnerp-brand-archive .runnerp-brand-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 520px;
	margin: 28px auto 48px;
	padding: 48px 28px 52px;
	text-align: center;
	box-sizing: border-box;
	background:
		radial-gradient(120% 90% at 50% 0%, rgba(255, 252, 250, 0.9) 0%, transparent 70%),
		linear-gradient(180deg, var(--runnerp-beige-50, #FBF7F2) 0%, #fff 100%);
	border: 0;
	border-bottom: 1px solid rgba(74, 52, 40, 0.08);
	position: relative;
}

body.runnerp-brand-archive .runnerp-brand-empty::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: min(120px, 40%);
	height: 2px;
	transform: translateX(-50%);
	background: linear-gradient(
		90deg,
		transparent 0%,
		var(--runnerp-taupe-500, #A67C52) 50%,
		transparent 100%
	);
	opacity: 0.8;
}

body.runnerp-brand-archive .runnerp-brand-empty__eyebrow {
	margin: 0 0 12px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.28em;
	line-height: 1;
	text-transform: uppercase;
	color: var(--runnerp-taupe-500, #A67C52);
}

body.runnerp-brand-archive .runnerp-brand-empty__title {
	margin: 0 0 14px !important;
	max-width: 18ch;
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: clamp(1.65rem, 3.5vw, 2.15rem) !important;
	font-weight: 600 !important;
	letter-spacing: 0.02em !important;
	line-height: 1.2 !important;
	text-transform: none !important;
	color: var(--runnerp-sienna-800, #4A3428) !important;
}

body.runnerp-brand-archive .runnerp-brand-empty__text {
	margin: 0 0 28px;
	max-width: 34ch;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.12rem;
	font-weight: 500;
	font-style: italic;
	line-height: 1.5;
	color: var(--runnerp-sienna-700, #6E4E3A);
}

body.runnerp-brand-archive .runnerp-brand-empty__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px 18px;
}

body.runnerp-brand-archive .runnerp-brand-empty__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 4px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-decoration: none;
	color: var(--runnerp-sienna-800, #4A3428);
	border-bottom: 1px solid rgba(74, 52, 40, 0.28);
	transition: color 0.25s ease, border-color 0.25s ease;
}

body.runnerp-brand-archive .runnerp-brand-empty__link:hover {
	color: var(--runnerp-taupe-500, #A67C52);
	border-bottom-color: var(--runnerp-taupe-500, #A67C52);
}

body.runnerp-brand-archive .runnerp-brand-empty__link--primary {
	padding: 10px 22px;
	border: 1px solid var(--runnerp-sienna-800, #4A3428);
	border-bottom-width: 1px;
	background: var(--runnerp-sienna-800, #4A3428);
	color: #FBF7F2;
}

body.runnerp-brand-archive .runnerp-brand-empty__link--primary:hover {
	background: var(--runnerp-taupe-500, #A67C52);
	border-color: var(--runnerp-taupe-500, #A67C52);
	color: #FFFCFA;
}

/* Sakrij default Woo notice ako se ipak rendera */
body.runnerp-brand-archive .woocommerce-info,
body.runnerp-brand-archive .woocommerce-noreviews,
body.runnerp-brand-archive .wc-block-components-notice-banner {
	border: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	padding: 0 !important;
}

@media only screen and (max-width: 680px) {
	body.runnerp-brand-archive .runnerp-brand-empty {
		margin: 12px auto 36px;
		padding: 36px 20px 40px;
	}

	body.runnerp-brand-archive .runnerp-brand-empty__title {
		font-size: clamp(1.45rem, 7vw, 1.85rem) !important;
	}

	body.runnerp-brand-archive .runnerp-brand-empty__text {
		font-size: 1.05rem;
		margin-bottom: 22px;
	}

	body.runnerp-brand-archive .runnerp-brand-empty__actions {
		flex-direction: column;
		width: 100%;
	}

	body.runnerp-brand-archive .runnerp-brand-empty__link,
	body.runnerp-brand-archive .runnerp-brand-empty__link--primary {
		width: 100%;
		box-sizing: border-box;
	}
}

/* ——— Product kartice (kao home bestsellers) ——— */
body.runnerp-brand-archive .qodef-woo-product-list,
body.runnerp-shop-page .qodef-woo-product-list {
	font-family: var(--runnerp-font-ui, "Cormorant Garamond", Georgia, serif);
}

body.runnerp-brand-archive .qodef-woo-product-list ul.products,
body.runnerp-shop-page .qodef-woo-product-list ul.products {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 0 -10px !important;
}

body.runnerp-brand-archive .qodef-woo-product-list ul.products > .product,
body.runnerp-shop-page .qodef-woo-product-list ul.products > .product {
	display: flex;
	flex-direction: column;
	float: none;
	padding: 0 10px !important;
	margin: 0 0 28px !important;
	box-sizing: border-box;
}

/* Brend: 4 u redu; shop ostaje na temi / columns-3 */
body.runnerp-brand-archive .qodef-woo-product-list ul.products > .product {
	width: 25% !important;
}

@media only screen and (max-width: 1024px) {
	body.runnerp-brand-archive .qodef-woo-product-list ul.products > .product {
		width: 50% !important;
	}
}

body.runnerp-brand-archive .qodef-woo-product-list .qodef-woo-product-inner,
body.runnerp-shop-page .qodef-woo-product-list .qodef-woo-product-inner {
	background: #fff !important;
	border: 1px solid rgba(74, 52, 40, 0.12) !important;
	box-shadow: none !important;
	overflow: hidden;
	transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

@media (hover: hover) and (pointer: fine) {
	body.runnerp-brand-archive .qodef-woo-product-list .qodef-woo-product-inner:hover,
	body.runnerp-shop-page .qodef-woo-product-list .qodef-woo-product-inner:hover {
		transform: translateY(-4px);
		border-color: rgba(74, 52, 40, 0.22) !important;
		box-shadow: 0 16px 36px rgba(74, 52, 40, 0.1) !important;
	}
}

body.runnerp-brand-archive .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image,
body.runnerp-shop-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image {
	display: grid !important;
	grid-template-columns: 1fr !important;
	grid-template-rows: auto auto !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: visible;
	background:
		radial-gradient(90% 70% at 50% 0%, rgba(166, 124, 82, 0.06) 0%, transparent 55%),
		linear-gradient(180deg, var(--runnerp-beige-50, #FBF7F2) 0%, #fff 100%) !important;
}

body.runnerp-brand-archive .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image::before,
body.runnerp-shop-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image::before {
	content: "" !important;
	grid-row: 1 !important;
	grid-column: 1 !important;
	display: block !important;
	width: 100% !important;
	height: 0 !important;
	padding-bottom: 125% !important;
	background-color: var(--runnerp-beige-100, #F3EBE3) !important;
	pointer-events: none !important;
}

/* Slika samo u gornjem redu — ne preko bijele trake */
body.runnerp-brand-archive .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image > a,
body.runnerp-shop-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image > a {
	grid-row: 1 !important;
	grid-column: 1 !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: auto !important;
	width: 100% !important;
	height: 0 !important;
	padding: 0 !important;
	padding-bottom: 125% !important;
	margin: 0 !important;
	overflow: hidden !important;
	border-radius: 0;
	background-color: var(--runnerp-beige-100, #F3EBE3);
	transform: none !important;
	box-sizing: content-box !important;
	z-index: 0 !important;
}

/* Direktni img (bez wrap <a>) — isti 4:5 slot kao overlay i ::before */
body.runnerp-brand-archive .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image > img,
body.runnerp-shop-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image > img {
	grid-row: 1 !important;
	grid-column: 1 !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: auto !important;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 4 / 5 !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
	object-fit: cover;
	object-position: center;
	border-radius: 0;
	transform: none !important;
	transition: none;
	box-sizing: border-box !important;
	z-index: 0 !important;
}

body.runnerp-brand-archive .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image > a img,
body.runnerp-shop-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image > a img {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	transform: none !important;
	transition: transform 0.55s ease;
}

body.runnerp-brand-archive .qodef-woo-product-list .qodef-woo-product-title a,
body.runnerp-shop-page .qodef-woo-product-list .qodef-woo-product-title a {
	transition: color 0.35s ease;
}

/*
 * Hover: bijela opacity preko CIJELE slike, rub do ruba.
 * aspect-ratio + grid centriranje dugmeta (radi i na iOS).
 */
body.runnerp-brand-archive .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image::after,
body.runnerp-shop-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image::after {
	content: none !important;
	display: none !important;
}

body.runnerp-brand-archive .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner,
body.runnerp-shop-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner,
body.runnerp-brand-archive #qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner,
body.runnerp-shop-page #qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner {
	grid-row: 1 !important;
	grid-column: 1 !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: auto !important;
	width: 100% !important;
	max-width: none !important;
	height: auto !important;
	min-height: 0 !important;
	aspect-ratio: 4 / 5 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-sizing: border-box !important;
	background: rgba(255, 252, 250, 0.95) !important;
	background-color: rgba(255, 252, 250, 0.95) !important;
	background-image: none !important;
	background-clip: border-box !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	display: grid !important;
	place-items: center !important;
	align-content: center !important;
	justify-content: center !important;
	z-index: 4 !important;
	opacity: 0;
	visibility: visible !important;
	pointer-events: none;
	overflow: hidden !important;
	transform: none !important;
	transition: opacity 0.3s ease !important;
}

body.runnerp-brand-archive #qodef-woo-page .qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-image-inner,
body.runnerp-shop-page #qodef-woo-page .qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-image-inner,
body.runnerp-brand-archive #qodef-woo-page .qodef-woo-product-list .product:hover .qodef-woo-product-image-inner,
body.runnerp-shop-page #qodef-woo-page .qodef-woo-product-list .product:hover .qodef-woo-product-image-inner,
body.runnerp-brand-archive .qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-image-inner,
body.runnerp-shop-page .qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-image-inner,
body.runnerp-brand-archive .qodef-woo-product-list .product:hover .qodef-woo-product-image-inner,
body.runnerp-shop-page .qodef-woo-product-list .product:hover .qodef-woo-product-image-inner {
	opacity: 1 !important;
	pointer-events: auto;
}

body.runnerp-brand-archive .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .screen-reader-text,
body.runnerp-shop-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .screen-reader-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;
	opacity: 0 !important;
	transform: none !important;
	pointer-events: none !important;
}

body.runnerp-brand-archive .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .button,
body.runnerp-shop-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .button,
body.runnerp-brand-archive .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .added_to_cart,
body.runnerp-shop-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .added_to_cart,
body.runnerp-brand-archive .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .add_to_cart_button,
body.runnerp-shop-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .add_to_cart_button,
body.runnerp-brand-archive #qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .button,
body.runnerp-shop-page #qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .button,
body.runnerp-brand-archive #qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .added_to_cart,
body.runnerp-shop-page #qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .added_to_cart,
body.runnerp-brand-archive #qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .add_to_cart_button,
body.runnerp-shop-page #qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .add_to_cart_button {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	inset: auto !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	min-width: 168px !important;
	max-width: calc(100% - 24px);
	height: auto !important;
	min-height: 48px !important;
	margin: 0 !important;
	padding: 14px 36px !important;
	font-family: var(--runnerp-font-ui, "Cormorant Garamond", Georgia, serif) !important;
	font-size: 0.88rem !important;
	font-weight: 600 !important;
	font-style: normal !important;
	letter-spacing: 0.08em !important;
	line-height: 1.2 !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	background: var(--runnerp-cta-color, #A67C52) !important;
	background-color: var(--runnerp-cta-color, #A67C52) !important;
	border: 1px solid var(--runnerp-cta-color, #A67C52) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: var(--runnerp-cta-text-color, #FBF7F2) !important;
	white-space: nowrap !important;
	opacity: 1 !important;
	transform: none !important;
	z-index: 1 !important;
	grid-area: 1 / 1 !important;
	justify-self: center !important;
	align-self: center !important;
}

body.runnerp-brand-archive #qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .button:hover,
body.runnerp-shop-page #qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .button:hover,
body.runnerp-brand-archive #qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .added_to_cart:hover,
body.runnerp-shop-page #qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .added_to_cart:hover,
body.runnerp-brand-archive #qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .add_to_cart_button:hover,
body.runnerp-shop-page #qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .add_to_cart_button:hover {
	background: var(--runnerp-cta-hover-color, #6E4E3A) !important;
	background-color: var(--runnerp-cta-hover-color, #6E4E3A) !important;
	border-color: var(--runnerp-cta-hover-color, #6E4E3A) !important;
	color: var(--runnerp-cta-text-color, #FFFCFA) !important;
}

/* Desktop hover — lift + blagi zoom slike (clip u overflow:hidden) */
@media (hover: hover) and (pointer: fine) {
	body.runnerp-brand-archive .qodef-woo-product-list .product:hover .qodef-woo-product-image > a img,
	body.runnerp-shop-page .qodef-woo-product-list .product:hover .qodef-woo-product-image > a img,
	body.runnerp-brand-archive .qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-image > a img,
	body.runnerp-shop-page .qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-image > a img {
		transform: scale(1.04);
	}

	body.runnerp-brand-archive .qodef-woo-product-list .product:hover .qodef-woo-product-title a,
	body.runnerp-shop-page .qodef-woo-product-list .product:hover .qodef-woo-product-title a {
		color: var(--runnerp-taupe-500, #A67C52) !important;
	}
}

/* Naziv + cijena — full-bleed bijela traka od ruba do ruba */
body.runnerp-brand-archive .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner-initial,
body.runnerp-shop-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner-initial {
	grid-row: 2 !important;
	grid-column: 1 !important;
	position: relative !important;
	inset: auto !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	width: 100% !important;
	max-width: none !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 18px 14px 20px !important;
	box-sizing: border-box !important;
	background-color: #fff !important;
	border-top: 1px solid rgba(74, 52, 40, 0.08);
	align-self: stretch !important;
	justify-self: stretch !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
	gap: 6px;
	z-index: 1 !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
}

body.runnerp-brand-archive .qodef-woo-product-list .qodef-woo-product-title,
body.runnerp-shop-page .qodef-woo-product-list .qodef-woo-product-title {
	margin: 0 !important;
}

body.runnerp-brand-archive .qodef-woo-product-list .qodef-woo-product-title,
body.runnerp-shop-page .qodef-woo-product-list .qodef-woo-product-title,
body.runnerp-brand-archive .qodef-woo-product-list .qodef-woo-product-title a,
body.runnerp-shop-page .qodef-woo-product-list .qodef-woo-product-title a {
	font-family: var(--runnerp-font-ui, "Cormorant Garamond", Georgia, serif) !important;
	font-size: clamp(1.02rem, 1.6vw, 1.18rem) !important;
	font-weight: 600 !important;
	letter-spacing: 0.04em !important;
	line-height: 1.3 !important;
	text-transform: none !important;
	color: var(--runnerp-sienna-800, #4A3428) !important;
	text-decoration: none !important;
}

body.runnerp-brand-archive .qodef-woo-product-list .qodef-woo-product-title a:hover,
body.runnerp-shop-page .qodef-woo-product-list .qodef-woo-product-title a:hover {
	color: var(--runnerp-taupe-500, #A67C52) !important;
}

body.runnerp-brand-archive .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner-initial .price,
body.runnerp-shop-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner-initial .price {
	margin-top: 2px !important;
	justify-content: center;
}

body.runnerp-brand-archive .qodef-woo-product-list .price,
body.runnerp-shop-page .qodef-woo-product-list .price,
body.runnerp-brand-archive .qodef-woo-product-list .price .amount,
body.runnerp-shop-page .qodef-woo-product-list .price .amount,
body.runnerp-brand-archive .qodef-woo-product-list .price del,
body.runnerp-shop-page .qodef-woo-product-list .price del,
body.runnerp-brand-archive .qodef-woo-product-list .price ins,
body.runnerp-shop-page .qodef-woo-product-list .price ins {
	font-family: var(--runnerp-font-ui, "Cormorant Garamond", Georgia, serif) !important;
	font-size: 1.05rem !important;
	font-weight: 500 !important;
	font-style: italic !important;
	letter-spacing: 0.01em !important;
	color: var(--runnerp-sienna-800, #4A3428) !important;
}

body.runnerp-brand-archive .qodef-woo-product-list .price del,
body.runnerp-shop-page .qodef-woo-product-list .price del {
	opacity: 0.5;
	font-weight: 500 !important;
}

body.runnerp-brand-archive .qodef-woo-product-list .price ins,
body.runnerp-shop-page .qodef-woo-product-list .price ins {
	text-decoration: none !important;
	color: var(--runnerp-sienna-800, #4A3428) !important;
}

body.runnerp-brand-archive .qodef-woo-product-list .onsale,
body.runnerp-shop-page .qodef-woo-product-list .onsale {
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: 0.72rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase !important;
	background: var(--runnerp-sienna-800, #4A3428) !important;
	color: #FBF7F2 !important;
	border-radius: 0 !important;
	min-height: 0 !important;
	line-height: 1 !important;
	padding: 7px 10px !important;
}

/* Tablet / mobil: 2 u redu, portrait kartice */
@media only screen and (max-width: 1024px) {
	body.runnerp-brand-archive #qodef-page-inner {
		padding-top: 24px !important;
		padding-bottom: 44px !important;
	}

	body.runnerp-brand-archive .qodef-woo-product-list ul.products,
body.runnerp-shop-page .qodef-woo-product-list ul.products {
		margin: 0 -6px !important;
	}

	body.runnerp-brand-archive .qodef-woo-product-list ul.products > .product,
body.runnerp-shop-page .qodef-woo-product-list ul.products > .product {
		width: 50% !important;
		padding: 0 6px !important;
		margin-bottom: 28px !important;
	}

	/* Portrait ~3:4 — uža kolona, viša slika */
	body.runnerp-brand-archive .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image::before,
	body.runnerp-shop-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image::before,
	body.runnerp-brand-archive .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image > a,
	body.runnerp-shop-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image > a {
		padding-bottom: 133.333% !important;
	}

	body.runnerp-brand-archive .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image > img,
	body.runnerp-shop-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image > img,
	body.runnerp-brand-archive .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner,
	body.runnerp-shop-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner,
	body.runnerp-brand-archive #qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner,
	body.runnerp-shop-page #qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner {
		aspect-ratio: 3 / 4 !important;
		height: auto !important;
		bottom: auto !important;
		padding: 0 !important;
		box-sizing: border-box !important;
	}

	body.runnerp-brand-archive .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner-initial,
body.runnerp-shop-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner-initial {
		padding: 14px 8px 12px !important;
		gap: 4px;
		min-height: 0;
		width: 100% !important;
		margin: 0 !important;
	}

	body.runnerp-brand-archive .qodef-woo-product-list .qodef-woo-product-title,
body.runnerp-shop-page .qodef-woo-product-list .qodef-woo-product-title,
	body.runnerp-brand-archive .qodef-woo-product-list .qodef-woo-product-title a,
body.runnerp-shop-page .qodef-woo-product-list .qodef-woo-product-title a {
		font-size: 1.05rem !important;
		font-weight: 600 !important;
		line-height: 1.22 !important;
		letter-spacing: 0.015em !important;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	body.runnerp-brand-archive .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner-initial .price,
body.runnerp-shop-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner-initial .price {
		margin-top: 4px !important;
	}

	body.runnerp-brand-archive .qodef-woo-product-list .price,
body.runnerp-shop-page .qodef-woo-product-list .price,
	body.runnerp-brand-archive .qodef-woo-product-list .price .amount,
body.runnerp-shop-page .qodef-woo-product-list .price .amount,
	body.runnerp-brand-archive .qodef-woo-product-list .price del,
body.runnerp-shop-page .qodef-woo-product-list .price del,
	body.runnerp-brand-archive .qodef-woo-product-list .price ins,
body.runnerp-shop-page .qodef-woo-product-list .price ins {
		font-size: 1.02rem !important;
		font-weight: 600 !important;
	}

	body.runnerp-brand-archive .qodef-woo-product-list .onsale,
body.runnerp-shop-page .qodef-woo-product-list .onsale {
		font-size: 0.62rem !important;
		letter-spacing: 0.1em !important;
		padding: 5px 7px !important;
	}

	body.runnerp-brand-archive .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .button,
	body.runnerp-shop-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .button,
	body.runnerp-brand-archive .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .added_to_cart,
	body.runnerp-shop-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .added_to_cart,
	body.runnerp-brand-archive .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .add_to_cart_button,
	body.runnerp-shop-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .add_to_cart_button,
	body.runnerp-brand-archive #qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .button,
	body.runnerp-shop-page #qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .button,
	body.runnerp-brand-archive #qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .added_to_cart,
	body.runnerp-shop-page #qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .added_to_cart,
	body.runnerp-brand-archive #qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .add_to_cart_button,
	body.runnerp-shop-page #qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .add_to_cart_button {
		padding: 11px 24px !important;
		min-height: 42px !important;
		min-width: 132px !important;
		font-size: 0.9rem !important;
		white-space: nowrap !important;
		text-align: center !important;
		max-width: calc(100% - 16px);
	}
}

/* Telefon: još kompaktnije, i dalje 2 u redu + portrait */
@media only screen and (max-width: 680px) {
	body.runnerp-brand-archive #qodef-page-inner {
		padding-top: 18px !important;
		padding-bottom: 36px !important;
	}

	body.runnerp-brand-archive .qodef-woo-product-list ul.products,
body.runnerp-shop-page .qodef-woo-product-list ul.products {
		margin: 0 -5px !important;
	}

	body.runnerp-brand-archive .qodef-woo-product-list ul.products > .product,
body.runnerp-shop-page .qodef-woo-product-list ul.products > .product {
		width: 50% !important;
		padding: 0 5px !important;
		margin-bottom: 22px !important;
	}

	body.runnerp-brand-archive .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image::before,
	body.runnerp-shop-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image::before,
	body.runnerp-brand-archive .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image > a,
	body.runnerp-shop-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image > a {
		padding-bottom: 136% !important;
	}

	body.runnerp-brand-archive .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image > img,
	body.runnerp-shop-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image > img,
	body.runnerp-brand-archive .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner,
	body.runnerp-shop-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner,
	body.runnerp-brand-archive #qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner,
	body.runnerp-shop-page #qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner {
		aspect-ratio: 100 / 136 !important;
		height: auto !important;
		bottom: auto !important;
		padding: 0 !important;
		box-sizing: border-box !important;
	}

	body.runnerp-brand-archive .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner-initial,
body.runnerp-shop-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner-initial {
		padding: 12px 6px 10px !important;
		gap: 3px;
		min-height: 0;
	}

	body.runnerp-brand-archive .qodef-woo-product-list .qodef-woo-product-title,
body.runnerp-shop-page .qodef-woo-product-list .qodef-woo-product-title,
	body.runnerp-brand-archive .qodef-woo-product-list .qodef-woo-product-title a,
body.runnerp-shop-page .qodef-woo-product-list .qodef-woo-product-title a {
		font-size: 0.98rem !important;
		line-height: 1.2 !important;
	}

	body.runnerp-brand-archive .qodef-woo-product-list .price,
body.runnerp-shop-page .qodef-woo-product-list .price,
	body.runnerp-brand-archive .qodef-woo-product-list .price .amount,
body.runnerp-shop-page .qodef-woo-product-list .price .amount,
	body.runnerp-brand-archive .qodef-woo-product-list .price del,
body.runnerp-shop-page .qodef-woo-product-list .price del,
	body.runnerp-brand-archive .qodef-woo-product-list .price ins,
body.runnerp-shop-page .qodef-woo-product-list .price ins {
		font-size: 0.98rem !important;
	}

	body.runnerp-brand-archive .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .button,
	body.runnerp-shop-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .button,
	body.runnerp-brand-archive .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .added_to_cart,
	body.runnerp-shop-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .added_to_cart,
	body.runnerp-brand-archive .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .add_to_cart_button,
	body.runnerp-shop-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .add_to_cart_button,
	body.runnerp-brand-archive #qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .button,
	body.runnerp-shop-page #qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .button,
	body.runnerp-brand-archive #qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .added_to_cart,
	body.runnerp-shop-page #qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .added_to_cart,
	body.runnerp-brand-archive #qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .add_to_cart_button,
	body.runnerp-shop-page #qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .add_to_cart_button {
		padding: 10px 20px !important;
		min-height: 40px !important;
		min-width: 120px !important;
		width: auto !important;
		font-size: 0.9rem !important;
		letter-spacing: 0.02em !important;
		white-space: nowrap !important;
		max-width: calc(100% - 12px);
	}
}

@media only screen and (max-width: 380px) {
	body.runnerp-brand-archive .qodef-woo-product-list ul.products,
body.runnerp-shop-page .qodef-woo-product-list ul.products {
		margin: 0 -4px !important;
	}

	body.runnerp-brand-archive .qodef-woo-product-list ul.products > .product,
body.runnerp-shop-page .qodef-woo-product-list ul.products > .product {
		padding: 0 4px !important;
		margin-bottom: 18px !important;
	}

	body.runnerp-brand-archive .qodef-woo-product-list .qodef-woo-product-title,
body.runnerp-shop-page .qodef-woo-product-list .qodef-woo-product-title,
	body.runnerp-brand-archive .qodef-woo-product-list .qodef-woo-product-title a,
body.runnerp-shop-page .qodef-woo-product-list .qodef-woo-product-title a {
		font-size: 0.92rem !important;
	}

	body.runnerp-brand-archive .qodef-woo-product-list .price,
body.runnerp-shop-page .qodef-woo-product-list .price,
	body.runnerp-brand-archive .qodef-woo-product-list .price .amount,
body.runnerp-shop-page .qodef-woo-product-list .price .amount,
	body.runnerp-brand-archive .qodef-woo-product-list .price del,
body.runnerp-shop-page .qodef-woo-product-list .price del,
	body.runnerp-brand-archive .qodef-woo-product-list .price ins,
body.runnerp-shop-page .qodef-woo-product-list .price ins {
		font-size: 0.92rem !important;
	}
}

@media only screen and (max-width: 767px) {
	body.runnerp-brand-archive .qodef-woo-product-list .qodef-woo-product-inner:hover,
	body.runnerp-shop-page .qodef-woo-product-list .qodef-woo-product-inner:hover {
		transform: none;
		box-shadow: none !important;
	}

	body.runnerp-brand-archive .qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-image > a img,
	body.runnerp-shop-page .qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-image > a img {
		transform: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.runnerp-brand-archive .qodef-woo-product-list .qodef-woo-product-inner,
	body.runnerp-shop-page .qodef-woo-product-list .qodef-woo-product-inner,
	body.runnerp-brand-archive .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image > a img,
	body.runnerp-shop-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image > a img,
	body.runnerp-brand-archive .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image img,
	body.runnerp-shop-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image img,
	body.runnerp-brand-archive .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner,
	body.runnerp-shop-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner,
	body.runnerp-brand-archive .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > *,
	body.runnerp-shop-page .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > * {
		transition: none !important;
	}

	body.runnerp-brand-archive .qodef-woo-product-list .product:hover .qodef-woo-product-image > a img,
	body.runnerp-shop-page .qodef-woo-product-list .product:hover .qodef-woo-product-image > a img,
	body.runnerp-brand-archive .qodef-woo-product-list .product:hover .qodef-woo-product-image img,
	body.runnerp-shop-page .qodef-woo-product-list .product:hover .qodef-woo-product-image img {
		transform: none;
	}
}
