/*
Theme Name: Slatki Receptar Child
Theme URI: https://slatkireceptar.com/
Template: neve
Author: Slatki Receptar
Description: Čista Neve child tema za Slatki Receptar shop i recepte.
Version: 5.7.5
*/

/* Pouzdani stil akcija članskoga plugina, neovisno o redoslijedu CSS fajlova. */
body.single-product .summary .sr-product-social-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 18px;
}

body.single-product .summary .sr-save-button,
body.single-product .summary .sr-mobile-share-button {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	margin: 0 !important;
	padding: 9px 16px;
	border: 1px solid rgba(184, 61, 77, .34) !important;
	border-radius: 999px;
	background: #fffdf9 !important;
	box-shadow: none !important;
	color: #a93f4c !important;
	font: inherit;
	font-size: 14px;
	font-weight: 750;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
}

body.single-product .summary .sr-save-button span {
	color: currentColor;
	line-height: 1;
}

body.single-product .summary .sr-save-button span svg {
	display: block;
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

body.single-product .summary .sr-save-button.is-saved {
	border-color: #a93f4c !important;
	background: #a93f4c !important;
	color: #fff !important;
}

body.single-product .summary .sr-save-button:hover,
body.single-product .summary .sr-mobile-share-button:hover {
	border-color: #a93f4c !important;
	background: #fff6ef !important;
	transform: translateY(-1px);
}

body.single-product .summary .sr-mobile-share-button {
	display: none;
}

body.single-product .summary .sr-mobile-share-button svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

@media (max-width: 680px) {
	body.single-product .summary .sr-mobile-share-button {
		display: inline-flex;
	}
}

/* =========================================================
   1. GLOBALNI DESIGN TOKENS I SHOP CONTAINER
   ========================================================= */

:root {
	--sr-chocolate: #3b2619;
	--sr-chocolate-deep: #27170f;
	--sr-burgundy: #a93f4c;
	--sr-burgundy-dark: #87313d;
	--sr-caramel: #c88445;
	--sr-caramel-soft: #d9a36c;
	--sr-cream: #f8f3ea;
	--sr-cream-light: #fffdf9;
	--sr-cream-deep: #eee2d2;
	--sr-text: #211711;
	--sr-text-soft: #6f6057;
	--sr-border: rgba(59, 38, 25, 0.14);
	--sr-shadow: 0 12px 35px rgba(59, 38, 25, 0.08);
	--sr-container: 1200px;
	--sr-container-wide: 1280px;
	--sr-gutter: clamp(16px, 3vw, 32px);
	--sr-header-font: "Avenir Next", Avenir, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--sr-admin-offset: 0px;
}

body.admin-bar {
	--sr-admin-offset: 32px;
}

.sr-container {
	width: 100%;
	max-width: calc(var(--sr-container) + 64px);
	margin-right: auto;
	margin-left: auto;
	padding-right: var(--sr-gutter);
	padding-left: var(--sr-gutter);
}

body.woocommerce-shop .shop-container,
body.tax-product_cat .shop-container,
body.tax-product_tag .shop-container,
body.single-product .shop-container,
body.single-product .single-product-container {
	width: 100%;
	max-width: calc(var(--sr-container) + 64px);
	margin-right: auto;
	margin-left: auto;
	padding-right: var(--sr-gutter);
	padding-left: var(--sr-gutter);
}

/* =========================================================
   2. PREMIUM HEADER – NEVE HOOK OUTPUT
   ========================================================= */

body.sr-custom-header-active .header {
	position: relative;
	z-index: 1000;
}

.sr-site-header,
.sr-site-header * {
	box-sizing: border-box;
}

.sr-site-header {
	position: relative;
	z-index: 1000;
	width: 100%;
	background: var(--sr-cream-light);
	color: var(--sr-text);
	font-family: var(--sr-header-font);
}

.sr-site-header.is-fixed {
	position: fixed;
	top: var(--sr-admin-offset);
	right: 0;
	left: 0;
	box-shadow: 0 10px 30px rgba(59, 38, 25, 0.11);
}

.sr-site-header a {
	color: inherit;
	text-decoration: none;
}

.sr-site-header svg {
	display: block;
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.sr-site-header button,
.sr-site-header input {
	font: inherit;
}

.sr-header-recipes-link {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 13px;
	color: var(--sr-chocolate);
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
}

.sr-header-recipes-link:hover {
	color: var(--sr-burgundy);
}

.sr-mobile-recipes-link {
	display: block;
	padding: 14px 0;
	border-bottom: 1px solid var(--sr-line);
	color: var(--sr-chocolate);
	font-weight: 800;
	text-decoration: none;
}

.sr-site-header a:focus-visible,
.sr-site-header button:focus-visible,
.sr-site-header input:focus-visible {
	outline: 3px solid rgba(169, 63, 76, 0.32);
	outline-offset: 3px;
}

.sr-icon-button {
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	box-shadow: none;
	color: var(--sr-chocolate);
	cursor: pointer;
}

/* Utility bar */

.sr-utility-bar {
	height: 32px;
	background: var(--sr-chocolate-deep);
	color: var(--sr-cream-light);
}

.sr-utility-bar__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px;
}

.sr-utility-bar p {
	margin: 0;
	font-size: 12px;
	font-weight: 650;
	line-height: 1;
	letter-spacing: 0.2px;
}

.sr-utility-bar p span {
	display: inline-block;
	margin: 0 9px;
	color: var(--sr-caramel-soft);
}

/* Glavni red */

.sr-header-main {
	border-bottom: 1px solid var(--sr-border);
	background: var(--sr-cream-light);
}

.sr-header-main__inner {
	display: grid;
	grid-template-columns: 92px minmax(300px, 1fr) auto;
	align-items: center;
	gap: clamp(24px, 4vw, 58px);
	min-height: 88px;
}

.sr-site-logo {
	display: block;
	width: 78px;
	height: 78px;
	overflow: hidden;
	border-radius: 50%;
	background: var(--sr-cream-light);
}

.sr-site-logo__image {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	mix-blend-mode: multiply;
}

.sr-header-search-desktop {
	display: flex;
	justify-content: center;
	min-width: 0;
}

.sr-product-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 48px;
	width: min(100%, 520px);
	height: 48px;
	overflow: hidden;
	border: 1px solid rgba(59, 38, 25, 0.22);
	border-radius: 999px;
	background: #fff;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.sr-product-search:focus-within {
	border-color: var(--sr-burgundy);
	box-shadow: 0 0 0 4px rgba(169, 63, 76, 0.09);
}

.sr-product-search input[type="search"] {
	min-width: 0;
	height: 46px;
	margin: 0;
	padding: 0 4px 0 20px;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: var(--sr-text);
	font-size: 14px;
}

.sr-product-search input[type="search"]::placeholder {
	color: #8b7c72;
	opacity: 1;
}

.sr-product-search input[type="search"]:focus {
	outline: 0;
}

.sr-product-search button {
	display: grid;
	place-items: center;
	width: 48px;
	height: 46px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: var(--sr-chocolate);
	cursor: pointer;
}

.sr-header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 24px;
}

.sr-account-link,
.sr-cart-link {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 46px;
	color: var(--sr-chocolate);
}

.sr-account-link > span,
.sr-cart-link__text {
	display: grid;
	gap: 2px;
}

.sr-account-link small,
.sr-cart-link small {
	color: var(--sr-text-soft);
	font-size: 11px;
	font-weight: 550;
	line-height: 1;
}

.sr-account-link strong,
.sr-cart-subtotal {
	color: var(--sr-chocolate-deep);
	font-size: 13px;
	font-weight: 750;
	line-height: 1.15;
	white-space: nowrap;
}

.sr-cart-subtotal .amount,
.sr-cart-subtotal bdi,
.sr-cart-subtotal .woocommerce-Price-currencySymbol {
	color: inherit;
}

.sr-cart-link__icon {
	position: relative;
	display: block;
}

.sr-cart-count {
	position: absolute;
	top: -10px;
	right: -12px;
	display: grid;
	place-items: center;
	min-width: 19px;
	height: 19px;
	padding: 0 5px;
	border: 2px solid var(--sr-cream-light);
	border-radius: 999px;
	background: var(--sr-burgundy);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
}

.sr-mobile-menu-toggle,
.sr-mobile-search-toggle,
.sr-mobile-search,
.sr-quick-categories {
	display: none;
}

/* Category navigation */

.sr-category-nav {
	height: 52px;
	border-bottom: 1px solid var(--sr-border);
	background: #fff;
}

.sr-category-nav__inner {
	display: flex;
	align-items: stretch;
	height: 52px;
}

.sr-category-dropdown-wrap {
	position: relative;
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	margin-right: 25px;
}

