/*
 * Slatki Receptar – WooCommerce homepage
 * Sve klase su ograničene na .sr-home.
 */

body.home {
	background: #f8f3ea;
}

.sr-home {
	--sr-home-ivory: #f8f3ea;
	--sr-home-ivory-light: #fffdf9;
	--sr-home-beige: #eee2d2;
	--sr-home-beige-soft: #f3eadf;
	--sr-home-ink: #211711;
	--sr-home-chocolate: #3b2619;
	--sr-home-chocolate-deep: #27170f;
	--sr-home-muted: #6f6057;
	--sr-home-burgundy: #a93f4c;
	--sr-home-burgundy-dark: #87313d;
	--sr-home-caramel: #c88445;
	--sr-home-caramel-light: #daa268;
	--sr-home-line: rgba(59, 38, 25, 0.14);
	--sr-home-shadow: 0 22px 60px rgba(59, 38, 25, 0.09);
	--sr-home-radius-sm: 12px;
	--sr-home-radius: 20px;
	--sr-home-radius-lg: 30px;
	--sr-home-container: 1340px;
	--sr-home-gutter: clamp(18px, 3vw, 36px);
	position: relative;
	width: 100%;
	overflow: clip;
	background: var(--sr-home-ivory);
	color: var(--sr-home-ink);
	font-family: "Avenir Next", Avenir, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
}

.sr-home *,
.sr-home *::before,
.sr-home *::after {
	box-sizing: border-box;
}

.sr-home img {
	display: block;
	max-width: 100%;
	height: auto;
}

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

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

.sr-home h1,
.sr-home h2,
.sr-home h3,
.sr-home p {
	margin-top: 0;
}

.sr-home h1,
.sr-home h2 {
	color: var(--sr-home-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 600;
	letter-spacing: -0.045em;
}

.sr-home h1 {
	max-width: 760px;
	margin-bottom: 26px;
	font-size: clamp(52px, 6.1vw, 86px);
	line-height: 0.99;
}

.sr-home h2 {
	margin-bottom: 15px;
	font-size: clamp(38px, 4.6vw, 62px);
	line-height: 1.04;
}

.sr-home h3 {
	color: var(--sr-home-ink);
	font-size: 22px;
	line-height: 1.25;
}

.sr-home :focus-visible {
	outline: 3px solid rgba(169, 63, 76, 0.38);
	outline-offset: 4px;
}

.sr-home-container {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: calc(var(--sr-home-container) + (2 * var(--sr-home-gutter)));
	margin-right: auto;
	margin-left: auto;
	padding-right: var(--sr-home-gutter);
	padding-left: var(--sr-home-gutter);
}

.sr-home-section {
	position: relative;
	padding-top: clamp(72px, 7.4vw, 104px);
	padding-bottom: clamp(72px, 7.4vw, 104px);
}

.sr-home-mobile-recommended {
	display: none;
}

.sr-home-mobile-scene {
	display: none;
}

.sr-home-eyebrow {
	margin-bottom: 18px;
	color: var(--sr-home-burgundy);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1.4;
	text-transform: uppercase;
}

.sr-home-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 13px 26px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.sr-home-button--primary {
	background: var(--sr-home-chocolate);
	color: #fffdf9 !important;
	box-shadow: 0 12px 30px rgba(39, 23, 15, 0.17);
}

.sr-home-button--secondary {
	border-color: rgba(59, 38, 25, 0.28);
	background: transparent;
	color: var(--sr-home-chocolate) !important;
}

.sr-home-button--light {
	background: #fffaf3;
	color: var(--sr-home-chocolate-deep) !important;
	box-shadow: 0 12px 28px rgba(18, 8, 5, 0.2);
}

.sr-home-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.sr-home-text-link {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 9px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(169, 63, 76, 0.38);
	color: var(--sr-home-burgundy-dark) !important;
	font-size: 14px;
	font-weight: 800;
}

.sr-home-text-link span {
	font-size: 19px;
	transition: transform 180ms ease;
}

.sr-home-watermark {
	position: absolute;
	z-index: 0;
	width: min(70vw, 980px);
	aspect-ratio: 1;
	background: url("../images/slatki-receptar-logomark.webp") center / contain no-repeat;
	filter: grayscale(0.45) sepia(0.14);
	opacity: 0.035;
	pointer-events: none;
	transform: translate3d(0, 0, 0);
	transition: opacity 700ms ease, transform 900ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.sr-home-section.is-in-view > .sr-home-watermark {
	opacity: 0.052;
	transform: translate3d(0, -8px, 0);
}

.sr-home-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: clamp(36px, 4.2vw, 52px);
}

.sr-home-section-heading > div {
	max-width: 770px;
}

.sr-home-section-heading h2 {
	margin-bottom: 13px;
}

.sr-home-section-heading p:not(.sr-home-eyebrow) {
	max-width: 670px;
	margin-bottom: 0;
	color: var(--sr-home-muted);
	font-size: 17px;
	line-height: 1.7;
}

.sr-home-section-heading--center {
	justify-content: center;
	text-align: center;
}

.sr-home-section-heading--center > div {
	max-width: 830px;
}

.sr-home-section-heading--center p:not(.sr-home-eyebrow) {
	margin-right: auto;
	margin-left: auto;
}

.sr-home-empty {
	width: 100%;
	margin: 0;
	padding: 28px;
	border: 1px dashed rgba(59, 38, 25, 0.2);
	border-radius: var(--sr-home-radius-sm);
	color: var(--sr-home-muted);
	text-align: center;
}

/* Hero */

.sr-home-hero {
	min-height: min(820px, calc(100vh - 100px));
	padding-top: clamp(68px, 7vw, 108px);
	padding-bottom: clamp(82px, 8vw, 118px);
	overflow: hidden;
	background:
		radial-gradient(circle at 78% 45%, rgba(200, 132, 69, 0.16), transparent 28%),
		linear-gradient(120deg, #fffdf9 0%, #f8f3ea 58%, #eee2d2 100%);
}

.sr-home-hero > .sr-home-watermark {
	top: 50%;
	right: -20%;
	width: min(76vw, 1020px);
	transform: translateY(-50%);
}

.sr-home-hero.is-in-view > .sr-home-watermark {
	transform: translate3d(-12px, -51%, 0);
}

.sr-home-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(480px, 0.98fr);
	align-items: center;
	gap: clamp(38px, 6vw, 92px);
}

.sr-home-hero__content {
	position: relative;
	z-index: 3;
	padding-top: 12px;
}

.sr-home-hero__description {
	max-width: 690px;
	margin-bottom: 36px;
	color: #564940;
	font-size: clamp(18px, 1.7vw, 22px);
	line-height: 1.65;
}

.sr-home-hero__trust-block {
	display: block;
	width: fit-content;
	max-width: 100%;
	margin-top: 14px;
}

.sr-home-hero__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	margin: 12px 0 0;
	color: var(--sr-home-muted);
	font-size: 13px;
	font-weight: 700;
}

