/**
 * Single product — modern layout: gallery + summary + tabs + related
 */

/* ——— Content shell: puna širina theme grida, centrirano ——— */
body.runnerp-single-product #qodef-page-inner.qodef-content-grid {
	margin-left: auto !important;
	margin-right: auto !important;
}

body.runnerp-single-product #qodef-page-content.qodef-grid > .qodef-grid-inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body.runnerp-single-product #qodef-page-content.qodef-grid > .qodef-grid-inner > #qodef-woo-page.qodef-grid-item,
body.runnerp-single-product #qodef-woo-page.qodef--single {
	float: none !important;
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box;
}

/* ——— Layout: galerija | kupovina ——— */
body.runnerp-single-product #qodef-woo-page.qodef--single > .product {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
	margin: 0 auto;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .qodef-woo-single-inner {
	display: flex;
	align-items: flex-start;
	gap: 48px;
	margin: 0 !important;
	width: 100%;
	box-sizing: border-box;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .qodef-woo-single-inner > * {
	padding: 0 !important;
	box-sizing: border-box;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .qodef-woo-single-image,
body.runnerp-single-product #qodef-woo-page.qodef--single .entry-summary {
	width: calc(50% - 24px) !important;
	flex: 1 1 calc(50% - 24px);
	min-width: 0;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .entry-summary {
	position: sticky;
	top: 110px;
	padding-top: 8px !important;
}

/* ——— Galerija ——— */
body.runnerp-single-product #qodef-woo-page.qodef--single .woocommerce-product-gallery {
	background: transparent;
	max-width: 480px;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
	margin: 0 !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image {
	width: 100% !important;
	max-width: 480px;
	max-height: 520px;
	margin: 0 !important;
	background: transparent;
	overflow: hidden;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a,
body.runnerp-single-product #qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
	display: block;
	width: 100%;
	max-width: 480px;
	max-height: 520px;
	height: auto;
	object-fit: contain;
	object-position: center;
	vertical-align: top;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .qodef-woo-single-image {
	background: transparent !important;
	max-width: 480px;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .woocommerce-product-gallery .qodef-woo-thumbnails-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px !important;
	padding: 0 !important;
	background: transparent;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .woocommerce-product-gallery .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
	width: calc(25% - 6px) !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	background: transparent;
	opacity: 0.72;
	transition: opacity 0.25s ease;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .woocommerce-product-gallery .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:hover,
body.runnerp-single-product #qodef-woo-page.qodef--single .woocommerce-product-gallery .qodef-woo-thumbnails-wrapper .flex-active-slide {
	opacity: 1;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .woocommerce-product-gallery__trigger {
	width: 40px !important;
	height: 40px !important;
	line-height: 40px !important;
	background: rgba(255, 255, 255, 0.92) !important;
	color: var(--runnerp-sienna-800, #4A3428) !important;
	border-radius: 0 !important;
	text-indent: 0 !important;
	font-size: 0 !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .woocommerce-product-gallery__trigger::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	margin: 13px auto 0;
	border: 1.5px solid currentColor;
	border-radius: 50%;
	box-shadow: 5px 5px 0 -6px currentColor;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .qodef-woo-product-mark,
body.runnerp-single-product #qodef-woo-page.qodef--single .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;
	padding: 8px 12px !important;
	min-height: 0 !important;
	line-height: 1 !important;
}

/* ——— Summary ——— */
body.runnerp-single-product #qodef-woo-page.qodef--single .entry-summary > *:first-child {
	margin-top: 0 !important;
}

/* ——— Cijena ——— */
body.runnerp-single-product #qodef-woo-page.qodef--single .entry-summary .price {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
	margin: 0 0 26px !important;
	padding: 0 0 22px;
	border: 0;
	border-bottom: 1px solid rgba(74, 52, 40, 0.1);
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: clamp(2.35rem, 3.2vw, 2.9rem) !important;
	font-weight: 500 !important;
	font-style: italic !important;
	letter-spacing: 0.01em !important;
	line-height: 1.05 !important;
	color: var(--runnerp-sienna-800, #4A3428) !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .entry-summary .price::before {
	content: "Cijena";
	display: block;
	margin: 0 0 10px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 11px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.26em;
	line-height: 1;
	text-transform: uppercase;
	color: var(--runnerp-taupe-500, #A67C52);
}

body.runnerp-single-product #qodef-woo-page.qodef--single .entry-summary .price .woocommerce-Price-amount,
body.runnerp-single-product #qodef-woo-page.qodef--single .entry-summary .price .amount {
	display: inline-flex;
	align-items: baseline;
	gap: 0.12em;
	font-size: inherit !important;
	font-weight: inherit !important;
	font-style: inherit !important;
	color: inherit !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .entry-summary .price .woocommerce-Price-currencySymbol {
	font-size: 0.42em !important;
	font-weight: 600 !important;
	font-style: normal !important;
	letter-spacing: 0.14em !important;
	text-transform: uppercase;
	color: var(--runnerp-taupe-500, #A67C52) !important;
	opacity: 1;
	position: relative;
	top: -0.35em;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .entry-summary .price del {
	display: inline-flex;
	align-items: baseline;
	order: -1;
	margin: 0 0 4px;
	opacity: 0.42;
	font-size: 0.48em !important;
	font-weight: 500 !important;
	font-style: italic !important;
	text-decoration: line-through !important;
	color: var(--runnerp-sienna-700, #6E4E3A) !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .entry-summary .price del .woocommerce-Price-currencySymbol {
	font-size: 0.55em !important;
	top: -0.2em;
	opacity: 0.8;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .entry-summary .price ins {
	display: inline-flex;
	align-items: baseline;
	text-decoration: none !important;
	background: transparent !important;
	color: var(--runnerp-sienna-800, #4A3428) !important;
}

/* Varijacije — ista hijerarhija cijene */
body.runnerp-single-product #qodef-woo-page.qodef--single .single_variation_wrap .woocommerce-variation-price {
	margin: 0 0 16px;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .single_variation_wrap .woocommerce-variation-price .price {
	margin-bottom: 0 !important;
	padding-bottom: 0;
	border-bottom: 0;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .single_variation_wrap .woocommerce-variation-price .price::before {
	display: none;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .woocommerce-product-rating {
	margin: 0 0 18px !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .woocommerce-product-rating .star-rating {
	color: var(--runnerp-taupe-500, #A67C52);
}

body.runnerp-single-product #qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 0.95rem;
	font-style: italic;
	color: var(--runnerp-sienna-700, #6E4E3A);
	text-decoration: none;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .woocommerce-product-details__short-description {
	margin: 0 0 28px !important;
	max-width: 38ch;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.12rem;
	font-weight: 500;
	line-height: 1.55;
	color: var(--runnerp-sienna-700, #6E4E3A);
}

body.runnerp-single-product #qodef-woo-page.qodef--single .woocommerce-product-details__short-description p {
	margin: 0 0 0.75em;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .woocommerce-product-details__short-description p:last-child {
	margin-bottom: 0;
}

/* ——— Quantity + ATC ——— */
body.runnerp-single-product #qodef-woo-page.qodef--single form.cart {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 14px;
	margin: 0 0 28px !important;
	padding: 0;
	border: 0;
}

body.runnerp-single-product #qodef-woo-page.qodef--single form.cart .quantity.qodef-quantity-buttons,
body.runnerp-single-product #qodef-woo-page.qodef--single form.cart .qodef-quantity-buttons.quantity {
	position: relative;
	display: inline-grid !important;
	grid-template-columns: 36px 40px 36px;
	grid-template-rows: auto auto;
	align-items: center;
	justify-items: center;
	width: auto !important;
	max-width: max-content;
	gap: 0;
	margin: 0 !important;
	padding: 0 !important;
	min-height: 0;
	border: 0 !important;
	background: transparent !important;
	vertical-align: bottom;
	align-self: flex-start;
}

body.runnerp-single-product #qodef-woo-page.qodef--single form.cart .quantity .qodef-quantity-label {
	grid-column: 1 / -1;
	grid-row: 1;
	display: block !important;
	width: 100%;
	margin: 0 0 8px !important;
	padding: 0 !important;
	top: auto !important;
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: 11px !important;
	font-weight: 600 !important;
	font-style: normal !important;
	letter-spacing: 0.26em !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
	text-align: left !important;
	color: var(--runnerp-taupe-500, #A67C52) !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single form.cart .quantity .qodef-quantity-minus,
body.runnerp-single-product #qodef-woo-page.qodef--single form.cart .quantity .qodef-quantity-input,
body.runnerp-single-product #qodef-woo-page.qodef--single form.cart .quantity .qty,
body.runnerp-single-product #qodef-woo-page.qodef--single form.cart .quantity .qodef-quantity-plus {
	grid-row: 2;
	position: relative !important;
	top: auto !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
	-webkit-user-select: none;
	user-select: none;
}

body.runnerp-single-product #qodef-woo-page.qodef--single form.cart .quantity .qodef-quantity-minus {
	grid-column: 1;
	width: 36px !important;
	min-height: 44px !important;
	border: 1px solid rgba(74, 52, 40, 0.14) !important;
	border-right: 0 !important;
	cursor: pointer;
	font-size: 0 !important;
	line-height: 0 !important;
	color: var(--runnerp-sienna-800, #4A3428) !important;
	transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

body.runnerp-single-product #qodef-woo-page.qodef--single form.cart .quantity .qodef-quantity-plus {
	grid-column: 3;
	width: 36px !important;
	min-height: 44px !important;
	border: 1px solid rgba(74, 52, 40, 0.14) !important;
	border-left: 0 !important;
	cursor: pointer;
	font-size: 0 !important;
	line-height: 0 !important;
	color: var(--runnerp-sienna-800, #4A3428) !important;
	transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

body.runnerp-single-product #qodef-woo-page.qodef--single form.cart .quantity .qodef-quantity-minus::before,
body.runnerp-single-product #qodef-woo-page.qodef--single form.cart .quantity .qodef-quantity-plus::before {
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: 1.25rem !important;
	font-weight: 500 !important;
	font-style: normal !important;
	line-height: 1 !important;
	speak: never;
}

body.runnerp-single-product #qodef-woo-page.qodef--single form.cart .quantity .qodef-quantity-minus::before {
	content: "−" !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single form.cart .quantity .qodef-quantity-plus::before {
	content: "+" !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single form.cart .quantity .qodef-quantity-minus::after,
body.runnerp-single-product #qodef-woo-page.qodef--single form.cart .quantity .qodef-quantity-plus::after {
	content: none !important;
	display: none !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single form.cart .quantity .qodef-quantity-minus:hover,
body.runnerp-single-product #qodef-woo-page.qodef--single form.cart .quantity .qodef-quantity-plus:hover {
	background: #fff !important;
	color: var(--runnerp-taupe-500, #A67C52) !important;
	border-color: rgba(166, 124, 82, 0.45) !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single form.cart .quantity .qodef-quantity-input,
body.runnerp-single-product #qodef-woo-page.qodef--single form.cart .quantity .qty {
	grid-column: 2;
	width: 40px !important;
	min-width: 40px !important;
	max-width: 40px !important;
	min-height: 44px !important;
	height: 44px !important;
	padding: 0 !important;
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: 1.2rem !important;
	font-weight: 500 !important;
	font-style: italic !important;
	letter-spacing: 0.02em !important;
	line-height: 1 !important;
	text-align: center !important;
	color: var(--runnerp-sienna-800, #4A3428) !important;
	border-top: 1px solid rgba(74, 52, 40, 0.14) !important;
	border-bottom: 1px solid rgba(74, 52, 40, 0.14) !important;
	-moz-appearance: textfield;
	appearance: textfield;
}

body.runnerp-single-product #qodef-woo-page.qodef--single form.cart .quantity .qodef-quantity-input:focus,
body.runnerp-single-product #qodef-woo-page.qodef--single form.cart .quantity .qty:focus {
	outline: none;
	background: #fff !important;
	border-color: rgba(166, 124, 82, 0.45) !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single form.cart .quantity .qty::-webkit-outer-spin-button,
body.runnerp-single-product #qodef-woo-page.qodef--single form.cart .quantity .qty::-webkit-inner-spin-button,
body.runnerp-single-product #qodef-woo-page.qodef--single form.cart .quantity .qodef-quantity-input::-webkit-outer-spin-button,
body.runnerp-single-product #qodef-woo-page.qodef--single form.cart .quantity .qodef-quantity-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

body.runnerp-single-product #qodef-woo-page.qodef--single form.cart .single_add_to_cart_button,
body.runnerp-single-product #qodef-woo-page.qodef--single form.cart button.single_add_to_cart_button {
	flex: none;
	align-self: flex-start !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: max-content !important;
	max-width: 100% !important;
	min-width: 180px;
	min-height: 52px !important;
	padding: 14px 32px !important;
	margin: 0 !important;
	font-family: var(--runnerp-font-ui, "Cormorant Garamond", Georgia, serif) !important;
	font-size: 1.05rem !important;
	font-weight: 500 !important;
	font-style: normal !important;
	letter-spacing: 0.02em !important;
	text-transform: none !important;
	border-radius: 0 !important;
	background: var(--runnerp-sienna-800, #4A3428) !important;
	border: 1px solid var(--runnerp-sienna-800, #4A3428) !important;
	color: #FBF7F2 !important;
	transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

body.runnerp-single-product #qodef-woo-page.qodef--single form.cart .single_add_to_cart_button:hover,
body.runnerp-single-product #qodef-woo-page.qodef--single form.cart button.single_add_to_cart_button:hover {
	background: var(--runnerp-taupe-500, #A67C52) !important;
	border-color: var(--runnerp-taupe-500, #A67C52) !important;
	color: #FFFCFA !important;
}

/* Varijacije — naziv atributa + odabir opcija */
body.runnerp-single-product #qodef-woo-page.qodef--single form.cart.variations_form {
	flex-direction: column;
	align-items: stretch;
	gap: 0;
}

body.runnerp-single-product #qodef-woo-page.qodef--single table.variations {
	display: block;
	width: 100%;
	margin: 0 0 22px;
	border: 0;
}

body.runnerp-single-product #qodef-woo-page.qodef--single table.variations tbody,
body.runnerp-single-product #qodef-woo-page.qodef--single table.variations tr {
	display: block;
	width: 100%;
	border: 0;
}

body.runnerp-single-product #qodef-woo-page.qodef--single table.variations tr + tr {
	margin-top: 18px;
}

body.runnerp-single-product #qodef-woo-page.qodef--single table.variations th,
body.runnerp-single-product #qodef-woo-page.qodef--single table.variations td {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	vertical-align: top;
	text-align: left;
	font-family: "Cormorant Garamond", Georgia, serif;
}

body.runnerp-single-product #qodef-woo-page.qodef--single table.variations th.label {
	margin: 0 0 10px;
}

body.runnerp-single-product #qodef-woo-page.qodef--single table.variations label {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: 11px !important;
	font-weight: 600 !important;
	font-style: normal !important;
	letter-spacing: 0.26em !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
	color: var(--runnerp-taupe-500, #A67C52) !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single table.variations td.value {
	position: relative;
}

body.runnerp-single-product #qodef-woo-page.qodef--single table.variations select,
body.runnerp-single-product #qodef-woo-page.qodef--single table.variations .runnerp-attr-select-native,
body.runnerp-single-product #qodef-woo-page.qodef--single table.variations .select2-container {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	min-width: 0 !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	border: 0 !important;
	white-space: nowrap !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-attr-swatches {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: stretch;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-attr-swatch {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 16px;
	margin: 0;
	border: 1px solid rgba(74, 52, 40, 0.18);
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.05rem;
	font-weight: 500;
	font-style: italic;
	letter-spacing: 0.01em;
	line-height: 1.2;
	text-transform: none;
	color: var(--runnerp-sienna-800, #4A3428);
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-attr-swatch:hover {
	border-color: rgba(166, 124, 82, 0.55);
	color: var(--runnerp-taupe-500, #A67C52);
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-attr-swatch.is-selected {
	background: var(--runnerp-sienna-800, #4A3428);
	border-color: var(--runnerp-sienna-800, #4A3428);
	color: #FFFCFA;
	font-style: normal;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-attr-swatch.is-disabled {
	opacity: 0.35;
	cursor: not-allowed;
	text-decoration: line-through;
}

body.runnerp-single-product #qodef-woo-page.qodef--single table.variations .reset_variations {
	display: inline-block;
	margin: 12px 0 0;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 0.95rem;
	font-style: italic;
	color: var(--runnerp-taupe-500, #A67C52);
	text-decoration: none;
}

body.runnerp-single-product #qodef-woo-page.qodef--single table.variations .reset_variations:hover {
	color: var(--runnerp-sienna-800, #4A3428);
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-variation-notice {
	display: none;
	margin: 0 0 16px;
	padding: 12px 0;
	border: 0;
	border-top: 1px solid rgba(166, 124, 82, 0.35);
	border-bottom: 1px solid rgba(166, 124, 82, 0.35);
	background: transparent;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.05rem;
	font-weight: 500;
	font-style: italic;
	line-height: 1.45;
	color: var(--runnerp-sienna-800, #4A3428);
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-variation-notice.is-visible {
	display: block;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .single_variation_wrap .woocommerce-variation-price {
	margin-bottom: 14px;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .single_variation_wrap .variations_button {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 14px;
	align-items: flex-start;
}

/* Wishlist tipka ako postoji */
body.runnerp-single-product #qodef-woo-page.qodef--single .qwfw-add-to-wishlist,
body.runnerp-single-product #qodef-woo-page.qodef--single .yith-wcwl-add-to-wishlist {
	margin: 0 0 20px;
}

/* ——— Meta (brend + kategorija) ——— */
body.runnerp-single-product #qodef-woo-page.qodef--single .product_meta.runnerp-product-meta,
body.runnerp-single-product #qodef-woo-page.qodef--single .product_meta {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	margin: 8px 0 0;
	padding: 0;
	border: 0;
	border-top: 1px solid rgba(74, 52, 40, 0.1);
	background: transparent;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .product_meta > span,
body.runnerp-single-product #qodef-woo-page.qodef--single .product_meta .runnerp-meta-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 8px;
	margin: 0 !important;
	padding: 20px 20px 20px 0 !important;
	border: 0 !important;
	border-right: 1px solid rgba(74, 52, 40, 0.1) !important;
	background: transparent !important;
	min-width: 0;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .product_meta > span:last-child,
body.runnerp-single-product #qodef-woo-page.qodef--single .product_meta .runnerp-meta-item:last-child {
	padding-right: 0 !important;
	padding-left: 20px !important;
	border-right: 0 !important;
}

/* Jedna stavka — puna širina */
body.runnerp-single-product #qodef-woo-page.qodef--single .product_meta > span:only-child,
body.runnerp-single-product #qodef-woo-page.qodef--single .product_meta .runnerp-meta-item:only-child {
	grid-column: 1 / -1;
	padding-left: 0 !important;
	padding-right: 0 !important;
	border-right: 0 !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-label {
	display: block;
	margin: 0;
	padding: 0;
	min-width: 0;
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: 11px !important;
	font-weight: 600 !important;
	font-style: normal !important;
	letter-spacing: 0.26em !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
	color: var(--runnerp-taupe-500, #A67C52) !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value,
body.runnerp-single-product #qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value a {
	display: inline;
	margin: 0;
	padding: 0;
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: clamp(1.15rem, 1.6vw, 1.35rem) !important;
	font-weight: 500 !important;
	font-style: italic !important;
	letter-spacing: 0.01em !important;
	line-height: 1.25 !important;
	color: var(--runnerp-sienna-800, #4A3428) !important;
	text-decoration: none !important;
	transition: color 0.2s ease;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value a:hover {
	color: var(--runnerp-taupe-500, #A67C52) !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .product_meta .sku_wrapper,
body.runnerp-single-product #qodef-woo-page.qodef--single .product_meta .tagged_as {
	display: none !important;
}

/* ——— Donji dio: ista širina / kolone kao galerija|summary ——— */
body.runnerp-single-product #qodef-woo-page.qodef--single .woocommerce-tabs {
	display: none !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-details-section,
body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews,
body.runnerp-single-product #qodef-woo-page.qodef--single .related.products {
	display: block;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	float: none;
	clear: both;
	margin-left: 0;
	margin-right: 0;
}

@media only screen and (min-width: 1025px) {
	body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-details-section,
	body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews,
	body.runnerp-single-product #qodef-woo-page.qodef--single .related.products {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
		box-sizing: border-box;
	}

	/* Detalji: naslov, zatim tekst ispod */
	body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-details-section {
		display: block;
		margin-top: 64px;
		padding-top: 48px;
		padding-bottom: 8px;
		border-top: 1px solid rgba(74, 52, 40, 0.1);
	}

	body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-details-section__header {
		width: 100%;
		max-width: none;
		margin: 0 0 22px;
		padding: 0;
		box-sizing: border-box;
		text-align: left;
	}

	body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-details-section__content {
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}

	/* Recenzije: 50|50 kao galerija|summary */
	body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews {
		margin-top: 64px;
		padding-top: 48px;
		padding-bottom: 8px;
		border-top: 1px solid rgba(74, 52, 40, 0.1);
	}

	body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews__header {
		width: 100%;
		max-width: none;
		margin: 0 0 28px;
		text-align: left;
	}

	body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews__body {
		max-width: none;
		margin: 0;
	}

	body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #reviews.woocommerce-Reviews {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0 48px;
		align-items: start;
		margin: 0;
	}

	body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #comments {
		margin: 0;
		min-width: 0;
		padding: 0;
		box-sizing: border-box;
	}

	body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form_wrapper {
		margin: 0;
		min-width: 0;
		padding: 0;
		box-sizing: border-box;
		position: sticky;
		top: 120px;
	}

	/* Related: puna širina, 4 kolone */
	body.runnerp-single-product #qodef-woo-page.qodef--single .related.products {
		margin-top: 64px;
		margin-bottom: 24px;
		padding-top: 48px;
		border-top: 1px solid rgba(74, 52, 40, 0.1);
	}

	body.runnerp-single-product #qodef-woo-page.qodef--single .related.products > h2 {
		text-align: left;
		margin: 0 0 28px !important;
	}
}

/* Fallback / zajednički stilovi (mobilni + tipografija) */
body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-details-section {
	border-top: 1px solid rgba(74, 52, 40, 0.1);
}

@media only screen and (max-width: 1024px) {
	body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-details-section {
		margin: 48px 0 0;
		padding: 36px 0 8px;
	}
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-details-section__header,
body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews__header {
	margin: 0 0 22px;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-details-section__eyebrow,
body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews__eyebrow {
	margin: 0 0 10px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 11px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.26em;
	line-height: 1;
	text-transform: uppercase;
	color: var(--runnerp-taupe-500, #A67C52);
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-details-section__title,
body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews__title,
body.runnerp-single-product #qodef-woo-page.qodef--single .related.products > h2 {
	margin: 0 !important;
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: clamp(1.75rem, 2.6vw, 2.35rem) !important;
	font-weight: 600 !important;
	font-style: italic !important;
	letter-spacing: 0.01em !important;
	line-height: 1.15 !important;
	text-transform: none !important;
	color: var(--runnerp-sienna-800, #4A3428) !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-details-section__content {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.14rem;
	font-weight: 500;
	line-height: 1.7;
	color: var(--runnerp-sienna-700, #6E4E3A);
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-details-section__content p {
	margin: 0 0 1em;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-details-section__content p:last-child {
	margin-bottom: 0;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-details-section__content ul,
body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-details-section__content ol {
	margin: 0 0 1em;
	padding-left: 1.2em;
}

/* ——— Recenzije (baza; desktop grid u min-width 1025) ——— */
body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews {
	border-top: 1px solid rgba(74, 52, 40, 0.1);
}

@media only screen and (max-width: 1024px) {
	body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews {
		margin: 48px 0 0;
		padding: 36px 0 8px;
	}
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews__title {
	margin: 0 0 14px !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews__lead {
	margin: 0;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.1rem;
	font-weight: 500;
	font-style: italic;
	line-height: 1.45;
	color: var(--runnerp-sienna-700, #6E4E3A);
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews__summary {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 10px 14px;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews__summary .star-rating {
	float: none !important;
	margin: 0 !important;
	color: var(--runnerp-taupe-500, #A67C52) !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews__summary-text {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.05rem;
	font-weight: 500;
	font-style: italic;
	color: var(--runnerp-sienna-700, #6E4E3A);
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews__body {
	max-width: none;
	margin: 0;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #reviews.woocommerce-Reviews {
	display: block;
	margin: 0;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #comments {
	margin: 0 0 28px;
	min-width: 0;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form_wrapper {
	margin: 0;
	min-width: 0;
	position: static;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #reviews .woocommerce-Reviews-title {
	display: none !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews .woocommerce-noreviews {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.15rem;
	font-weight: 500;
	font-style: italic;
	line-height: 1.5;
	text-align: left;
	color: var(--runnerp-sienna-700, #6E4E3A);
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews .commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews .commentlist > li {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	list-style: none;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews .comment_container {
	display: grid !important;
	grid-template-columns: 52px 1fr;
	gap: 14px 16px;
	align-items: start;
	margin: 0;
	padding: 22px 0 !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(74, 52, 40, 0.1) !important;
	background: transparent !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews .commentlist > li:first-child .comment_container {
	padding-top: 0 !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews .comment_container > img,
body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews .comment_container .avatar {
	width: 52px !important;
	height: 52px !important;
	margin: 0 !important;
	border-radius: 50% !important;
	object-fit: cover;
	border: 1px solid rgba(74, 52, 40, 0.12);
	background: var(--runnerp-beige-50, #FBF7F2);
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews .comment-text {
	display: block !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews .comment-text .star-rating {
	float: none !important;
	display: block;
	margin: 0 0 8px !important;
	color: var(--runnerp-taupe-500, #A67C52) !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews .meta {
	margin: 0 0 8px !important;
	padding: 0 !important;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 0.95rem;
	line-height: 1.35;
	color: var(--runnerp-sienna-700, #6E4E3A);
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews .woocommerce-review__author {
	display: inline;
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: 1.15rem !important;
	font-weight: 600 !important;
	font-style: italic !important;
	letter-spacing: 0.01em !important;
	text-transform: none !important;
	color: var(--runnerp-sienna-800, #4A3428) !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews .woocommerce-review__dash,
body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews .woocommerce-review__published-date {
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: 0.92rem !important;
	font-weight: 500 !important;
	font-style: normal !important;
	letter-spacing: 0.04em !important;
	text-transform: none !important;
	color: var(--runnerp-taupe-500, #A67C52) !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews .description {
	margin: 0 !important;
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: 1.08rem !important;
	font-weight: 500 !important;
	font-style: italic !important;
	line-height: 1.55 !important;
	color: var(--runnerp-sienna-700, #6E4E3A) !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews .description p {
	margin: 0 0 0.6em;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews .description p:last-child {
	margin-bottom: 0;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form_wrapper {
	margin: 0;
	min-width: 0;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form {
	margin: 0 !important;
	padding: 28px 26px 30px;
	border: 1px solid rgba(74, 52, 40, 0.14);
	background: transparent;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form .comment-reply-title,
body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form .runnerp-reviews-form-title {
	display: block !important;
	margin: 0 0 22px !important;
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: 1.45rem !important;
	font-weight: 600 !important;
	font-style: italic !important;
	letter-spacing: 0.01em !important;
	line-height: 1.2 !important;
	text-transform: none !important;
	color: var(--runnerp-sienna-800, #4A3428) !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form .comment-form > p,
body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form .comment-form-rating {
	margin: 0 0 18px !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form label {
	display: block;
	margin: 0 0 8px !important;
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: 11px !important;
	font-weight: 600 !important;
	font-style: normal !important;
	letter-spacing: 0.22em !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
	color: var(--runnerp-taupe-500, #A67C52) !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form .required {
	color: var(--runnerp-taupe-500, #A67C52) !important;
	border: 0 !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form input[type="text"],
body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form input[type="email"],
body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form textarea,
body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form select {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
	margin: 0 !important;
	padding: 10px 0 !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(74, 52, 40, 0.2) !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: 1.08rem !important;
	font-weight: 500 !important;
	font-style: italic !important;
	line-height: 1.4 !important;
	color: var(--runnerp-sienna-800, #4A3428) !important;
	appearance: none;
	-webkit-appearance: none;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form textarea {
	min-height: 120px;
	resize: vertical;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form input:focus,
body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form textarea:focus,
body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form select:focus {
	outline: none;
	border-bottom-color: rgba(166, 124, 82, 0.65) !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form .form-submit {
	display: block !important;
	width: auto !important;
	margin: 20px 0 0 !important;
	padding: 0 !important;
	clear: both;
	float: none !important;
	text-align: left !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form .form-submit input[type="submit"],
body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form .form-submit .submit,
body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form .form-submit button,
body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form .form-submit .runnerp-review-submit,
body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form .form-submit .qodef-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box !important;
	width: auto !important;
	max-width: 100% !important;
	min-width: 0 !important;
	min-height: 48px !important;
	height: auto !important;
	padding: 12px 28px !important;
	margin: 0 !important;
	float: none !important;
	border-radius: 0 !important;
	border: 1px solid #4A3428 !important;
	background-color: #4A3428 !important;
	background-image: none !important;
	box-shadow: none !important;
	outline: none !important;
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: 1.05rem !important;
	font-weight: 500 !important;
	font-style: normal !important;
	letter-spacing: 0.02em !important;
	line-height: 1.2 !important;
	text-transform: none !important;
	text-decoration: none !important;
	text-align: center !important;
	color: #FFFCFA !important;
	opacity: 1 !important;
	visibility: visible !important;
	cursor: pointer;
	transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form .form-submit button .qodef-m-text,
body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form .form-submit .qodef-button .qodef-m-text,
body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form .form-submit button span {
	display: inline !important;
	opacity: 1 !important;
	visibility: visible !important;
	color: #FFFCFA !important;
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: 1.05rem !important;
	font-weight: 500 !important;
	font-style: normal !important;
	letter-spacing: 0.02em !important;
	line-height: 1.2 !important;
	text-transform: none !important;
	background: transparent !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form .form-submit button::before,
body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form .form-submit button::after,
body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form .form-submit .qodef-button::before,
body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form .form-submit .qodef-button::after {
	display: none !important;
	content: none !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form .form-submit input[type="submit"]:hover,
body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form .form-submit .submit:hover,
body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form .form-submit button:hover,
body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form .form-submit .runnerp-review-submit:hover,
body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form .form-submit .qodef-button:hover {
	background-color: #A67C52 !important;
	border-color: #A67C52 !important;
	color: #FFFCFA !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form .form-submit button:hover .qodef-m-text,
body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form .form-submit .qodef-button:hover .qodef-m-text,
body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form .form-submit button:hover span {
	color: #FFFCFA !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews .woocommerce-verification-required,
body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews .must-log-in {
	margin: 0;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.05rem;
	font-style: italic;
	color: var(--runnerp-sienna-700, #6E4E3A);
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews .woocommerce-pagination {
	margin: 20px 0 0;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews .clear {
	display: none;
}

@media only screen and (max-width: 900px) {
	body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #reviews.woocommerce-Reviews {
		display: block;
	}

	body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form_wrapper {
		position: static;
		top: auto;
		padding: 0;
	}

	body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #comments {
		padding: 0;
		margin: 0 0 28px;
	}

	body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews #review_form {
		padding: 24px 20px 26px;
	}

	body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-details-section__header,
	body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-details-section__content {
		width: 100%;
		padding-right: 0;
	}

	body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-details-section,
	body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-reviews,
	body.runnerp-single-product #qodef-woo-page.qodef--single .related.products {
		margin-top: 48px;
		margin-left: 0;
		margin-right: 0;
		padding-top: 36px;
		padding-left: 0;
		padding-right: 0;
	}

	body.runnerp-single-product #qodef-woo-page.qodef--single .related.products > h2 {
		text-align: center;
	}
}

/* ——— Related / preporučeno — iste kartice kao shop / kategorija ——— */
body.runnerp-single-product #qodef-woo-page.qodef--single .related.products {
	border-top: 1px solid rgba(74, 52, 40, 0.1);
	clear: both;
}

@media only screen and (max-width: 1024px) {
	body.runnerp-single-product #qodef-woo-page.qodef--single .related.products {
		margin: 48px 0 24px;
		padding: 36px 0 0;
	}
}

body.runnerp-single-product #qodef-woo-page.qodef--single .related.products > h2,
body.runnerp-single-product #qodef-woo-page.qodef--single .upsells.products > h2 {
	margin: 0 0 28px !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .related .qodef-woo-product-list.qodef-item-layout--info-on-image {
	font-family: var(--runnerp-font-ui, "Cormorant Garamond", Georgia, serif);
}

body.runnerp-single-product #qodef-woo-page.qodef--single .related.products ul.products,
body.runnerp-single-product #qodef-woo-page.qodef--single .related .qodef-woo-product-list.qodef-item-layout--info-on-image ul.products {
	display: flex !important;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 0 -10px !important;
	padding: 0 !important;
	list-style: none;
	gap: 0;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .related.products ul.products::before,
body.runnerp-single-product #qodef-woo-page.qodef--single .related.products ul.products::after {
	display: none !important;
	content: none !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .related.products ul.products > .product,
body.runnerp-single-product #qodef-woo-page.qodef--single .related .qodef-woo-product-list.qodef-item-layout--info-on-image ul.products > .product {
	display: flex;
	flex-direction: column;
	float: none !important;
	clear: none !important;
	width: 25% !important;
	padding: 0 10px !important;
	margin: 0 0 28px !important;
	box-sizing: border-box;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .related .qodef-woo-product-list .qodef-woo-product-inner {
	flex: 1 1 auto;
	width: 100%;
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid rgba(74, 52, 40, 0.12);
	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-single-product #qodef-woo-page.qodef--single .related .qodef-woo-product-list .qodef-woo-product-inner:hover {
		transform: translateY(-4px);
		border-color: rgba(74, 52, 40, 0.22);
		box-shadow: 0 16px 36px rgba(74, 52, 40, 0.1);
	}
}

body.runnerp-single-product #qodef-woo-page.qodef--single .related .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;
	position: relative;
	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-single-product #qodef-woo-page.qodef--single .related .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;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .related .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image::after {
	content: none !important;
	display: none !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .related .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;
	box-sizing: content-box !important;
	z-index: 0 !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .related .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;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 4 / 5 !important;
	object-fit: cover;
	z-index: 0 !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .related .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;
}

@media (hover: hover) and (pointer: fine) {
	body.runnerp-single-product #qodef-woo-page.qodef--single .related .qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-image > a img {
		transform: scale(1.04);
	}
}

body.runnerp-single-product #qodef-woo-page.qodef--single .related .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner,
body.runnerp-single-product #qodef-woo-page.qodef--single .related .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;
	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-single-product #qodef-woo-page.qodef--single .related .qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-image-inner,
body.runnerp-single-product #qodef-woo-page.qodef--single .related .qodef-woo-product-list .product:hover .qodef-woo-product-image-inner {
	opacity: 1 !important;
	pointer-events: auto;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .related .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-single-product #qodef-woo-page.qodef--single .related .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .button,
body.runnerp-single-product #qodef-woo-page.qodef--single .related .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .added_to_cart,
body.runnerp-single-product #qodef-woo-page.qodef--single .related .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .add_to_cart_button {
	position: relative !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-single-product #qodef-woo-page.qodef--single .related .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .button:hover,
body.runnerp-single-product #qodef-woo-page.qodef--single .related .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .added_to_cart:hover,
body.runnerp-single-product #qodef-woo-page.qodef--single .related .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;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .related .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;
	width: 100% !important;
	height: auto !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 6px;
	padding: 18px 14px 20px !important;
	box-sizing: border-box !important;
	background: #fff !important;
	border-top: 1px solid rgba(74, 52, 40, 0.08);
	text-align: center !important;
	z-index: 1 !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .related .qodef-woo-product-list .qodef-woo-product-title,
body.runnerp-single-product #qodef-woo-page.qodef--single .related .qodef-woo-product-list .qodef-woo-product-title a,
body.runnerp-single-product #qodef-woo-page.qodef--single .related.products ul.products li.product .woocommerce-loop-product__title,
body.runnerp-single-product #qodef-woo-page.qodef--single .related.products ul.products li.product .woocommerce-loop-product__title a {
	margin: 0 !important;
	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-single-product #qodef-woo-page.qodef--single .related .qodef-woo-product-list .qodef-woo-product-title a:hover {
	color: var(--runnerp-taupe-500, #A67C52) !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .related .qodef-woo-product-list .price,
body.runnerp-single-product #qodef-woo-page.qodef--single .related .qodef-woo-product-list .price .amount,
body.runnerp-single-product #qodef-woo-page.qodef--single .related.products ul.products li.product .price,
body.runnerp-single-product #qodef-woo-page.qodef--single .related.products ul.products li.product .price .amount {
	margin: 0 !important;
	font-family: var(--runnerp-font-ui, "Cormorant Garamond", Georgia, serif) !important;
	font-size: 1.05rem !important;
	font-weight: 500 !important;
	font-style: italic !important;
	color: var(--runnerp-sienna-800, #4A3428) !important;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .related .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image .onsale,
body.runnerp-single-product #qodef-woo-page.qodef--single .related .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image .out-of-stock {
	grid-row: 1;
	grid-column: 1;
	z-index: 5;
}

@media only screen and (max-width: 1024px) {
	body.runnerp-single-product #qodef-woo-page.qodef--single .related.products ul.products > .product,
	body.runnerp-single-product #qodef-woo-page.qodef--single .related .qodef-woo-product-list.qodef-item-layout--info-on-image ul.products > .product {
		width: 50% !important;
	}
}

@media only screen and (max-width: 767px) {
	body.runnerp-single-product #qodef-woo-page.qodef--single .related .qodef-woo-product-list .qodef-woo-product-inner:hover {
		transform: none;
		box-shadow: none;
	}

	body.runnerp-single-product #qodef-woo-page.qodef--single .related .qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-image > a img {
		transform: none;
	}
}

@media only screen and (max-width: 560px) {
	body.runnerp-single-product #qodef-woo-page.qodef--single .related .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .button,
	body.runnerp-single-product #qodef-woo-page.qodef--single .related .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .added_to_cart,
	body.runnerp-single-product #qodef-woo-page.qodef--single .related .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner > .add_to_cart_button {
		font-size: 0.78rem !important;
		padding: 11px 22px !important;
		min-height: 42px !important;
		min-width: 120px !important;
		letter-spacing: 0.06em !important;
	}
}

/* ——— Stock poruke ——— */
body.runnerp-single-product #qodef-woo-page.qodef--single .stock {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 0.95rem;
	font-style: italic;
	margin: 0 0 14px;
}

body.runnerp-single-product #qodef-woo-page.qodef--single .stock.in-stock {
	color: var(--runnerp-taupe-500, #A67C52);
}

body.runnerp-single-product #qodef-woo-page.qodef--single .stock.out-of-stock {
	color: #8a4a3a;
}

/* ——— Responsive ——— */
@media only screen and (max-width: 1024px) {
	body.runnerp-single-product #qodef-woo-page.qodef--single .qodef-woo-single-inner {
		flex-direction: column;
		gap: 0;
		margin: 0 !important;
	}

	body.runnerp-single-product #qodef-woo-page.qodef--single .qodef-woo-single-inner > * {
		padding: 0 !important;
	}

	body.runnerp-single-product #qodef-woo-page.qodef--single .qodef-woo-single-image,
	body.runnerp-single-product #qodef-woo-page.qodef--single .entry-summary {
		width: 100% !important;
		flex: none;
	}

	body.runnerp-single-product #qodef-woo-page.qodef--single .runnerp-product-details-section {
		display: block;
	}

	body.runnerp-single-product #qodef-woo-page.qodef--single .entry-summary {
		position: static;
		margin-top: 28px;
		padding-top: 0 !important;
	}

	body.runnerp-single-product #qodef-woo-page.qodef--single .woocommerce-product-details__short-description {
		max-width: none;
	}

	body.runnerp-single-product #qodef-woo-page.qodef--single .related.products {
		margin-top: 48px;
		padding-top: 32px;
	}
}

@media only screen and (max-width: 680px) {
	body.runnerp-single-product #qodef-page-inner {
		padding-top: 20px !important;
	}

	body.runnerp-single-product #qodef-woo-page.qodef--single .entry-summary .price {
		font-size: clamp(2rem, 9vw, 2.45rem) !important;
		margin-bottom: 22px !important;
		padding-bottom: 18px;
	}

	body.runnerp-single-product #qodef-woo-page.qodef--single .woocommerce-product-details__short-description {
		font-size: 1.05rem;
		margin-bottom: 22px !important;
	}

	body.runnerp-single-product #qodef-woo-page.qodef--single form.cart .single_add_to_cart_button,
	body.runnerp-single-product #qodef-woo-page.qodef--single form.cart button.single_add_to_cart_button {
		width: 100% !important;
		min-width: 0;
		align-self: stretch !important;
	}

	body.runnerp-single-product #qodef-woo-page.qodef--single .single_variation_wrap .variations_button {
		align-items: stretch;
	}

	body.runnerp-single-product #qodef-woo-page.qodef--single .product_meta.runnerp-product-meta,
	body.runnerp-single-product #qodef-woo-page.qodef--single .product_meta {
		grid-template-columns: 1fr;
	}

	body.runnerp-single-product #qodef-woo-page.qodef--single .product_meta > span,
	body.runnerp-single-product #qodef-woo-page.qodef--single .product_meta .runnerp-meta-item {
		padding: 16px 0 !important;
		border-right: 0 !important;
		border-bottom: 1px solid rgba(74, 52, 40, 0.1) !important;
	}

	body.runnerp-single-product #qodef-woo-page.qodef--single .product_meta > span:last-child,
	body.runnerp-single-product #qodef-woo-page.qodef--single .product_meta .runnerp-meta-item:last-child {
		padding-left: 0 !important;
		border-bottom: 0 !important;
	}

	body.runnerp-single-product #qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value,
	body.runnerp-single-product #qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value a {
		font-size: 1.2rem !important;
	}
}