.sr-category-trigger {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 40px;
	margin: 0;
	padding: 0 16px;
	border: 0;
	border-radius: 12px;
	background: var(--sr-chocolate);
	box-shadow: none;
	color: var(--sr-cream-light);
	font-size: 13px;
	font-weight: 750;
	cursor: pointer;
}

.sr-category-trigger svg:first-child {
	width: 18px;
	height: 18px;
}

.sr-category-trigger svg:last-child {
	width: 16px;
	height: 16px;
	transition: transform 180ms ease;
}

.sr-category-dropdown-wrap.is-open .sr-category-trigger svg:last-child {
	transform: rotate(180deg);
}

.sr-category-dropdown {
	position: absolute;
	top: calc(100% + 7px);
	left: 0;
	z-index: 30;
	width: min(290px, calc(100vw - 32px));
	padding: 10px;
	border: 1px solid var(--sr-border);
	border-radius: 16px;
	background: var(--sr-cream-light);
	box-shadow: 0 18px 48px rgba(39, 23, 15, 0.16);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-6px);
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.sr-category-dropdown-wrap.is-open .sr-category-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.sr-category-dropdown__list,
.sr-category-menu,
.sr-category-menu ul,
.sr-mobile-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sr-category-dropdown__list a {
	display: flex;
	align-items: center;
	min-height: 45px;
	padding: 8px 13px;
	border-radius: 10px;
	color: var(--sr-chocolate);
	font-size: 14px;
	font-weight: 650;
}

.sr-category-dropdown__list a:hover,
.sr-category-dropdown__list a:focus-visible,
.sr-category-dropdown__list a.is-current {
	background: var(--sr-cream);
	color: var(--sr-burgundy);
}

.sr-category-dropdown__shop {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin-top: 6px;
	border-top: 1px solid var(--sr-border);
	color: var(--sr-burgundy) !important;
	font-size: 13px;
	font-weight: 750;
}

.sr-category-dropdown__empty {
	margin: 0;
	padding: 14px;
	color: var(--sr-text-soft);
	font-size: 13px;
}

.sr-category-nav__menu {
	min-width: 0;
	flex: 1 1 auto;
	overflow: hidden;
}

.sr-category-menu {
	display: flex;
	align-items: stretch;
	gap: clamp(14px, 2vw, 27px);
	height: 52px;
	overflow-x: auto;
	scrollbar-width: none;
}

.sr-category-menu::-webkit-scrollbar {
	display: none;
}

.sr-category-menu > li {
	position: relative;
	display: flex;
	align-items: stretch;
	flex: 0 0 auto;
}

.sr-category-menu > li > a {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 44px;
	color: var(--sr-chocolate);
	font-size: 13px;
	font-weight: 680;
	white-space: nowrap;
}

.sr-category-menu > li > a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	background: var(--sr-burgundy);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 160ms ease;
}

.sr-category-menu > li:hover > a,
.sr-category-menu > li.current-menu-item > a,
.sr-category-menu > li.current-menu-parent > a,
.sr-category-menu > li.current-menu-ancestor > a {
	color: var(--sr-burgundy);
}

.sr-category-menu > li:hover > a::after,
.sr-category-menu > li.current-menu-item > a::after,
.sr-category-menu > li.current-menu-parent > a::after,
.sr-category-menu > li.current-menu-ancestor > a::after {
	transform: scaleX(1);
}

.sr-category-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 25;
	width: 240px;
	padding: 9px;
	border: 1px solid var(--sr-border);
	border-radius: 14px;
	background: var(--sr-cream-light);
	box-shadow: var(--sr-shadow);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-5px);
}

.sr-category-menu li:hover > .sub-menu,
.sr-category-menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.sr-category-menu .sub-menu a {
	display: flex;
	align-items: center;
	min-height: 42px;
	padding: 7px 11px;
	border-radius: 9px;
	font-size: 13px;
}

.sr-category-menu .sub-menu a:hover {
	background: var(--sr-cream);
	color: var(--sr-burgundy);
}

/* Kompaktno sticky stanje – bez promjene DOM-a i bez skoka sadržaja. */

.sr-site-header.is-fixed .sr-utility-bar,
.sr-site-header.is-fixed .sr-category-nav,
.sr-site-header.is-fixed .sr-quick-categories {
	display: none;
}

.sr-site-header.is-fixed .sr-header-main__inner {
	min-height: 72px;
}

.sr-site-header.is-fixed .sr-site-logo {
	width: 62px;
	height: 62px;
}

/* Mobile search */

.sr-mobile-search {
	border-bottom: 1px solid var(--sr-border);
	background: var(--sr-cream-light);
}

.sr-mobile-search__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 44px;
	align-items: center;
	gap: 8px;
	padding-top: 12px;
	padding-bottom: 12px;
}

/* Mobile drawer */

.sr-mobile-backdrop {
	position: fixed;
	top: var(--sr-admin-offset);
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1190;
	background: rgba(39, 23, 15, 0.42);
	opacity: 0;
	visibility: hidden;
	transition: opacity 180ms ease, visibility 180ms ease;
}

.sr-mobile-drawer {
	position: fixed;
	top: var(--sr-admin-offset);
	bottom: 0;
	left: 0;
	z-index: 1200;
	width: min(88vw, 380px);
	overflow-y: auto;
	background: var(--sr-cream-light);
	box-shadow: 18px 0 50px rgba(39, 23, 15, 0.2);
	transform: translateX(-102%);
	transition: transform 220ms ease;
}

body.sr-menu-open {
	overflow: hidden;
}

body.sr-menu-open .sr-mobile-backdrop {
	opacity: 1;
	visibility: visible;
}

body.sr-menu-open .sr-mobile-drawer {
	transform: translateX(0);
}

.sr-mobile-drawer__head {
	position: sticky;
	top: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 72px;
	padding: 12px 18px;
	border-bottom: 1px solid var(--sr-border);
	background: rgba(255, 253, 249, 0.96);
}

.sr-mobile-drawer__head strong {
	color: var(--sr-chocolate-deep);
	font-size: 18px;
	font-weight: 780;
}

.sr-mobile-drawer__nav {
	padding: 14px 18px 32px;
}

.sr-mobile-menu a,
.sr-mobile-account {
	display: flex;
	align-items: center;
	min-height: 49px;
	border-bottom: 1px solid var(--sr-border);
	color: var(--sr-chocolate);
	font-size: 15px;
	font-weight: 680;
}

.sr-mobile-categories {
	margin-top: 8px;
	border-bottom: 1px solid var(--sr-border);
}

.sr-mobile-categories-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 50px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: var(--sr-chocolate-deep);
	font-size: 15px;
	font-weight: 750;
	cursor: pointer;
}

.sr-mobile-categories-toggle svg {
	width: 18px;
	height: 18px;
	transition: transform 160ms ease;
}

.sr-mobile-categories-toggle[aria-expanded="true"] svg {
	transform: rotate(180deg);
}

.sr-mobile-category-list {
	padding: 0 0 12px 12px;
}

.sr-mobile-category-list[hidden] {
	display: none;
}

.sr-mobile-category-list .sr-category-dropdown__list a {
	min-height: 44px;
}

.sr-mobile-account {
	gap: 11px;
	margin-top: 12px;
	border-bottom: 0;
	color: var(--sr-burgundy) !important;
}

/* Tablet i mobile header */

@media (max-width: 1023px) {
	.sr-header-main__inner {
		grid-template-columns: 1fr auto 1fr;
		gap: 10px;
		min-height: 72px;
	}

	.sr-mobile-menu-toggle,
	.sr-mobile-search-toggle {
		display: inline-grid;
	}

	.sr-mobile-menu-toggle {
		justify-self: start;
	}

	.sr-site-logo {
		justify-self: center;
		width: 64px;
		height: 64px;
	}

	.sr-header-search-desktop,
	.sr-account-link,
	.sr-cart-link__text,
	.sr-category-nav {
		display: none;
	}

	.sr-header-actions {
		justify-self: end;
		gap: 2px;
	}

	.sr-cart-link {
		display: flex;
		width: 44px;
		height: 44px;
		min-height: 44px;
		justify-content: center;
	}

	.sr-mobile-search.is-open {
		display: block;
	}

	.sr-mobile-search .sr-product-search {
		width: 100%;
	}

	.sr-quick-categories {
		display: block;
		border-bottom: 1px solid var(--sr-border);
		background: #fff;
	}

	.sr-quick-categories__track {
		display: flex;
		gap: 8px;
		overflow-x: auto;
		padding-top: 9px;
		padding-bottom: 9px;
		scroll-snap-type: x proximity;
		scrollbar-width: none;
	}

	.sr-quick-categories__track::-webkit-scrollbar {
		display: none;
	}

	.sr-quick-categories a {
		display: flex;
		align-items: center;
		flex: 0 0 auto;
		min-height: 35px;
		padding: 7px 13px;
		border-radius: 999px;
		background: var(--sr-cream);
		color: var(--sr-chocolate);
		font-size: 12px;
		font-weight: 680;
		scroll-snap-align: start;
	}

	.sr-quick-categories a.is-current {
		background: var(--sr-burgundy);
		color: #fff;
	}

	.sr-site-header.is-fixed .sr-header-main__inner {
		min-height: 64px;
	}

	.sr-site-header.is-fixed .sr-site-logo {
		width: 56px;
		height: 56px;
	}
}