.sr-home-hero__secure-badge {
	display: inline-flex;
	position: relative;
	align-items: center;
	gap: 8px;
	width: fit-content;
	max-width: calc(100% - 24px);
	margin: 0;
	padding: 9px 14px;
	border: 1px solid rgba(169, 63, 76, 0.2);
	border-radius: 999px;
	background: rgba(255, 250, 244, 0.86);
	color: var(--sr-home-chocolate);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.3;
}

.sr-home-hero__secure-badge span {
	display: grid;
	place-items: center;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background: var(--sr-home-burgundy);
	color: #fff;
	font-size: 11px;
}

.sr-home-hero__secure-badge b {
	color: var(--sr-home-caramel);
}

.sr-home-hero__trust span {
	position: relative;
}

.sr-home-hero__trust span:not(:last-child)::after {
	content: "•";
	position: absolute;
	top: 0;
	right: -15px;
	color: var(--sr-home-caramel);
}

.sr-home-hero__visual {
	position: relative;
	min-height: 590px;
}

.sr-home-hero__glow {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 78%;
	aspect-ratio: 1;
	border: 1px solid rgba(169, 63, 76, 0.13);
	border-radius: 50%;
	background: rgba(255, 253, 249, 0.62);
	box-shadow: 0 35px 90px rgba(59, 38, 25, 0.08);
	transform: translate(-50%, -50%);
}

.sr-home-hero-products {
	position: absolute;
	inset: 25px 0 38px;
	contain: layout paint;
}

.sr-home-hero-product {
	--sr-hero-base-rotation: 0deg;
	--sr-hero-scroll-rotation: 0deg;
	--sr-hero-scroll-x: 0px;
	--sr-hero-scroll-y: 0px;
	--sr-hero-orbit-x: 0px;
	--sr-hero-orbit-y: 0px;
	--sr-hero-orbit-rotation: 0deg;
	--sr-hero-orbit-scale: 1;
	--sr-hero-orbit-opacity: 1;
	position: absolute;
	display: grid;
	place-items: center;
	overflow: hidden;
	border: 1px solid rgba(59, 38, 25, 0.09);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 24px 54px rgba(59, 38, 25, 0.14);
	transform:
		translate3d(var(--sr-hero-scroll-x), var(--sr-hero-scroll-y), 0)
		rotate(calc(var(--sr-hero-base-rotation) + var(--sr-hero-scroll-rotation)));
	transition: box-shadow 320ms ease;
}

.sr-home-hero-product img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sr-home-hero-product--1 {
	right: 12%;
	bottom: 0;
	z-index: 4;
	width: 47%;
	aspect-ratio: 0.92;
	--sr-hero-base-rotation: 1.5deg;
}

.sr-home-hero-product--2 {
	bottom: 2%;
	left: 4%;
	z-index: 3;
	width: 37%;
	aspect-ratio: 0.9;
	--sr-hero-base-rotation: -4deg;
}

.sr-home-hero-product--3 {
	top: 2%;
	right: 3%;
	z-index: 2;
	width: 31%;
	aspect-ratio: 0.94;
	--sr-hero-base-rotation: 5deg;
}

.sr-home-hero-product--4 {
	top: 8%;
	left: 16%;
	z-index: 1;
	width: 27%;
	aspect-ratio: 0.94;
	--sr-hero-base-rotation: -2deg;
}

.sr-home-hero__note {
	position: absolute;
	right: 1%;
	bottom: 4%;
	z-index: 6;
	display: grid;
	gap: 2px;
	max-width: 220px;
	padding: 14px 18px;
	border: 1px solid rgba(169, 63, 76, 0.16);
	border-radius: 14px;
	background: rgba(255, 253, 249, 0.94);
	box-shadow: 0 14px 34px rgba(59, 38, 25, 0.11);
}

.sr-home-hero__note strong {
	color: var(--sr-home-chocolate);
	font-size: 13px;
}

.sr-home-hero__note span {
	color: var(--sr-home-muted);
	font-size: 11px;
	line-height: 1.45;
}

.sr-home-hero__fallback {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 72%;
	opacity: 0.4;
	transform: translate(-50%, -50%);
}

/* Trust bar */

.sr-home-trust {
	position: relative;
	z-index: 4;
	margin-top: -34px;
}