@media (max-width: 767px) {
	.sr-utility-bar,
	.sr-utility-bar__inner {
		height: 30px;
	}

	.sr-utility-bar p {
		font-size: 11px;
	}

	.sr-header-main__inner {
		min-height: 68px;
	}

	.sr-site-logo {
		width: 60px;
		height: 60px;
	}

	.sr-header-actions {
		gap: 0;
	}
}

@media (max-width: 782px) {
	body.admin-bar {
		--sr-admin-offset: 46px;
	}
}

@media (max-width: 360px) {
	.sr-container {
		--sr-gutter: 12px;
	}

	.sr-site-logo {
		width: 56px;
		height: 56px;
	}

	.sr-icon-button,
	.sr-cart-link {
		width: 42px;
	}
}

@media (hover: hover) and (pointer: fine) {
	.sr-icon-button:hover,
	.sr-account-link:hover,
	.sr-cart-link:hover {
		color: var(--sr-burgundy);
	}

	.sr-category-trigger:hover {
		background: var(--sr-burgundy-dark);
	}
}

@media (prefers-reduced-motion: reduce) {
	.sr-site-header *,
	.sr-mobile-backdrop,
	.sr-mobile-drawer {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* =========================================================
   SINGLE PRODUCT – DESIGN TOKENS I OSNOVA
   ========================================================= */

body.single-product {
	--sr-bg: #f6f0e7;
	--sr-bg-deep: #eee4d7;
	--sr-surface: #f1e8dc;
	--sr-surface-light: #fcf9f4;
	--sr-text: #2c211b;
	--sr-text-soft: #756860;
	--sr-border: rgba(44, 33, 27, 0.14);
	--sr-action: #2d211b;
	--sr-action-hover: #1f1713;
	--sr-accent: #a84150;
	--sr-accent-dark: #8f3542;
	--sr-accent-soft: #d9b8b8;
	--sr-price: #a84150;
	--sr-cherry: #a84150;
	--sr-ink: #2c211b;
	--sr-muted: #756860;
	--sr-line: var(--sr-border);
	--sr-cream: var(--sr-bg);
	--sr-cream-strong: var(--sr-bg-deep);
	--sr-white: #ffffff;
	--sr-success: #53603b;
	--sr-success-bg: #eef1e7;
	--sr-radius-sm: 6px;
	--sr-radius-md: 8px;
	--sr-radius-lg: 10px;
	--sr-shadow-sm: 0 8px 24px rgba(44, 33, 27, 0.045);
	--sr-shadow-md: 0 18px 44px rgba(44, 33, 27, 0.055);
	--sr-font: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	--sr-heading-font: Georgia, "Times New Roman", serif;
	--sr-scene-mark-url: url("assets/images/slatki-receptar-logomark.webp");
	--sr-sticky-offset: calc(var(--sr-admin-offset) + 88px);
	background-color: var(--sr-bg);
	background-image: none;
	color: var(--sr-text);
	font-family: var(--sr-font);
	font-size: 17px;
	line-height: 1.68;
}

/* Krem podloga i watermark nastavljaju se kroz cijelu product stranicu. */
body.single-product .wrapper,
body.single-product .neve-main,
body.single-product #content,
body.single-product .container.single-product-container,
body.single-product .shop-container,
body.single-product .single-product-container,
body.single-product main,
body.single-product article.product {
	background-color: transparent;
}

body.single-product .neve-main {
	background: var(--sr-bg);
}

body.single-product .shop-container,
body.single-product .single-product-container {
	width: 100%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 24px 110px;
}

body.single-product .shop-container *,
body.single-product .single-product-container * {
	box-sizing: border-box;
}

body.single-product .nr-site-footer {
	display: none !important;
}

body.single-product .shop-container a,
body.single-product .single-product-container a {
	color: var(--sr-accent-dark);
}

body.single-product a:focus-visible,
body.single-product button:focus-visible,
body.single-product input:focus-visible,
body.single-product textarea:focus-visible,
body.single-product select:focus-visible,
body.single-product [tabindex]:focus-visible {
	outline: 3px solid rgba(169, 63, 76, 0.34);
	outline-offset: 3px;
}

/* =========================================================
   BREADCRUMB
   ========================================================= */

body.single-product .nv-bc-count-wrap {
	margin: 12px 0 0;
	padding: 30px 44px 20px;
	border-radius: 8px 8px 0 0;
	background: var(--sr-bg);
}

body.single-product .woocommerce-breadcrumb {
	margin: 0;
	color: var(--sr-muted);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
}

body.single-product .woocommerce-breadcrumb a {
	color: var(--sr-accent-dark);
	font-weight: 650;
	text-decoration: none;
}

/* =========================================================
   GLAVNI PRODUCT GRID
   ========================================================= */

body.woocommerce.single-product div.product .nv-single-product-top {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.56fr) minmax(360px, 0.94fr);
	column-gap: clamp(60px, 6vw, 84px);
	row-gap: 0;
	align-items: start;
	width: 100%;
	padding: 14px 44px 48px;
	overflow: clip;
	border-radius: 0 0 8px 8px;
	background:
		radial-gradient(circle at 78% 40%, rgba(168, 65, 80, 0.035), transparent 44%),
		var(--sr-bg);
	isolation: isolate;
}

body.single-product .nv-single-product-top > .woocommerce-product-gallery,
body.single-product .nv-single-product-top > .summary,
body.single-product .nv-single-product-top > .sr-product-benefits {
	position: relative;
	z-index: 1;
}

/* Stari dekorativni HTML span više se ne koristi; logo je na ::before sloju. */
body.single-product .sr-scene-mark {
	display: none !important;
}

body.woocommerce.single-product div.product .nv-single-product-top::before {
	content: none;
}

body.woocommerce.single-product div.product .nv-single-product-top.has-trust-in-view::before {
	content: none;
}

body.woocommerce.single-product div.product .nv-single-product-top > .woocommerce-product-gallery.images,
body.woocommerce.single-product div.product .nv-single-product-top > .summary.entry-summary,
body.woocommerce.single-product div.product .nv-single-product-top > .sr-product-benefits,
body.woocommerce.single-product div.product .nv-single-product-top > .woocommerce-tabs {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0;
	margin-right: 0;
	margin-left: 0;
}

body.woocommerce.single-product div.product .nv-single-product-top > .woocommerce-product-gallery.images {
	grid-column: 1;
	grid-row: 1;
}

body.woocommerce.single-product div.product .nv-single-product-top > .summary.entry-summary {
	grid-column: 2;
	grid-row: 1;
	align-self: start;
	overflow: visible;
}

body.woocommerce.single-product div.product .nv-single-product-top > .sr-product-benefits {
	grid-column: 1 / -1;
	grid-row: 2;
}

body.woocommerce.single-product div.product .nv-single-product-top > .woocommerce-tabs {
	grid-column: 1 / -1;
	grid-row: 3;
}

/* =========================================================
   GALERIJA
   ========================================================= */

body.single-product .woocommerce-product-gallery {
	position: relative;
	min-width: 0;
}

body.single-product .woocommerce-product-gallery__wrapper {
	position: relative;
	margin: 0 !important;
	box-shadow: none;
}

body.single-product .woocommerce-product-gallery .flex-viewport {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden !important;
	border: 1px solid rgba(44, 33, 27, 0.1);
	border-radius: var(--sr-radius-lg);
	background: #f0ede8;
}

body.single-product .woocommerce-product-gallery__image {
	position: relative;
	min-width: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}

body.single-product .woocommerce-product-gallery__image > a {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #f0f0ef;
}

body.single-product .woocommerce-product-gallery__image img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	object-fit: contain;
	object-position: center;
}

/* Prije završetka FlexSlider inicijalizacije ne slaži sve slike jednu ispod druge. */
body.single-product .woocommerce-product-gallery:not(.flexslider) .woocommerce-product-gallery__image:not(:first-child) {
	display: none;
}

body.single-product .woocommerce-product-gallery__trigger {
	top: 18px !important;
	right: 18px !important;
	display: grid !important;
	place-items: center;
	width: 44px !important;
	height: 44px !important;
	border: 1px solid rgba(59, 38, 25, 0.14);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.95) !important;
	box-shadow: 0 4px 14px rgba(44, 33, 27, 0.06);
	transition: transform 180ms ease, box-shadow 180ms ease;
	z-index: 5;
}

body.single-product .woocommerce-product-gallery__trigger::before {
	top: 13px !important;
	left: 13px !important;
}

body.single-product .woocommerce-product-gallery__trigger::after {
	top: 27px !important;
	left: 29px !important;
}

body.single-product .flex-control-thumbs {
	display: flex;
	gap: 10px;
	margin: 14px 0 0 !important;
	padding: 0;
	overflow-x: auto;
	list-style: none;
	scrollbar-width: thin;
}

body.single-product .flex-control-thumbs li {
	flex: 0 0 82px;
	width: 82px !important;
	margin: 0 !important;
}

body.single-product .flex-control-thumbs img {
	width: 82px;
	height: 82px;
	object-fit: cover;
	border: 1.5px solid var(--sr-line);
	border-radius: 4px;
	background: #fff;
	opacity: 0.72;
	transition: border-color 180ms ease, opacity 180ms ease;
}

body.single-product .flex-control-thumbs img.flex-active,
body.single-product .flex-control-thumbs img:hover {
	border-color: var(--sr-accent);
	opacity: 1;
}

/* =========================================================
   PRODUCT SUMMARY
   ========================================================= */

body.single-product .summary.entry-summary {
	display: flex;
	align-items: center;
	align-content: flex-start;
	flex-wrap: wrap;
	gap: 0;
	padding: 10px 0 0;
	font-family: var(--sr-font);
}

body.single-product .summary > .sr-product-brand,
body.single-product .summary > .product_title,
body.single-product .summary > .woocommerce-product-rating,
body.single-product .summary > .sr-delivery-note,
body.single-product .summary > .sr-product-facts,
body.single-product .summary > .woocommerce-product-details__short-description,
body.single-product .summary > form.cart,
body.single-product .summary > .stock.out-of-stock {
	flex: 0 0 100%;
	width: 100%;
}

body.single-product .sr-product-brand {
	display: block;
	flex: 0 0 auto !important;
	width: auto !important;
	max-width: max-content;
	margin: 0 0 14px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--sr-accent-dark);
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}

body.single-product .summary .product_title {
	margin: 0 0 20px;
	color: var(--sr-ink);
	font-family: var(--sr-heading-font);
	font-size: clamp(44px, 4vw, 56px);
	font-weight: 600;
	line-height: 1.05;
	letter-spacing: -1px;
	overflow-wrap: anywhere;
}

body.single-product .summary .woocommerce-product-rating {
	margin: -2px 0 15px;
	font-size: 14px;
}

body.single-product .summary .woocommerce-product-rating .star-rating {
	color: var(--sr-accent);
}

body.single-product .summary p.price {
	display: inline-flex;
	align-items: center;
	flex: 0 1 auto;
	min-height: 42px;
	margin: 0 12px 14px 0;
	padding: 0;
	color: var(--sr-price) !important;
	font-family: var(--sr-font);
	font-size: 27px;
	font-weight: 750;
	line-height: 1.12;
	letter-spacing: -0.5px;
}

body.single-product .summary p.price .amount,
body.single-product .summary p.price bdi,
body.single-product .summary p.price .woocommerce-Price-currencySymbol,
body.single-product .summary p.price ins {
	color: var(--sr-price) !important;
	font-weight: 750;
	text-decoration: none;
}

body.single-product .summary p.price del,
body.single-product .summary p.price del .amount,
body.single-product .summary p.price del bdi {
	margin-left: 7px;
	color: #9d8e84 !important;
	font-size: 18px;
	font-weight: 650;
}

body.single-product .sr-product-stock {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 7px;
	min-height: 42px;
	margin: 0 0 14px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--sr-success);
	font-size: 13px;
	font-weight: 650;
	line-height: 1;
}

body.single-product .sr-product-stock.is-out-of-stock {
	border: 0;
	background: transparent;
	color: #a73f45;
}

body.single-product .sr-stock-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: currentColor;
}

body.single-product .sr-delivery-note {
	display: grid;
	gap: 3px;
	margin: 0 0 24px;
	color: var(--sr-muted);
	font-size: 13px;
	line-height: 1.42;
}

body.single-product .sr-delivery-note strong {
	color: var(--sr-ink);
	font-size: 14px;
	font-weight: 780;
}

body.single-product .sr-product-facts {
	display: block;
	margin: 0 0 28px;
	padding: 0;
	border-top: 1px solid var(--sr-border);
	border-bottom: 1px solid var(--sr-border);
	border-radius: 0;
	background: transparent;
}

body.single-product .sr-product-fact {
	display: grid;
	grid-template-columns: minmax(110px, 0.36fr) minmax(0, 0.64fr);
	align-items: center;
	gap: 18px;
	min-width: 0;
	padding: 11px 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	font-size: 12px;
}

body.single-product .sr-product-fact + .sr-product-fact {
	border-top: 1px solid rgba(44, 33, 27, 0.09);
}

body.single-product .sr-product-fact dt {
	color: var(--sr-muted);
	font-size: 12px;
	font-weight: 650;
	letter-spacing: 0.35px;
	text-transform: uppercase;
}