.sr-home-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	overflow: hidden;
	border: 1px solid rgba(59, 38, 25, 0.13);
	border-radius: var(--sr-home-radius);
	background: rgba(255, 253, 249, 0.97);
	box-shadow: 0 18px 48px rgba(59, 38, 25, 0.08);
}

.sr-home-trust__item {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: center;
	gap: 14px;
	min-height: 116px;
	padding: 22px 17px;
	border-right: 1px solid var(--sr-home-line);
}

.sr-home-trust__item:last-child {
	border-right: 0;
}

.sr-home-icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(169, 63, 76, 0.19);
	border-radius: 50%;
	background: #fff8f1;
	color: var(--sr-home-burgundy);
}

.sr-home-icon svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.sr-home-trust__item div {
	display: grid;
	gap: 5px;
}

.sr-home-trust__item strong {
	color: var(--sr-home-chocolate);
	font-size: 13px;
	line-height: 1.3;
}

.sr-home-trust__item small {
	color: var(--sr-home-muted);
	font-size: 11px;
	line-height: 1.5;
}

/* Categories */

.sr-home-categories {
	padding-top: clamp(82px, 8vw, 112px);
	background: var(--sr-home-ivory);
}

.sr-home-category-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.sr-home-category-card {
	position: relative;
	min-height: 330px;
	overflow: hidden;
	border: 1px solid rgba(59, 38, 25, 0.11);
	border-radius: var(--sr-home-radius);
	background: var(--sr-home-beige);
	box-shadow: 0 14px 38px rgba(59, 38, 25, 0.055);
}

.sr-home-category-card:nth-child(1),
.sr-home-category-card:nth-child(6) {
	grid-column: span 2;
}

.sr-home-category-card__media,
.sr-home-category-card__overlay {
	position: absolute;
	inset: 0;
}

.sr-home-category-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 600ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.sr-home-category-card--kreme-i-filovi .sr-home-category-card__media img,
.sr-home-category-card--cokolade-i-kakao .sr-home-category-card__media img,
.sr-home-category-card--cokolade .sr-home-category-card__media img,
.sr-home-category-card--cokolada .sr-home-category-card__media img {
	object-position: center 45%;
}

.sr-home-category-card--boje-i-arome .sr-home-category-card__media img,
.sr-home-category-card--dekoracije .sr-home-category-card__media img {
	object-position: center 42%;
}

.sr-home-category-card--kalupi-i-alati .sr-home-category-card__media img,
.sr-home-category-card--kalupi-i-pribor .sr-home-category-card__media img,
.sr-home-category-card--ambalaza .sr-home-category-card__media img {
	object-position: center 48%;
}

.sr-home-category-card__overlay {
	background: linear-gradient(180deg, transparent 24%, rgba(23, 12, 8, 0.76) 100%);
}

.sr-home-category-card__content {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 4px 18px;
	padding: 26px;
	color: #fff;
}

.sr-home-category-card__content strong {
	grid-column: 1;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(25px, 2.2vw, 34px);
	font-weight: 600;
	line-height: 1.1;
}

.sr-home-category-card__content small {
	grid-column: 1;
	color: rgba(255, 255, 255, 0.74);
	font-size: 12px;
}

.sr-home-category-card__content > span {
	grid-column: 2;
	grid-row: 1 / span 2;
	align-self: center;
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}

.sr-home-category-card__content b {
	margin-left: 5px;
	font-size: 18px;
}

/* Products */

.sr-home-products-section--popular {
	background: #fffdf9;
}

.sr-home-products-section--new {
	background:
		linear-gradient(180deg, rgba(238, 226, 210, 0.68), rgba(248, 243, 234, 0.86));
}

.sr-home-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	overflow: visible;
}

.sr-home-product-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	border: 1px solid rgba(59, 38, 25, 0.11);
	border-radius: var(--sr-home-radius);
	background: #fff;
	box-shadow: 0 12px 34px rgba(59, 38, 25, 0.05);
	transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.sr-home-product-card__media {
	position: relative;
	display: grid;
	place-items: center;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #fff;
}