body.single-product .sr-product-fact dd {
	min-width: 0;
	margin: 0;
	overflow: hidden;
	color: var(--sr-ink);
	font-weight: 650;
	font-size: 14px;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.single-product .sr-product-fact dd a {
	color: inherit;
	text-decoration: none;
}

body.single-product .woocommerce-product-details__short-description {
	margin: 0 0 26px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #514640;
	font-size: 16px;
	line-height: 1.72;
}

body.single-product .woocommerce-product-details__short-description > :first-child {
	margin-top: 0;
}

body.single-product .woocommerce-product-details__short-description > :last-child {
	margin-bottom: 0;
}

/* =========================================================
   VARIJACIJE, KOLIČINA I DUGME
   ========================================================= */

body.single-product .summary form.cart {
	margin: 0;
	padding: 0;
}

body.single-product .product-type-simple .summary form.cart,
body.single-product .summary .woocommerce-variation-add-to-cart {
	display: grid;
	grid-template-columns: 132px minmax(0, 1fr);
	gap: 10px 12px;
	align-items: end;
}

body.single-product .sr-quantity-label {
	display: block;
	grid-column: 1 / -1;
	margin: 0;
	color: var(--sr-ink);
	font-size: 13px;
	font-weight: 780;
	line-height: 1.2;
}

body.single-product form.cart .quantity {
	display: grid !important;
	grid-template-columns: 44px minmax(40px, 1fr) 44px;
	align-items: center;
	width: 132px !important;
	height: 54px;
	margin: 0 !important;
	overflow: hidden;
	border: 1px solid rgba(59, 38, 25, 0.28);
	border-radius: 4px;
	background: #fff;
}

body.single-product form.cart .quantity .qty {
	width: 100% !important;
	height: 52px;
	margin: 0;
	padding: 0;
	border: 0 !important;
	background: transparent;
	box-shadow: none !important;
	color: var(--sr-ink);
	font-size: 16px;
	font-weight: 750;
	text-align: center;
	-moz-appearance: textfield;
}

body.single-product form.cart .quantity .qty::-webkit-inner-spin-button,
body.single-product form.cart .quantity .qty::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

body.single-product .sr-qty-button {
	display: grid;
	place-items: center;
	width: 44px;
	height: 52px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: var(--sr-ink);
	font-family: inherit;
	font-size: 22px;
	font-weight: 500;
	cursor: pointer;
	transition: background 150ms ease, color 150ms ease;
}

body.single-product .summary .single_add_to_cart_button,
body.single-product .summary button.single_add_to_cart_button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 54px;
	margin: 0 !important;
	padding: 12px 22px !important;
	border: 0 !important;
	border-radius: 4px !important;
	background: var(--sr-action) !important;
	box-shadow: none !important;
	color: var(--sr-surface-light) !important;
	font-family: var(--sr-font);
	font-size: 14px !important;
	font-weight: 750 !important;
	line-height: 1.15;
	letter-spacing: 0.15px;
	text-align: center;
	text-transform: uppercase;
	transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

body.single-product .summary .single_add_to_cart_button::before {
	content: "";
	width: 16px;
	height: 16px;
	margin-right: 10px;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2' d='M6 8h12l-1 12H7L6 8Zm3 0V6a3 3 0 0 1 6 0v2'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2' d='M6 8h12l-1 12H7L6 8Zm3 0V6a3 3 0 0 1 6 0v2'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.single-product .summary .single_add_to_cart_button:active {
	transform: translateY(1px) scale(0.995);
}

body.single-product .summary .single_add_to_cart_button.disabled,
body.single-product .summary .single_add_to_cart_button:disabled {
	background: #d9d2cb !important;
	box-shadow: none !important;
	color: #776d65 !important;
	cursor: not-allowed;
	opacity: 0.85;
}

body.single-product .summary .single_add_to_cart_button.loading {
	filter: saturate(0.65);
	pointer-events: none;
}

body.single-product .summary table.variations {
	width: 100%;
	margin: 0 0 18px;
	border: 0;
}

body.single-product .summary table.variations th,
body.single-product .summary table.variations td {
	display: block;
	width: 100%;
	padding: 0 0 8px;
	border: 0;
	text-align: left;
}

body.single-product .summary table.variations select {
	width: 100%;
	min-height: 48px;
	border: 1px solid var(--sr-line);
	border-radius: 4px;
	background: #fff;
}

body.single-product .summary .single_variation_wrap,
body.single-product .summary .single_variation {
	width: 100%;
}

body.single-product .summary .single_variation .price {
	margin-bottom: 14px;
	color: var(--sr-price);
	font-size: 25px;
	font-weight: 800;
}

/* =========================================================
   TRUST SEKCIJA
   ========================================================= */

body.single-product .sr-product-benefits {
	position: relative;
	margin-top: 64px !important;
	padding-bottom: 30px;
	overflow: hidden;
	border-top: 1px solid var(--sr-border);
	border-bottom: 1px solid var(--sr-border);
	border-radius: 0;
	background: rgba(252, 249, 244, 0.5);
	box-shadow: none;
	transition: background-color 520ms ease, border-color 520ms ease, opacity 600ms ease, transform 680ms cubic-bezier(0.22, 0.61, 0.36, 1);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}

/* Diskretan motiv slastica ispunjava trust traku bez utjecaja na raspored. */
body.single-product .sr-product-benefits::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 2.5%;
	z-index: 0;
	width: 150px;
	height: 82px;
	background-color: var(--sr-accent);
	opacity: 0.055;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 260 140'%3E%3Cg fill='none' stroke='black' stroke-width='7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 111h106M30 111l9-54h65l9 54M35 57c5-24 59-26 67 0M54 37c4-19 32-19 36 0M72 18v15M68 18c7-13 20-8 20 2'/%3E%3Ccircle cx='188' cy='73' r='48'/%3E%3Ccircle cx='171' cy='55' r='5' fill='black'/%3E%3Ccircle cx='207' cy='50' r='5' fill='black'/%3E%3Ccircle cx='193' cy='78' r='5' fill='black'/%3E%3Ccircle cx='165' cy='91' r='5' fill='black'/%3E%3Ccircle cx='216' cy='98' r='5' fill='black'/%3E%3C/g%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 260 140'%3E%3Cg fill='none' stroke='black' stroke-width='7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 111h106M30 111l9-54h65l9 54M35 57c5-24 59-26 67 0M54 37c4-19 32-19 36 0M72 18v15M68 18c7-13 20-8 20 2'/%3E%3Ccircle cx='188' cy='73' r='48'/%3E%3Ccircle cx='171' cy='55' r='5' fill='black'/%3E%3Ccircle cx='207' cy='50' r='5' fill='black'/%3E%3Ccircle cx='193' cy='78' r='5' fill='black'/%3E%3Ccircle cx='165' cy='91' r='5' fill='black'/%3E%3Ccircle cx='216' cy='98' r='5' fill='black'/%3E%3C/g%3E%3C/svg%3E");
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	pointer-events: none;
	transform: translateY(-50%);
	transition: opacity 520ms ease, transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

body.single-product .sr-product-benefits.is-in-view::before,
body.single-product .sr-product-benefits.has-active-item::before {
	opacity: 0.105;
	transform: translateY(-50%) translateX(-8px);
}

/* Dekorativne caramel/burgundy linije ispod trust stavki. */
body.single-product .sr-product-benefits::after {
	content: "";
	position: absolute;
	right: -2%;
	bottom: -1px;
	left: -2%;
	z-index: 0;
	height: 34px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 80' preserveAspectRatio='none'%3E%3Cpath d='M0 48 C180 78 310 16 510 43 S850 79 1200 27 L1200 80 L0 80 Z' fill='%23ead6bd' fill-opacity='.72'/%3E%3Cpath d='M0 38 C180 68 310 7 510 34 S850 70 1200 18' fill='none' stroke='%23d7a05c' stroke-opacity='.45' stroke-width='7'/%3E%3Cpath d='M0 31 C185 58 315 1 515 27 S855 62 1200 10' fill='none' stroke='%23a84150' stroke-opacity='.18' stroke-width='3'/%3E%3C/svg%3E");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	pointer-events: none;
	transition: opacity 520ms ease, filter 520ms ease;
}

body.single-product .sr-product-benefits.is-in-view::after,
body.single-product .sr-product-benefits.has-active-item::after {
	filter: saturate(1.08);
	opacity: 1;
}

body.single-product .sr-trust-items {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 8px 0;
	z-index: 1;
}

body.single-product .sr-product-benefit {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr);
	align-items: center;
	gap: 16px;
	min-width: 0;
	min-height: 112px;
	padding: 24px 28px;
	border-right: 1px solid rgba(44, 33, 27, 0.12);
	transition: background-color 520ms ease, transform 620ms cubic-bezier(0.22, 0.61, 0.36, 1), opacity 480ms ease, box-shadow 520ms ease;
}

body.single-product .sr-product-benefit:last-child {
	border-right: 0;
}

body.single-product .sr-benefit-icon {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border: 1px solid transparent;
	border-radius: 4px;
	background: transparent;
	color: var(--sr-accent);
	transition: transform 620ms cubic-bezier(0.22, 0.61, 0.36, 1), background-color 480ms ease, border-color 480ms ease, color 480ms ease;
}

body.single-product .sr-benefit-icon svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

body.single-product .sr-benefit-content {
	display: grid;
	gap: 4px;
	min-width: 0;
}

body.single-product .sr-benefit-content strong {
	color: var(--sr-ink);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.25;
	transition: color 480ms ease;
}

body.single-product .sr-benefit-content small {
	color: #62544c;
	font-size: 14px;
	line-height: 1.5;
}

/* Čitljiviji opis, dodatne informacije i recenzije. */
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description p,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description li,
body.single-product .woocommerce-Tabs-panel--additional_information,
body.single-product .woocommerce-Tabs-panel--reviews,
body.single-product #reviews,
body.single-product #reviews p,
body.single-product #reviews li,
body.single-product #review_form label,
body.single-product #review_form input,
body.single-product #review_form textarea {
	color: #3d312b;
	font-size: 17px;
}

body.single-product .sr-review-score small,
body.single-product .sr-review-score p,
body.single-product .sr-rating-row,
body.single-product .sr-additional-row {
	color: #5c4d45;
	font-size: 15px;
}

/* Bez JavaScripta trust sadržaj ostaje potpuno vidljiv. */
@media (min-width: 768px) {
	body.single-product .sr-product-benefits.sr-trust-motion-enabled {
		opacity: 0;
		transform: translateY(18px);
		transition: opacity 600ms ease, transform 680ms cubic-bezier(0.22, 0.61, 0.36, 1);
	}

	body.single-product .sr-product-benefits.sr-trust-motion-enabled .sr-trust-item {
		opacity: 0;
		transform: translateY(12px);
		transition: opacity 520ms ease, transform 620ms cubic-bezier(0.22, 0.61, 0.36, 1), background-color 260ms ease;
	}

	body.single-product .sr-product-benefits.sr-trust-motion-enabled.is-in-view {
		opacity: 1;
		transform: translateY(0);
		border-color: rgba(168, 65, 80, 0.22);
		background-color: rgba(255, 250, 244, 0.7);
	}

	body.single-product .sr-product-benefits.sr-trust-motion-enabled.is-in-view .sr-trust-item {
		opacity: 1;
		transform: translateY(0);
	}

	body.single-product .sr-product-benefits.sr-trust-motion-enabled.is-in-view .sr-benefit-icon {
		border-color: rgba(168, 65, 80, 0.24);
		background-color: rgba(255, 250, 244, 0.92);
		color: var(--sr-accent);
	}

	body.single-product .sr-product-benefits.sr-trust-motion-enabled.is-in-view .sr-trust-item:nth-child(1) {
		transition-delay: 90ms;
	}

	body.single-product .sr-product-benefits.sr-trust-motion-enabled.is-in-view .sr-trust-item:nth-child(2) {
		transition-delay: 180ms;
	}

	body.single-product .sr-product-benefits.sr-trust-motion-enabled.is-in-view .sr-trust-item:nth-child(3) {
		transition-delay: 270ms;
	}
}

/* =========================================================
   OTVORENI OPIS I DODATNE INFORMACIJE
   ========================================================= */