.sr-home-product-card__media img {
	width: 100%;
	height: 100%;
	padding: 14px;
	box-sizing: border-box;
	object-fit: contain;
	object-position: center;
	transition: transform 500ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.sr-home-product-card__hover-description {
	position: absolute;
	right: 12px;
	bottom: 12px;
	left: 12px;
	z-index: 3;
	display: -webkit-box;
	overflow: hidden;
	padding: 13px 14px;
	border: 1px solid rgba(169, 63, 76, 0.15);
	border-radius: 13px;
	background: rgba(255, 250, 244, 0.96);
	box-shadow: 0 12px 30px rgba(59, 38, 25, 0.12);
	color: var(--sr-home-chocolate);
	font-size: 12px;
	font-weight: 650;
	line-height: 1.45;
	opacity: 0;
	pointer-events: none;
	transform: translateY(10px);
	transition: opacity 220ms ease, transform 260ms ease;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.sr-home-product-card__badge {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 2;
	padding: 7px 11px;
	border-radius: 999px;
	background: var(--sr-home-burgundy);
	color: #fff;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.sr-home-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px;
}

.sr-home-product-card__pack {
	margin-bottom: 8px;
	color: var(--sr-home-caramel);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.sr-home-product-card__title {
	margin-bottom: 20px;
	font-family: inherit;
	font-size: 18px;
	font-weight: 760;
	letter-spacing: -0.015em;
}

.sr-home-product-card__title a {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.sr-home-product-card__footer {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 15px;
	margin-top: auto;
}

.sr-home-product-card__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

.sr-home-product-card__price {
	color: var(--sr-home-burgundy-dark);
	font-size: 20px;
	font-weight: 850;
}

.sr-home-product-card__price del {
	margin-right: 6px;
	color: var(--sr-home-muted);
	font-size: 14px;
	font-weight: 600;
}

.sr-home-product-card__price ins {
	text-decoration: none;
}

.sr-home-product-card__button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 46px;
	margin: 0 !important;
	padding: 10px 14px !important;
	border: 1px solid var(--sr-home-chocolate) !important;
	border-radius: 999px !important;
	background: var(--sr-home-chocolate) !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	text-align: center;
}

.sr-home-product-card__button.added::after {
	margin-left: 7px;
}

.sr-home-product-card__button--details {
	border-color: var(--sr-home-chocolate) !important;
	background: transparent !important;
	color: var(--sr-home-chocolate) !important;
	text-decoration: none;
}

/* Promo */

.sr-home-promo {
	overflow: hidden;
	background:
		radial-gradient(circle at 78% 38%, rgba(169, 63, 76, 0.28), transparent 30%),
		var(--sr-home-chocolate-deep);
	color: #fff8f1;
}

.sr-home-promo .sr-home-watermark--promo {
	top: 50%;
	left: -24%;
	width: min(72vw, 900px);
	filter: grayscale(1) brightness(3);
	opacity: 0.025;
	transform: translateY(-50%);
}

.sr-home-promo.is-in-view > .sr-home-watermark {
	opacity: 0.045;
	transform: translate3d(12px, -50%, 0);
}

.sr-home-promo__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
	align-items: center;
	gap: clamp(55px, 7vw, 100px);
	min-height: 450px;
}

.sr-home-promo__content {
	position: relative;
	z-index: 2;
	max-width: 590px;
}

.sr-home-promo .sr-home-eyebrow {
	color: #e2aa76;
}

.sr-home-promo h2 {
	color: #fffaf4;
}

.sr-home-promo__content > p:not(.sr-home-eyebrow) {
	margin-bottom: 30px;
	color: rgba(255, 248, 241, 0.76);
	font-size: 18px;
}

.sr-home-promo-products {
	position: relative;
	min-height: 410px;
}

.sr-home-promo-product {
	position: absolute;
	display: grid;
	place-items: center;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.sr-home-promo-product img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sr-home-promo-product > span {
	position: absolute;
	right: 10px;
	bottom: 10px;
	left: 10px;
	overflow: hidden;
	padding: 9px 12px;
	border-radius: 9px;
	background: rgba(39, 23, 15, 0.88);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sr-home-promo-product--1 {
	right: 29%;
	bottom: 4%;
	z-index: 3;
	width: 40%;
	aspect-ratio: 0.94;
	transform: rotate(-1deg);
}

.sr-home-promo-product--2 {
	top: 1%;
	right: 0;
	z-index: 2;
	width: 34%;
	aspect-ratio: 0.94;
	transform: rotate(5deg);
}

.sr-home-promo-product--3 {
	top: 9%;
	left: 0;
	z-index: 1;
	width: 33%;
	aspect-ratio: 0.94;
	transform: rotate(-5deg);
}

/* Benefits */

.sr-home-benefits {
	overflow: hidden;
	padding-top: clamp(76px, 7.4vw, 104px);
	padding-bottom: clamp(76px, 7.4vw, 104px);
	background: var(--sr-home-ivory);
}

.sr-home-watermark--benefits {
	top: 50%;
	right: -28%;
	transform: translateY(-50%);
}

.sr-home-benefits.is-in-view > .sr-home-watermark {
	transform: translate3d(-16px, -51%, 0);
}

.sr-home-benefit-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.sr-home-benefit-card {
	position: relative;
	min-height: 232px;
	padding: 28px;
	border: 1px solid rgba(59, 38, 25, 0.12);
	border-top: 3px solid rgba(200, 132, 69, 0.7);
	border-radius: var(--sr-home-radius);
	background: rgba(255, 253, 249, 0.86);
	box-shadow: 0 14px 38px rgba(59, 38, 25, 0.045);
}

.sr-home-benefit-card > span {
	display: inline-grid;
	place-items: center;
	width: 43px;
	height: 43px;
	margin-bottom: 22px;
	border: 1px solid rgba(169, 63, 76, 0.2);
	border-radius: 50%;
	color: var(--sr-home-burgundy);
	font-size: 12px;
	font-weight: 850;
}

.sr-home-benefit-card > span svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.sr-home-benefit-card h3 {
	margin-bottom: 13px;
}

.sr-home-benefit-card p {
	margin-bottom: 0;
	color: var(--sr-home-muted);
	font-size: 14px;
	line-height: 1.7;
}

.sr-home-brand-recommendation {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 25px;
	padding: 7px 12px;
	border: 1px solid rgba(169, 63, 76, 0.2);
	border-radius: 999px;
	background: rgba(255, 253, 249, 0.72);
	color: var(--sr-home-burgundy);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.sr-home-proof {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: -8px 0 34px;
	padding: 14px 0;
	border-top: 1px solid rgba(169, 63, 76, 0.2);
	border-bottom: 1px solid rgba(200, 132, 69, 0.24);
	color: var(--sr-home-muted);
	font-size: 13px;
	font-weight: 700;
	text-align: left;
}

.sr-home-proof span {
	position: relative;
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	min-height: 60px;
	padding: 10px 12px;
	border: 1px solid rgba(169, 63, 76, 0.14);
	border-radius: 13px;
	background: rgba(255, 253, 249, 0.7);
	line-height: 1.35;
}

.sr-home-proof span::before {
	content: "✓";
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(169, 63, 76, 0.22);
	border-radius: 50%;
	background: #fff8f1;
	color: var(--sr-home-burgundy);
	font-size: 15px;
	font-weight: 900;
	grid-column: 1;
	grid-row: 1 / span 2;
}

.sr-home-proof strong {
	grid-column: 2;
	grid-row: 1;
	color: var(--sr-home-burgundy-dark);
	font-size: 17px;
}

.sr-home-proof b {
	grid-column: 2;
	grid-row: 2;
	color: var(--sr-home-chocolate);
	font-size: 12px;
	font-weight: 750;
}

.sr-home-proof span > b:only-child {
	align-self: center;
	grid-row: 1 / span 2;
}

/* Recipes */

.sr-home-recipes {
	background: #fffdf9;
}

.sr-home-recipe-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.sr-home-recipe-card {
	overflow: hidden;
	border: 1px solid rgba(59, 38, 25, 0.11);
	border-radius: var(--sr-home-radius);
	background: #fff;
	box-shadow: 0 14px 38px rgba(59, 38, 25, 0.05);
}

.sr-home-recipe-card__media {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: var(--sr-home-beige);
}

.sr-home-recipe-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 600ms ease;
}

.sr-home-recipe-card__body {
	padding: 21px;
}

.sr-home-recipe-card__label {
	display: block;
	margin-bottom: 11px;
	color: var(--sr-home-burgundy);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.sr-home-recipe-card__author {
	display: block;
	margin: -3px 0 12px;
	color: var(--sr-home-muted);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
}

.sr-home-recipe-card h3 {
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 23px;
	font-weight: 600;
}

.sr-home-recipe-card p {
	display: -webkit-box;
	overflow: hidden;
	margin-bottom: 18px;
	color: var(--sr-home-muted);
	font-size: 14px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.sr-home-recipe-card__links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	padding-top: 16px;
	border-top: 1px solid var(--sr-home-line);
}

.sr-home-recipe-card__links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 9px 11px;
	border: 1px solid var(--sr-home-burgundy-dark);
	border-radius: 999px;
	background: var(--sr-home-burgundy-dark);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
}

.sr-home-recipe-card__links a + a {
	border-color: rgba(169, 63, 76, 0.25);
	background: #fff8f1;
	color: var(--sr-home-burgundy-dark);
}

/* Brands */

.sr-home-brands {
	padding-top: 64px;
	padding-bottom: 64px;
	background: var(--sr-home-beige-soft);
}

.sr-home-brand-list {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
}

.sr-home-brand {
	display: grid;
	place-items: center;
	min-width: 145px;
	min-height: 82px;
	padding: 17px 24px;
	border: 1px solid rgba(59, 38, 25, 0.11);
	border-radius: 14px;
	background: rgba(255, 253, 249, 0.74);
	color: var(--sr-home-chocolate);
	filter: saturate(0.3);
	transition: filter 200ms ease, background-color 200ms ease, transform 200ms ease;
}

.sr-home-brand img {
	width: auto;
	max-width: 112px;
	max-height: 46px;
	object-fit: contain;
}

.sr-home-brand span {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 19px;
	font-weight: 700;
	text-align: center;
}

/* Reviews */

.sr-home-reviews {
	background: var(--sr-home-ivory-light);
}

.sr-home-review-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.sr-home-review-card {
	margin: 0;
	padding: 28px;
	border: 1px solid rgba(59, 38, 25, 0.11);
	border-radius: var(--sr-home-radius);
	background: var(--sr-home-ivory);
}

.sr-home-review-card__stars {
	margin-bottom: 18px;
	color: var(--sr-home-burgundy);
	font-size: 17px;
	letter-spacing: 0.1em;
}

.sr-home-review-card > p {
	min-height: 96px;
	margin-bottom: 24px;
	color: #4d4038;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 19px;
	line-height: 1.55;
}

.sr-home-review-card footer {
	display: grid;
	gap: 3px;
	padding-top: 17px;
	border-top: 1px solid var(--sr-home-line);
}

.sr-home-review-card footer strong {
	font-size: 13px;
}

.sr-home-review-card footer span {
	color: var(--sr-home-muted);
	font-size: 11px;
}

.sr-home-reviews-placeholder {
	max-width: 720px;
	margin: 0 auto;
	padding: 34px;
	border: 1px dashed rgba(169, 63, 76, 0.28);
	border-radius: var(--sr-home-radius);
	background: var(--sr-home-ivory);
	text-align: center;
}

.sr-home-reviews-placeholder strong {
	display: block;
	margin-bottom: 7px;
	color: var(--sr-home-chocolate);
	font-size: 18px;
}

.sr-home-reviews-placeholder p {
	margin-bottom: 0;
	color: var(--sr-home-muted);
}

/* Newsletter */

.sr-home-newsletter {
	overflow: hidden;
	background: var(--sr-home-burgundy-dark);
	color: #fff8f2;
}

.sr-home-watermark--newsletter {
	top: 50%;
	right: -14%;
	width: min(62vw, 760px);
	filter: grayscale(1) brightness(4);
	opacity: 0.028;
	transform: translateY(-50%);
}

.sr-home-newsletter.is-in-view > .sr-home-watermark {
	opacity: 0.048;
	transform: translate3d(-10px, -50%, 0);
}

.sr-home-newsletter__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(440px, 0.82fr);
	align-items: center;
	gap: clamp(45px, 7vw, 100px);
}

.sr-home-newsletter .sr-home-eyebrow {
	color: #edbd8e;
}

.sr-home-newsletter h2 {
	max-width: 780px;
	margin-bottom: 16px;
	color: #fffaf5;
}

.sr-home-newsletter__content > p:not(.sr-home-eyebrow) {
	margin-bottom: 0;
	color: rgba(255, 248, 242, 0.78);
	font-size: 17px;
}

.sr-home-newsletter__form-wrap {
	position: relative;
	z-index: 2;
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--sr-home-radius);
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(8px);
}

.sr-home-newsletter-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
}

.sr-home-newsletter-form input {
	width: 100%;
	min-height: 54px;
	padding: 12px 18px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 999px;
	background: #fffdf9;
	color: var(--sr-home-ink);
}

.sr-home-newsletter-form button {
	min-height: 54px;
	padding: 12px 22px;
	border: 0;
	border-radius: 999px;
	background: var(--sr-home-caramel-light);
	color: var(--sr-home-chocolate-deep);
	font-weight: 850;
	cursor: pointer;
}

.sr-home-newsletter__form-wrap > small {
	display: block;
	margin-top: 12px;
	color: rgba(255, 248, 242, 0.65);
	font-size: 10px;
}

.sr-home-form-message {
	margin-bottom: 12px;
	padding: 10px 13px;
	border-radius: 9px;
	font-size: 12px;
	font-weight: 700;
}

.sr-home-form-message--success {
	background: rgba(238, 241, 231, 0.15);
	color: #f4fae9;
}

.sr-home-form-message--error {
	background: rgba(255, 222, 222, 0.15);
	color: #fff1f1;
}

/* Footer CTA */

.sr-home-footer-cta {
	padding-top: 46px;
	padding-bottom: 46px;
	background: var(--sr-home-ivory);
}

.sr-home-footer-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
	padding-top: 38px;
	padding-bottom: 38px;
	border-top: 1px solid rgba(59, 38, 25, 0.16);
	border-bottom: 1px solid rgba(59, 38, 25, 0.16);
}

.sr-home-footer-cta__inner > div:first-child {
	max-width: 720px;
}

.sr-home-footer-cta h2 {
	margin-bottom: 0;
	font-size: clamp(33px, 3.7vw, 51px);
}

/* Motion */

.sr-home.sr-home-motion-enabled .sr-home-reveal,
.sr-home.sr-home-motion-enabled .sr-home-reveal-item {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 650ms ease, transform 760ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.sr-home.sr-home-motion-enabled .sr-home-reveal.is-visible,
.sr-home.sr-home-motion-enabled .sr-home-reveal-item.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.sr-home-stagger .sr-home-reveal-item:nth-child(2) {
	transition-delay: 80ms;
}

.sr-home-stagger .sr-home-reveal-item:nth-child(3) {
	transition-delay: 160ms;
}

.sr-home-stagger .sr-home-reveal-item:nth-child(4) {
	transition-delay: 240ms;
}

.sr-home-stagger .sr-home-reveal-item:nth-child(5) {
	transition-delay: 80ms;
}

.sr-home-stagger .sr-home-reveal-item:nth-child(6) {
	transition-delay: 160ms;
}

.sr-home-stagger .sr-home-reveal-item:nth-child(7) {
	transition-delay: 240ms;
}

.sr-home-stagger .sr-home-reveal-item:nth-child(8) {
	transition-delay: 320ms;
}

/* Hover samo na uređajima s mišem */

@media (hover: hover) and (pointer: fine) {
	.sr-home-button:hover {
		transform: translateY(-2px);
	}

	.sr-home-button--primary:hover {
		background: var(--sr-home-chocolate-deep);
		box-shadow: 0 16px 34px rgba(39, 23, 15, 0.22);
	}

	.sr-home-button--secondary:hover {
		border-color: var(--sr-home-burgundy);
		color: var(--sr-home-burgundy-dark) !important;
	}

	.sr-home-text-link:hover span {
		transform: translateX(4px);
	}

	.sr-home-hero-product:hover {
		z-index: 7;
		box-shadow: 0 30px 68px rgba(59, 38, 25, 0.2);
	}

	.sr-home-category-card:hover .sr-home-category-card__media img,
	.sr-home-recipe-card:hover .sr-home-recipe-card__media img {
		transform: scale(1.045);
	}

	.sr-home-product-card:hover {
		z-index: 8;
		transform: translateY(-5px) scale(1.03);
		border-color: rgba(169, 63, 76, 0.24);
		box-shadow: 0 28px 62px rgba(59, 38, 25, 0.15);
	}

	.sr-home-product-card:hover .sr-home-product-card__media img {
		transform: scale(1.025);
	}

	.sr-home-product-card:hover .sr-home-product-card__hover-description {
		opacity: 1;
		transform: translateY(0);
	}

	.sr-home-product-card__button:hover {
		background: var(--sr-home-burgundy-dark) !important;
		border-color: var(--sr-home-burgundy-dark) !important;
	}

	.sr-home-benefit-card:hover {
		transform: translateY(-3px);
		border-color: rgba(169, 63, 76, 0.22);
	}

	.sr-home-brand:hover {
		background: #fffdf9;
		filter: none;
		transform: translateY(-2px);
	}
}

/* Tablet */

@media (max-width: 1100px) {
	.sr-home-hero {
		min-height: auto;
	}

	.sr-home-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(410px, 0.88fr);
		gap: 38px;
	}

	.sr-home-hero__visual {
		min-height: 520px;
	}

	.sr-home-trust__grid,
	.sr-home-benefit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sr-home-trust__item {
		border-right: 1px solid var(--sr-home-line);
		border-bottom: 1px solid var(--sr-home-line);
	}

	.sr-home-trust__item:nth-child(2n) {
		border-right: 0;
	}

	.sr-home-trust__item:last-child {
		grid-column: 1 / -1;
		border-right: 0;
		border-bottom: 0;
	}

	.sr-home-category-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.sr-home-category-card:nth-child(1),
	.sr-home-category-card:nth-child(6) {
		grid-column: span 1;
	}

	.sr-home-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sr-home-promo__grid {
		grid-template-columns: minmax(0, 0.85fr) minmax(430px, 1.15fr);
		gap: 35px;
	}
}