body.single-product .woocommerce-tabs {
	margin-top: 90px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.single-product .woocommerce-tabs > ul.tabs {
	display: none !important;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
	display: block !important;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	border: 0;
	background: transparent;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description {
	position: relative;
	z-index: 0;
	min-height: 430px;
	padding-bottom: 64px !important;
	overflow: hidden;
	border-bottom: 1px solid var(--sr-line);
	isolation: isolate;
}

/* Logo pripada samo opisu i skrola se zajedno s njim. */
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 3%;
	z-index: -1;
	width: min(32vw, 390px);
	aspect-ratio: 1;
	background-image: var(--sr-scene-mark-url);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	filter: grayscale(0.42) sepia(0.16);
	opacity: 0.065;
	pointer-events: none;
	transform: translate3d(0, -50%, 0);
	transition: opacity 650ms ease, transform 820ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description.sr-description-mark-enabled::after {
	opacity: 0;
	transform: translate3d(52px, -50%, 0);
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description.sr-description-mark-enabled.is-description-in-view::after {
	opacity: 0.07;
	transform: translate3d(0, -50%, 0);
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description > * {
	position: relative;
	z-index: 1;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description > h2,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information > h2,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews > h2 {
	margin: 0 0 28px;
	color: var(--sr-ink);
	font-family: var(--sr-heading-font);
	font-size: clamp(36px, 4vw, 46px);
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -1.1px;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description > *:not(h2):not(.alignwide):not(.alignfull) {
	max-width: 820px;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description p,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description li {
	color: #4f443e;
	font-size: 17px;
	line-height: 1.72;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description p {
	margin: 0 0 22px;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description h3 {
	margin: 38px 0 16px;
	color: var(--sr-ink);
	font-size: clamp(24px, 2.5vw, 30px);
	font-weight: 800;
	line-height: 1.2;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description ul,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description ol {
	margin: 0 0 24px;
	padding-left: 24px;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description li + li {
	margin-top: 9px;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description img {
	max-width: 100%;
	height: auto;
	border-radius: var(--sr-radius-md);
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description blockquote {
	max-width: 1000px;
	margin: 28px 0;
	padding: 20px 24px;
	border-left: 4px solid var(--sr-accent);
	border-radius: 0 var(--sr-radius-sm) var(--sr-radius-sm) 0;
	background: var(--sr-cream);
	color: #51443c;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description iframe {
	display: block;
	width: 100%;
	max-width: 1000px;
	aspect-ratio: 16 / 9;
	height: auto;
	border: 0;
	border-radius: var(--sr-radius-md);
}

body.single-product .sr-table-scroll {
	max-width: 1000px;
	margin: 24px 0;
	overflow-x: auto;
	border: 1px solid var(--sr-line);
	border-radius: var(--sr-radius-sm);
	-webkit-overflow-scrolling: touch;
}

body.single-product .sr-table-scroll table {
	width: 100%;
	min-width: 620px;
	margin: 0;
	border: 0;
}

body.single-product .sr-table-scroll th,
body.single-product .sr-table-scroll td {
	padding: 13px 15px;
	border-color: var(--sr-line);
}

body.single-product .woocommerce-Tabs-panel--additional_information {
	padding: 58px 0 64px !important;
	border-bottom: 1px solid var(--sr-line) !important;
}

body.single-product .sr-additional-information {
	max-width: 820px;
	margin: 0;
	overflow: visible;
	border-top: 1px solid var(--sr-line);
	border-bottom: 1px solid var(--sr-line);
	border-radius: 0;
	background: transparent;
}

body.single-product .sr-additional-row {
	display: grid;
	grid-template-columns: minmax(180px, 0.35fr) minmax(0, 0.65fr);
	gap: 24px;
	padding: 16px 20px;
	border-bottom: 1px solid #f0e2d5;
}

body.single-product .sr-additional-row:last-child {
	border-bottom: 0;
}

body.single-product .sr-additional-row dt {
	color: var(--sr-muted);
	font-weight: 650;
}

body.single-product .sr-additional-row dd {
	margin: 0;
	color: var(--sr-ink);
	font-weight: 700;
}

/* =========================================================
   RECENZIJE
   ========================================================= */

body.single-product .woocommerce-Tabs-panel--reviews {
	padding-top: 64px !important;
}

body.single-product .sr-review-overview {
	display: grid;
	grid-template-columns: minmax(220px, 0.34fr) minmax(0, 0.66fr);
	gap: 34px;
	max-width: 920px;
	margin: 0 0 38px;
	padding: 28px;
	border-top: 1px solid var(--sr-line);
	border-bottom: 1px solid var(--sr-line);
	border-radius: 0;
	background: transparent;
}

body.single-product .sr-review-score {
	display: grid;
	align-content: center;
	justify-items: start;
	gap: 8px;
}

body.single-product .sr-review-score > strong {
	color: var(--sr-ink);
	font-size: 44px;
	font-weight: 850;
	line-height: 1;
}

body.single-product .sr-review-score small,
body.single-product .sr-review-score p {
	margin: 0;
	color: var(--sr-muted);
	font-size: 13px;
}

body.single-product .sr-review-stars .star-rating {
	color: var(--sr-accent);
	font-size: 17px;
}

body.single-product .sr-rating-breakdown {
	display: grid;
	gap: 9px;
	align-content: center;
}

body.single-product .sr-rating-row {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr) 30px;
	align-items: center;
	gap: 10px;
	color: var(--sr-muted);
	font-size: 12px;
}

body.single-product .sr-rating-track {
	display: block;
	height: 7px;
	overflow: hidden;
	border-radius: 999px;
	background: #eadfd5;
}

body.single-product .sr-rating-track > span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: var(--sr-accent);
}

body.single-product #reviews {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
	gap: 52px;
	align-items: start;
	width: 100%;
}

body.single-product #reviews #comments,
body.single-product #reviews #review_form_wrapper {
	min-width: 0;
}

body.single-product #reviews .woocommerce-Reviews-title,
body.single-product #review_form .comment-reply-title {
	display: block;
	margin: 0 0 22px;
	color: var(--sr-ink);
	font-size: 25px;
	font-weight: 800;
	line-height: 1.2;
}

body.single-product #reviews .commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.single-product #reviews .commentlist li {
	margin: 0 0 16px;
	padding: 20px;
	border: 0;
	border-bottom: 1px solid var(--sr-line);
	border-radius: 0;
	background: #fff;
}

body.single-product #reviews .commentlist img.avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
}

body.single-product #review_form_wrapper {
	padding: 28px;
	border: 1px solid var(--sr-line);
	border-radius: 6px;
	background: var(--sr-surface-light);
}

body.single-product #review_form label {
	display: block;
	margin-bottom: 7px;
	color: var(--sr-ink);
	font-size: 13px;
	font-weight: 700;
}

body.single-product #review_form input:not([type="submit"]),
body.single-product #review_form textarea {
	width: 100%;
	min-height: 48px;
	padding: 12px 14px;
	border: 1px solid #ddc7b3;
	border-radius: 10px;
	background: #fff;
	box-shadow: none;
}

body.single-product #review_form textarea {
	min-height: 150px;
	resize: vertical;
}

body.single-product #review_form .stars a {
	width: 30px;
	height: 30px;
	color: var(--sr-accent);
	font-size: 23px;
}

body.single-product #review_form .submit {
	min-height: 48px;
	padding: 12px 24px !important;
	border: 0 !important;
	border-radius: 4px !important;
	background: var(--sr-action) !important;
	color: #fff !important;
	font-weight: 800 !important;
}

body.single-product .sr-review-toggle {
	display: none;
}

/* =========================================================
   POVEZANI PROIZVODI
   ========================================================= */

body.single-product .related.products {
	margin: 84px 0 0;
	padding: 70px 0 0;
	border-top: 1px solid var(--sr-line);
}

body.single-product .related.products > h2 {
	margin: 0 0 36px;
	color: var(--sr-ink);
	font-family: var(--sr-heading-font);
	font-size: clamp(34px, 4vw, 46px);
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -1px;
	text-align: center;
}

body.single-product .related.products ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	margin: 0 !important;
	padding: 0 !important;
}

body.single-product .related.products ul.products::before,
body.single-product .related.products ul.products::after {
	display: none !important;
}