@media (max-width: 900px) {
	.sr-home-hero__grid,
	.sr-home-promo__grid,
	.sr-home-newsletter__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.sr-home-hero__content {
		max-width: 760px;
	}

	.sr-home-hero__visual {
		width: min(100%, 680px);
		margin: 24px auto 0;
	}

	.sr-home-promo__content {
		max-width: 720px;
	}

	.sr-home-promo-products {
		width: min(100%, 660px);
		margin: 0 auto;
	}

	.sr-home-recipe-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sr-home-recipe-card:last-child {
		grid-column: 1 / -1;
		max-width: calc(50% - 11px);
	}

	.sr-home-footer-cta__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

/* Mobile */

@media (max-width: 680px) {
	.sr-home {
		--sr-home-gutter: 16px;
		font-size: 15px;
	}

	.sr-home-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.sr-home h1 {
		margin-bottom: 20px;
		font-size: clamp(43px, 12.5vw, 58px);
		line-height: 1.01;
	}

	.sr-home h2 {
		font-size: clamp(34px, 10vw, 45px);
	}

	.sr-home-eyebrow {
		margin-bottom: 13px;
		font-size: 10px;
	}

	.sr-home-actions {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		margin-top: 46px;
		width: 100%;
	}

	.sr-home-button {
		width: 100%;
		min-height: 52px;
	}

	.sr-home-section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 21px;
		margin-bottom: 38px;
	}

	.sr-home-section-heading p:not(.sr-home-eyebrow) {
		font-size: 15px;
	}

	.sr-home-watermark {
		display: none;
	}

	.sr-home-hero {
		padding-top: 28px;
		padding-bottom: 30px;
	}

	.sr-home-hero__description {
		margin-bottom: 0;
		font-size: 17px;
	}

	.sr-home-hero__content {
		isolation: isolate;
		min-height: 0;
		padding-bottom: 0;
	}

	.sr-home-hero__content > * {
		position: relative;
		z-index: 2;
	}

	.sr-home-hero__content::after {
		content: "";
		position: absolute;
		z-index: 0;
		inset: -18px -16px -22px;
		background-image: url("../images/sr-mobile-hero-shop-scene-v2.webp");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		opacity: .42;
		filter: contrast(1.03) saturate(.92);
		mix-blend-mode: multiply;
		-webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .72) 0, #000 12%, #000 88%, rgba(0, 0, 0, .82) 100%);
		mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .72) 0, #000 12%, #000 88%, rgba(0, 0, 0, .82) 100%);
		pointer-events: none;
	}

	.sr-home-hero__trust {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 8px;
		margin-top: 14px;
		padding: 0 2px;
		font-size: 13px;
		line-height: 1.5;
	}

	.sr-home-hero__trust-block {
		display: none;
	}

	.sr-home-hero__secure-badge {
		width: 100%;
		justify-content: center;
		max-width: 100%;
		margin: 0;
		padding: 11px 13px;
		font-size: 12px;
		text-align: center;
	}

	.sr-home-hero__trust span::before {
		content: "✓";
		margin-right: 7px;
		color: var(--sr-home-burgundy);
	}

	.sr-home-hero__trust span::after {
		display: none;
	}

	.sr-home-hero__visual {
		display: none;
	}

	.sr-home-mobile-recommended {
		display: block;
		width: 100%;
		margin-top: 0;
		padding-top: 26px;
		border-top: 1px solid var(--sr-home-line);
	}

	.sr-home-mobile-recommended h2 {
		margin-bottom: 22px;
		font-size: clamp(30px, 8.5vw, 39px);
		line-height: 1.06;
	}

	.sr-home-trust {
		margin-top: 0;
	}

	.sr-home-trust__grid {
		grid-template-columns: minmax(0, 1fr);
		border-radius: 16px;
	}

	.sr-home-trust__item {
		min-height: 100px;
		padding: 20px;
		border-right: 0;
		border-bottom: 1px solid var(--sr-home-line);
	}

	.sr-home-trust__item:last-child {
		border-bottom: 0;
	}

	.sr-home-trust__item strong {
		font-size: 14px;
	}

	.sr-home-categories {
		padding-top: 96px;
	}

	.sr-home-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.sr-home-category-card {
		min-height: 215px;
		border-radius: 15px;
	}

	.sr-home-category-card__content {
		display: block;
		padding: 14px;
	}

	.sr-home-category-card__content strong,
	.sr-home-category-card__content small,
	.sr-home-category-card__content > span {
		display: block;
	}

	.sr-home-category-card__content strong {
		margin-bottom: 5px;
		font-size: 19px;
	}

	.sr-home-category-card__content > span {
		display: none;
	}

	.sr-home-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.sr-home-product-card {
		border-radius: 15px;
	}

	.sr-home-product-card__body {
		padding: 13px;
	}

	.sr-home-product-card__media {
		aspect-ratio: 1 / 0.92;
	}

	.sr-home-product-card__media img {
		padding: 10px;
	}

	.sr-home-product-card__pack {
		margin-bottom: 5px;
		font-size: 9px;
	}

	.sr-home-product-card__title {
		min-height: 35px;
		margin-bottom: 11px;
		font-size: 14px;
		line-height: 1.25;
	}

	.sr-home-product-card__price {
		font-size: 15px;
	}

	.sr-home-product-card__footer {
		gap: 10px;
	}

	.sr-home-product-card__button {
		min-height: 42px;
		padding: 8px 5px !important;
		font-size: 10px !important;
	}

	.sr-home-product-card__actions {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.sr-home-product-card__badge {
		top: 9px;
		left: 9px;
		padding: 5px 8px;
		font-size: 8px;
	}

	.sr-home-promo {
		padding-bottom: 84px;
	}

	.sr-home-promo-products {
		min-height: 330px;
	}

	.sr-home-promo-product--1 {
		right: 25%;
		width: 47%;
	}

	.sr-home-promo-product--2 {
		width: 38%;
	}

	.sr-home-promo-product--3 {
		width: 38%;
	}

	.sr-home-recipe-grid,
	.sr-home-review-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.sr-home-benefit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.sr-home-benefit-card {
		min-height: auto;
		padding: 19px;
	}

	.sr-home-benefit-card > span {
		width: 38px;
		height: 38px;
		margin-bottom: 15px;
	}

	.sr-home-benefit-card h3 {
		margin-bottom: 8px;
		font-size: 16px;
	}

	.sr-home-benefit-card p {
		font-size: 12.5px;
		line-height: 1.6;
	}

	.sr-home-proof {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		align-items: stretch;
		gap: 8px;
		margin-top: -4px;
		margin-bottom: 28px;
		padding: 12px 0;
		text-align: left;
	}

	.sr-home-proof span {
		display: grid;
		grid-template-columns: 28px minmax(0, 1fr);
		grid-template-rows: auto 1fr;
		align-items: start;
		gap: 4px 7px;
		min-height: 106px;
		padding: 10px 8px;
		font-size: 11px;
	}

	.sr-home-proof span::before {
		width: 28px;
		height: 28px;
		font-size: 14px;
	}

	.sr-home-proof strong {
		font-size: 16px;
	}

	.sr-home-proof b {
		font-size: 10px;
		line-height: 1.35;
	}

	.sr-home-recipe-card:last-child {
		grid-column: auto;
		max-width: none;
	}

	.sr-home-recipe-card__links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sr-home-recipe-card__body {
		padding: 18px;
	}

	.sr-home-recipe-card h3 {
		font-size: 21px;
	}

	.sr-home-recipe-card__links a {
		min-height: 42px;
		padding: 8px 7px;
		font-size: 10px;
	}

	.sr-home-product-card__hover-description {
		display: none;
	}

	/*
	 * Mobilni sadržaj se ne skriva prije ulaska u viewport. Ovo pravilo
	 * pokriva i slučaj kada stari cache nakratko zadrži motion klasu.
	 */
	.sr-home.sr-home-motion-enabled .sr-home-reveal,
	.sr-home.sr-home-motion-enabled .sr-home-reveal-item {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.sr-home-brand {
		flex: 1 1 calc(50% - 6px);
		min-width: 0;
		padding: 14px;
	}

	.sr-home-newsletter-form {
		grid-template-columns: minmax(0, 1fr);
	}

	.sr-home-newsletter__form-wrap {
		padding: 20px;
	}

	.sr-home-footer-cta {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.sr-home-footer-cta__inner {
		gap: 28px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

/* Jedinstvene single-product merchandise sekcije. */
.sr-single-merchandise {
	width: min(calc(100% - 48px), 1280px);
	margin: 0 auto;
	padding: 30px 0 92px;
	overflow: visible;
	background: transparent;
}

.sr-single-merchandise__section + .sr-single-merchandise__section {
	margin-top: 72px;
}

.sr-single-merchandise__section > h2 {
	margin: 0 0 28px;
	font-size: clamp(34px, 3.5vw, 50px);
}

.sr-single-merchandise .sr-home-product-grid {
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
}

.sr-single-merchandise .sr-home-product-card__body {
	padding: 14px;
}

.sr-single-merchandise .sr-home-product-card__title {
	font-size: 15px;
}

.sr-single-merchandise .sr-home-product-card__actions {
	grid-template-columns: minmax(0, 1fr);
}

@media (max-width: 1100px) {
	.sr-single-merchandise .sr-home-product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.sr-single-merchandise {
		width: calc(100% - 24px);
		padding: 16px 0 68px;
	}

	.sr-single-merchandise__section + .sr-single-merchandise__section {
		margin-top: 52px;
	}

	.sr-single-merchandise__section > h2 {
		margin-bottom: 20px;
		font-size: clamp(29px, 8vw, 36px);
	}

	.sr-single-merchandise .sr-home-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.sr-single-merchandise .sr-home-product-card:nth-child(n + 5) {
		display: none;
	}
}

@media (max-width: 359px) {
	.sr-home-category-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.sr-home-category-card {
		min-height: 260px;
	}

	.sr-home-product-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.sr-home-mobile-recommended .sr-home-product-grid,
	.sr-single-merchandise .sr-home-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sr-home-benefit-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

body.home .scroll-to-top {
	right: 18px;
	bottom: 22px;
	z-index: 950;
}

@media (max-width: 680px) {
	body.home .scroll-to-top {
		right: 12px;
		bottom: 14px;
		width: 42px;
		height: 42px;
	}
}

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

	.sr-home.sr-home-motion-enabled .sr-home-reveal,
	.sr-home.sr-home-motion-enabled .sr-home-reveal-item {
		opacity: 1 !important;
		transform: none !important;
	}

	.sr-home-watermark {
		transform: none !important;
	}
}