body.single-product .related.products ul.products li.product {
	display: flex;
	flex-direction: column;
	width: 100% !important;
	min-width: 0;
	margin: 0 !important;
	padding: 0 0 12px;
	overflow: hidden;
	border: 0;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

body.single-product .related.products li.product a.woocommerce-loop-product__link {
	display: block;
	color: inherit;
	text-decoration: none;
}

body.single-product .related.products li.product img {
	width: 100%;
	aspect-ratio: 1 / 1;
	margin: 0 0 15px !important;
	border-radius: 4px;
	background: #f2efea;
	object-fit: contain;
	transition: transform 320ms ease;
}

body.single-product .related.products li.product .woocommerce-loop-product__title {
	display: -webkit-box;
	min-height: 45px;
	margin: 0 4px 10px;
	overflow: hidden;
	color: var(--sr-ink);
	font-size: 15px;
	font-weight: 750;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.single-product .related.products li.product .price {
	margin: auto 4px 14px;
	color: var(--sr-price);
	font-size: 16px;
	font-weight: 800;
}

body.single-product .related.products li.product .price del {
	color: var(--sr-muted);
	font-size: 12px;
}

body.single-product .related.products li.product .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	margin: 0;
	padding: 10px 12px;
	border: 0;
	border-radius: 3px;
	background: var(--sr-action);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
}

body.single-product .related.products li.product .onsale {
	top: 18px;
	right: 18px;
	left: auto;
	min-width: auto;
	min-height: auto;
	padding: 6px 9px;
	border-radius: 999px;
	background: var(--sr-price);
	font-size: 11px;
	line-height: 1;
}

/* =========================================================
   STICKY KUPVINA NA MOBITELU
   ========================================================= */

body.single-product .sr-mobile-cart {
	display: none;
}

/* =========================================================
   DESKTOP STICKY SUMMARY I HOVER
   ========================================================= */

@media (min-width: 1025px) {
	body.single-product .summary.entry-summary.sr-can-stick {
		position: sticky;
		top: var(--sr-sticky-offset);
	}
}

@media (hover: hover) and (pointer: fine) {
	body.single-product .woocommerce-product-gallery__trigger:hover {
		transform: translateY(-2px);
		box-shadow: 0 12px 28px rgba(83, 48, 24, 0.13);
	}

	body.single-product .summary .single_add_to_cart_button:hover,
	body.single-product #review_form .submit:hover,
	body.single-product .related.products li.product .button:hover {
		background: var(--sr-action-hover) !important;
		filter: none;
		transform: translateY(-1px);
	}

	body.single-product .sr-qty-button:hover {
		background: var(--sr-surface);
		color: var(--sr-action);
	}

	body.single-product .sr-product-benefit:hover {
		background: rgba(255, 250, 244, 0.92);
		transform: translateY(-2px);
	}

	body.single-product .sr-product-benefit:hover .sr-benefit-icon {
		transform: scale(1.04);
		border-color: rgba(168, 65, 80, 0.38);
		background-color: rgba(255, 250, 244, 0.96);
		color: var(--sr-accent);
	}

	body.single-product .sr-product-benefit:hover .sr-benefit-content strong {
		color: var(--sr-ink);
	}

	body.single-product .related.products ul.products li.product:hover {
		transform: translateY(-2px);
		box-shadow: none;
	}

	body.single-product .related.products ul.products li.product:hover img {
		transform: scale(1.025);
	}
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {
	body.woocommerce.single-product div.product .nv-single-product-top {
		grid-template-columns: minmax(0, 1fr) minmax(370px, 0.88fr);
		column-gap: 40px;
	}

	body.single-product .summary .product_title {
		font-size: clamp(36px, 4vw, 44px);
	}

	body.single-product .sr-product-benefit {
		padding-right: 18px;
		padding-left: 18px;
	}
}

@media (max-width: 900px) {
	body.single-product .shop-container,
	body.single-product .single-product-container {
		width: min(calc(100% - 40px), 760px);
	}

	body.woocommerce.single-product div.product .nv-single-product-top {
		grid-template-columns: minmax(0, 1fr) !important;
		column-gap: 0 !important;
		padding: 12px 28px 42px;
	}

	body.woocommerce.single-product div.product .nv-single-product-top > .woocommerce-product-gallery.images {
		grid-column: 1;
		grid-row: 1;
	}

	body.woocommerce.single-product div.product .nv-single-product-top > .summary.entry-summary {
		grid-column: 1;
		grid-row: 2;
		margin-top: 34px;
	}

	body.woocommerce.single-product div.product .nv-single-product-top > .sr-product-benefits {
		grid-column: 1;
		grid-row: 3;
	}

	body.woocommerce.single-product div.product .nv-single-product-top > .woocommerce-tabs {
		grid-column: 1;
		grid-row: 4;
	}

	body.single-product .related.products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* =========================================================
   MOBILE COMMERCE LAYOUT
   ========================================================= */

@media (max-width: 767px) {
	body.single-product {
		background-color: var(--sr-bg);
		background-image: none;
		font-size: 16px;
	}

	body.single-product .shop-container,
	body.single-product .single-product-container {
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 0 16px 88px !important;
		background: transparent;
		overflow: clip;
	}

	body.single-product .nv-bc-count-wrap {
		margin: 4px 0 0;
		padding: 10px 16px 8px;
		border-radius: 8px 8px 0 0;
	}

	body.woocommerce.single-product div.product .nv-single-product-top {
		padding: 2px 16px 36px;
		border-radius: 0 0 8px 8px;
		overflow: clip;
	}

	body.woocommerce.single-product div.product .nv-single-product-top::before {
		content: none;
	}

	body.woocommerce.single-product div.product .nv-single-product-top.has-trust-in-view::before {
		content: none;
	}

	body.single-product .woocommerce-breadcrumb {
		display: block;
		width: 100%;
		overflow: hidden;
		font-size: 12px;
		line-height: 44px;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	body.single-product .woocommerce-product-gallery__wrapper {
		border-radius: 8px;
		box-shadow: none;
	}

	body.single-product .woocommerce-product-gallery__trigger {
		top: 12px !important;
		right: 12px !important;
		width: 44px !important;
		height: 44px !important;
	}

	body.single-product .flex-control-thumbs li,
	body.single-product .flex-control-thumbs img {
		width: 70px !important;
		height: 70px;
		flex-basis: 70px;
	}

	body.single-product .summary.entry-summary {
		padding-top: 0;
	}

	body.single-product .sr-product-brand {
		margin-bottom: 13px;
		padding: 0;
		font-size: 10px;
	}

	body.single-product .summary .product_title {
		margin-bottom: 16px;
		font-size: clamp(34px, 10vw, 40px);
		line-height: 1.08;
		letter-spacing: -0.6px;
	}

	body.single-product .summary .woocommerce-product-rating {
		margin-bottom: 12px;
	}

	body.single-product .summary p.price {
		min-height: 38px;
		margin-right: auto;
		margin-bottom: 12px;
		font-size: 25px;
	}

	body.single-product .sr-product-stock {
		min-height: 38px;
		margin-bottom: 12px;
		padding: 0;
		font-size: 11px;
	}

	body.single-product .sr-delivery-note {
		margin-bottom: 16px;
	}

	body.single-product .sr-product-facts {
		display: block;
		margin-bottom: 22px;
	}

	body.single-product .sr-product-fact {
		grid-template-columns: 100px minmax(0, 1fr);
		gap: 14px;
		padding: 11px 0;
	}

	body.single-product .sr-product-fact dd {
		text-align: right;
	}

	body.single-product .woocommerce-product-details__short-description {
		margin-bottom: 27px;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		font-size: 16px;
		line-height: 1.7;
	}

	body.single-product .product-type-simple .summary form.cart,
	body.single-product .summary .woocommerce-variation-add-to-cart {
		grid-template-columns: minmax(0, 1fr);
		gap: 10px;
	}

	body.single-product .sr-quantity-label,
	body.single-product form.cart .quantity,
	body.single-product .summary .single_add_to_cart_button {
		grid-column: 1;
	}

	body.single-product form.cart .quantity {
		grid-template-columns: 50px minmax(44px, 1fr) 50px;
		width: 100% !important;
		height: 52px;
	}

	body.single-product .sr-qty-button,
	body.single-product form.cart .quantity .qty {
		height: 50px;
	}

	body.single-product .sr-qty-button {
		width: 50px;
	}

	body.single-product .summary .single_add_to_cart_button,
	body.single-product .summary button.single_add_to_cart_button {
		min-height: 54px;
	}

	body.single-product .sr-product-benefits {
		margin-top: 44px !important;
		padding-bottom: 28px;
		border-radius: 0 0 8px 8px;
		background: rgba(252, 249, 244, 0.46);
	}

	body.single-product .sr-product-benefits::after {
		height: 28px;
		background-size: 170% 100%;
	}

	body.single-product .sr-product-benefits::before {
		top: auto;
		right: -16px;
		bottom: 16px;
		width: 118px;
		height: 68px;
		opacity: 0.05;
		transform: none;
	}

	body.single-product .sr-product-benefits.has-active-item::before {
		opacity: 0.1;
		transform: translateX(-5px);
	}

	body.single-product .sr-trust-items {
		grid-template-columns: minmax(0, 1fr);
		padding: 9px 8px;
	}

	body.single-product .sr-product-benefit {
		grid-template-columns: 42px minmax(0, 1fr);
		gap: 16px;
		min-height: 120px;
		padding: 25px 16px;
		border-right: 0;
		border-bottom: 1px solid transparent;
	}

	body.single-product .sr-product-benefit:not(:last-child)::after {
		content: "";
		position: absolute;
		right: 18px;
		bottom: 0;
		left: 70px;
		height: 1px;
		background: rgba(59, 38, 25, 0.13);
	}

	body.single-product .sr-product-benefit {
		position: relative;
	}

	body.single-product .sr-benefit-icon {
		width: 38px;
		height: 38px;
	}

	body.single-product .sr-benefit-content strong {
		font-size: 18px;
	}

	body.single-product .sr-benefit-content small {
		font-size: 14px;
		line-height: 1.5;
	}

	/* Progressive enhancement: bez JS-a sve ostaje potpuno vidljivo. */
	body.single-product .sr-product-benefits.sr-trust-motion-enabled {
		opacity: 1;
		transform: none;
	}

	body.single-product .sr-product-benefits.sr-trust-motion-enabled .sr-trust-item {
		transform: translateY(0);
		border-radius: 4px;
		background-color: transparent;
		box-shadow: none;
		opacity: 0.86;
		transition: transform 600ms cubic-bezier(0.22, 0.61, 0.36, 1), opacity 480ms ease, background-color 520ms ease, border-color 520ms ease, box-shadow 520ms ease;
	}

	body.single-product .sr-product-benefits.sr-trust-motion-enabled .sr-trust-item.is-active {
		transform: translateY(-4px);
		background-color: rgba(255, 250, 244, 0.92);
		box-shadow: 0 9px 22px rgba(44, 33, 27, 0.065);
		opacity: 1;
		z-index: 2;
	}

	body.single-product .sr-product-benefits.sr-trust-motion-enabled .sr-trust-item.is-active .sr-benefit-icon {
		transform: scale(1.06);
		border-color: rgba(168, 65, 80, 0.42);
		background-color: rgba(255, 250, 244, 0.98);
		color: var(--sr-accent);
	}

	body.single-product .sr-product-benefits.sr-trust-motion-enabled .sr-trust-item.is-active .sr-benefit-content strong {
		color: var(--sr-ink);
	}

	body.single-product .sr-product-benefits.has-active-item {
		border-color: rgba(168, 65, 80, 0.22);
		background-color: rgba(255, 250, 244, 0.68);
	}

	body.single-product .woocommerce-tabs {
		margin-top: 62px !important;
	}

	body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description {
		min-height: 0;
		padding-bottom: 235px !important;
	}

	body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description::after {
		top: auto;
		right: 50%;
		bottom: 16px;
		width: min(74vw, 290px);
		transform: translate3d(50%, 0, 0);
	}

	body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description.sr-description-mark-enabled::after {
		transform: translate3d(50%, 30px, 0);
	}

	body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description.sr-description-mark-enabled.is-description-in-view::after {
		opacity: 0.065;
		transform: translate3d(50%, 0, 0);
	}

	body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description > h2,
	body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information > h2,
	body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews > h2 {
		margin-bottom: 22px;
		font-size: clamp(28px, 8vw, 34px);
	}

	body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description p,
	body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description li {
		font-size: 16px;
		line-height: 1.68;
	}

	body.single-product .woocommerce-Tabs-panel--additional_information {
		padding: 48px 0 52px !important;
	}

	body.single-product .sr-additional-row {
		grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
		gap: 14px;
		padding: 15px 16px;
	}

	body.single-product .woocommerce-Tabs-panel--reviews {
		padding-top: 52px !important;
	}

	body.single-product .sr-review-overview {
		grid-template-columns: minmax(0, 1fr);
		gap: 24px;
		padding: 22px;
	}

	body.single-product #reviews {
		grid-template-columns: minmax(0, 1fr);
		gap: 24px;
	}

	body.single-product #review_form_wrapper {
		display: none;
		padding: 22px 18px;
	}

	body.single-product #review_form_wrapper.is-open {
		display: block;
	}

	body.single-product .sr-review-toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		min-height: 50px;
		padding: 12px 18px;
		border: 1px solid var(--sr-line);
		border-radius: 4px;
		background: #fff;
		color: var(--sr-ink);
		font-weight: 800;
		cursor: pointer;
	}

	body.single-product .sr-review-toggle::after {
		content: "+";
		font-size: 22px;
		font-weight: 500;
	}

	body.single-product .sr-review-toggle[aria-expanded="true"]::after {
		content: "−";
	}

	body.single-product .related.products {
		margin-top: 66px;
		padding-top: 52px;
	}

	body.single-product .related.products > h2 {
		margin-bottom: 28px;
		font-size: clamp(29px, 8vw, 36px);
		text-align: left;
	}

	body.single-product .related.products ul.products {
		display: flex !important;
		gap: 14px;
		margin-right: -16px !important;
		padding-right: 16px !important;
		padding-bottom: 16px !important;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		scroll-padding-left: 0;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	body.single-product .related.products ul.products::-webkit-scrollbar {
		display: none;
	}

	body.single-product .related.products ul.products li.product {
		flex: 0 0 78%;
		max-width: 290px;
		scroll-snap-align: start;
	}

	body.single-product .sr-mobile-cart {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
		border-top: 1px solid var(--sr-line);
		background: rgba(255, 253, 250, 0.97);
		box-shadow: 0 -10px 30px rgba(51, 35, 25, 0.12);
		opacity: 0;
		pointer-events: none;
		transform: translateY(110%);
		transition: transform 300ms ease, opacity 260ms ease;
		z-index: 800;
	}

	body.single-product .sr-mobile-cart.is-visible {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	body.single-product .sr-mobile-cart__inner {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(150px, auto);
		align-items: center;
		gap: 12px;
		width: min(100%, 560px);
		margin: 0 auto;
	}

	body.single-product .sr-mobile-cart__product {
		display: grid;
		gap: 2px;
		min-width: 0;
	}

	body.single-product .sr-mobile-cart__name {
		overflow: hidden;
		color: var(--sr-muted);
		font-size: 11px;
		font-weight: 650;
		line-height: 1.2;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	body.single-product .sr-mobile-cart__price,
	body.single-product .sr-mobile-cart__price .amount {
		color: var(--sr-price);
		font-size: 18px;
		font-weight: 850;
		line-height: 1.2;
	}

	body.single-product .sr-mobile-cart__price del {
		color: var(--sr-muted);
		font-size: 11px;
	}

	body.single-product .sr-mobile-cart__button {
		min-height: 48px;
		padding: 10px 18px;
		border: 0;
		border-radius: 4px;
		background: var(--sr-action);
		color: #fff;
		font-size: 12px;
		font-weight: 800;
		text-transform: uppercase;
	}

	body.single-product .sr-mobile-cart__button:disabled {
		background: #d8d0c8;
		color: #736a63;
	}

	body.single-product.sr-sticky-cart-visible .shop-container,
	body.single-product.sr-sticky-cart-visible .single-product-container {
		padding-bottom: 170px !important;
	}
}

@media (max-width: 900px) {
	.sr-header-recipes-link {
		display: none;
	}
}

@media (max-width: 350px) {
	body.single-product .shop-container,
	body.single-product .single-product-container {
		padding-right: 14px !important;
		padding-left: 14px !important;
	}

	body.single-product .summary .product_title {
		font-size: 29px;
	}

	body.single-product .summary p.price {
		flex-basis: 100%;
		margin-right: 0;
		font-size: 26px;
	}

	body.single-product .sr-product-stock {
		margin-top: -3px;
	}

	body.single-product .sr-mobile-cart__inner {
		grid-template-columns: auto minmax(145px, 1fr);
	}

	body.single-product .sr-mobile-cart__name {
		display: none;
	}

	body.single-product .sr-mobile-cart__button {
		padding-right: 12px;
		padding-left: 12px;
		font-size: 11px;
	}
}

/* =========================================================
   SMANJENO KRETANJE
   ========================================================= */

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

	body.single-product .sr-product-benefits.sr-trust-motion-enabled,
	body.single-product .sr-product-benefits.sr-trust-motion-enabled.is-in-view,
	body.single-product .sr-product-benefits.sr-trust-motion-enabled .sr-trust-item,
	body.single-product .sr-product-benefits.sr-trust-motion-enabled .sr-trust-item.is-active {
		transform: none !important;
		opacity: 1 !important;
	}

	body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description::after,
	body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description.sr-description-mark-enabled::after,
	body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description.sr-description-mark-enabled.is-description-in-view::after {
		opacity: 0.065 !important;
		transform: none !important;
	}
}

@media (max-width: 767px) and (prefers-reduced-motion: reduce) {
	body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description::after,
	body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description.sr-description-mark-enabled::after,
	body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description.sr-description-mark-enabled.is-description-in-view::after {
		transform: translate3d(50%, 0, 0) !important;
	}
}
