/*
Theme Name: Grace
Text Domain:  Grace
Author: ConcordSoft Solutions
Description: Grace Theme
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


html {
	margin: 0 !important;
	overflow: auto !important;
}

:root {
	--main-color: #151515;
	--heading-color: #000;
	--text-color: #6C6C6C;
	--background-color: #fff;
	--accent-color: #DED3BF;
	--light-color: #F9F7EB;
	--border-color: #DED3BF;
}

body {
	padding: 0 !important;
	margin: 0;
	overflow: auto !important;
	font-family: "Montserrat", sans-serif;
	background-color: var(--background-color) !important;


}


@font-face {
	font-family: 'Goldenbook';
	src: url('../grace/assets/fonts/Goldenbook.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'BodoniModa';
	src: url('../grace/assets/fonts/BodoniModa.ttf') format('opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Fontspring';
	src: url('../grace/assets/fonts/Fontspring.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

* {
	box-sizing: border-box;
}

p, ul li {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: var(--text-color);
}

p.large {
	font-size: 16px !important;
	line-height: 28px !important;
}

section a {
	color: var(--main-color);
	text-decoration: none;
	transition: 0.3s ease-in-out;
}

h1, h2, h3, h4, h5, h6 {
	color: var(--heading-color);

}

h1 {

	font-family: 'Goldenbook';
	font-size: 22px !important;
	line-height: normal;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
}


h2 {
	font-family: 'Goldenbook';
	font-size: 22px;
	line-height: normal;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
}

@media (min-width: 1400px) {
	.wp-theme-grace .container, .wp-theme-grace .container-lg, .wp-theme-grace .container-md, .wp-theme-grace .container-sm, .wp-theme-grace .container-xl, .wp-theme-grace .container-xxl {
		max-width: 1225px;
	}

}

.privacy-template.site-main {
	padding: 50px 0 100px;
}

.accent-color {
	color: var(--accent-color) !important;
}

.light-color, .light-color p, .light-color a {
	color: var(--light-color) !important;
}

.main-button {
	background-color: #fff;
	color: var(--main-color);
	text-align: center;
	font-family: Goldenbook;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 15px 27px;
	transition: all 0.3s ease-in-out;
	border: 1px solid #fff;
}

.main-button:hover {
	background-color: transparent !important;
	color: #fff !important;
	border-color: #fff !important;
}

/* --- HEADER STILIZACIJA --- */
.site-header {
	position: relative;
	width: 100%;
	z-index: 100;
	height: 102px;
	display: flex;
	align-items: center;
	background-color: #fff;
	color: var(--main-color);
}

.home .site-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	height: 102px;
	display: flex;
	align-items: center;
	background-color: transparent !important;

}

.site-header.sticky-active span:where(.wc-block-mini-cart__badge) {
	color: #fff !important;
	background: var(--main-color) !important;
}

.site-header.transparent-header.sticky-active span:where(.wc-block-mini-cart__badge) {
	color: #fff !important;
	background: var(--main-color) !important;
}

@media screen and (min-width: 769px) {
	.home .site-header.transparent-header:before {
		content: '';
		background-color: #fff !important;
		color: var(--main-color) !important;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		display: block;
		transform: scaleY(0);
		height: 100%;
		will-change: transform;
		transform-origin: top;
		transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1) 0s; /* bez delay-a na hover */
		z-index: -1; /* pobrini se da ispod mega menu-wrapper bude */
	}

	.home .site-header.transparent-header:hover:before {
		transform: scaleY(1);

	}

	.home .site-header.transparent-header.search-open:before {
		transform: scaleY(1);
	}

	/* Opcionalno: menjanje boje widgeta desno u headeru */
	.home .site-header.transparent-header:hover .header-widgets-right {
		color: var(--main-color) !important;
		z-index: 9999;
	}

	.home .site-header.transparent-header:not(:hover):before {
		transition: transform 0.8s cubic-bezier(0.3, 0.1, 0.3, 1) 0.4s;
		/* čekaj 0.4s = trajanje zatvaranja mega menija */
	}


	/* Kada header više NIJE hoverovan – odloži promenu boje */
	.home .site-header.transparent-header .main-nav-left > li > a {
		transition: color 0.3s ease 0.4s !important; /* 0.4s delay */
	}


	/*.home .site-header.transparent-header:hover {
		background-color: #fff !important;
		color: var(--main-color) !important;

	}*/
	.home .site-header.transparent-header:hover .header-menu-left a {
		color: var(--main-color) !important;
	}


	.home .site-header.transparent-header .header-logo .dark-logo {
		opacity: 0;
	}

	.home .site-header.transparent-header .header-logo .light-logo {
		opacity: 1
	}

	.home .site-header.transparent-header:hover .header-logo .light-logo {
		opacity: 0;
	}

	.home .site-header.transparent-header:hover .header-logo .dark-logo {
		opacity: 1;
	}


	.home .site-header.transparent-header.sticky-active .header-logo .dark-logo {
		opacity: 1 !important;
	}

	.home .site-header.transparent-header.sticky-active .header-logo .light-logo {
		opacity: 0 !important;
	}

}

.transparent-header.sticky-active .header-menu-left a, .transparent-header.sticky-active .header-widgets-right a, .transparent-header.sticky-active .wc-block-mini-cart__button {
	color: var(--main-color) !important;
}

@media screen and (max-width: 769px) {
	.home .site-header.transparent-header .header-logo .dark-logo {
		opacity: 1 !important;
	}

	.home .site-header.transparent-header .header-logo .light-logo {
		opacity: 0 !important;
	}
}

.home .transparent-header {
	background-color: transparent;
	color: #fff;
}

/*
.home .sticky-header span:where(.wc-block-mini-cart__badge) {
	color: var(--main-color) !important;
}*/

.header-inner {
	width: 100%;

	height: 102px;
	margin: 0 auto;
	padding: 0;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	justify-content: space-between;
}


/* LOGO CENTRIRANJE */
.header-logo {
	text-align: center;
	position: relative;
	margin: 0 auto;
}

.header-logo img {
	height: 62px;
	width: auto;
	display: block;
	margin: 0 auto;
}

.header-logo .light-logo {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.home .site-header .header-logo .light-logo {
	opacity: 0;
	transition: opacity 0.3s ease 0.4s !important; /* 0.4s delay */
}

.home .site-header .header-logo .dark-logo {
	transition: opacity 0.3s ease 0.4s !important; /* 0.4s delay */
}

.transparent-header.site-header .search-icon svg path {
	stroke: #fff !important;
}


.transparent-header.site-header:hover .search-icon svg path, .transparent-header.site-header:hover .account-icon svg g {
	stroke: #151515 !important;
}

.transparent-header.sticky-active .search-icon svg path {
	stroke: #151515 !important;
}

.transparent-header.site-header .account-icon svg g {
	stroke: #fff !important;
}

.transparent-header.sticky-active .account-icon svg g {
	stroke: #151515 !important;
}

.site-header.transparent-header.search-open .search-icon svg path, .site-header.transparent-header.search-open .account-icon svg g {
	stroke: #151515 !important;
}

/* LEVI MENI */
.header-menu-left ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 30px;
}

.header-menu-left a {
	color: var(--heading-color);
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 200% */
	letter-spacing: 2px;
}

.transparent-header .header-menu-left a {
	color: #fff;
}

/* DESNI WIDGETI */
.header-widgets-right {
	display: flex;
	gap: 25px;
	align-items: center;
	font-size: 16px;
}

.header-widgets-right a {
	color: inherit;
	text-decoration: none;
}

.header-widgets-right .widget-item.account-icon svg {
	width: 16px;
}

.header-widgets-right .widget-item.search-icon svg {
	width: 18px;
}

.widget-item.language-switcher {
	position: relative;
}

.widget-item.language-switcher:after {
	content: '';
	height: 1px;
	width: 0;
	background-color: currentColor;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -4px;
	transition: width 0.3s ease-in-out;
}

.widget-item.language-switcher:hover:after {
	width: 100%;
}

.header-widgets-right .woocommerce-cart-contents {
	display: none;
}

.header-widgets-right .language-switcher a {
	font-size: 14px;
	text-transform: uppercase;
	transition: color 0.3s ease 0.4s !important; /* 0.4s delay */
}

.header-widgets-right a.search-toggle svg path, .header-widgets-right .account-icon a svg path {
	transition: stroke 0.3s ease 0.4s !important; /* 0.4s delay */
}

.header-widgets-right .wc-block-mini-cart__button svg path, .header-widgets-right .wc-block-mini-cart__button svg {
	transition: all 0.3s ease 0.4s !important; /* 0.4s delay */
}

.header-widgets-right a {
	transition: color 0.3s ease 0.4s !important; /* 0.4s delay */
}

.header-widgets-right .wc-block-mini-cart__badge {
	transition: all 0.3s ease 0.4s !important; /* 0.4s delay */
}

/*.transparent-header .header-widgets-right .language-switcher a {

    color: #fff;
}*/

/*.sticky-header {

	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff !important;
	z-index: 1000 !important;
	height: 102px;
	opacity: 0;
	visibility: hidden;
	align-items: center;
	transition: opacity 0.3s ease-in-out, visibility 0.3s linear;
}

.sticky-header.sticky-active {
	opacity: 1;
	visibility: visible;
	display: flex;
	transition: opacity 0.3s ease-in-out;
}

.sticky-header .container {
	margin: 0 auto;
}*/

#site-header {
	transition: transform 0.4s ease, opacity 0.3s ease;
}

#site-header.sticky-header-hidden {
	opacity: 0;
	visibility: hidden;
	height: 0;
}

#site-header.full-header:before {
	content: '';
	background-color: #fff !important;
	color: var(--main-color) !important;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: block;
	transform: scaleY(0);
	height: 100%;
	will-change: transform;
	transform-origin: top;
	transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1) 0s; /* bez delay-a na hover */
	z-index: -1;


}

#site-header.sticky-active {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: transparent !important;
	z-index: 1000 !important;
	opacity: 1;
	visibility: visible;
	align-items: center;

}


#site-header.sticky-active:before {
	transform: scaleY(1);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	background-color: #fff !important;
}

/* --- HERO SEKCIJA STILIZACIJA --- */
.hero-section {
	position: relative;
	display: flex;
	align-items: flex-end;
	padding: 100px 5% 5% 5%;
	box-sizing: border-box;
	color: #fff;
	height: 100vh;
}


.hero-background-media {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/* POZADINSKA SLIKA */
.hero-background-image {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

/* POZADINSKI VIDEO */
.hero-background-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* OVERLAY (ZATAMNJENJE) */
.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 2;
}

/* HERO CONTENT (NASLOV I DUGME) */
.hero-content {
	position: relative;
	z-index: 3;
	padding-bottom: 50px;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;

	text-align: left;
}

.hero-content .main-title {
	margin-bottom: 50px;
	font-family: 'Goldenbook' !important;
	letter-spacing: 3px;
	font-weight: 400 !important;
	color: #fff;
}

/*
.hero-section .container {
	padding: 0 !important;
}*/

/* Footer Section Styling */
.container.container-footer {
	max-width: 1225px !important;
}

.container-footer-bottom {
	margin: auto;
	display: flex;

}

.footer-link, .footer-section a, .footer-section li {
	text-decoration: none;
	font-size: 14px;
	color: #fff !important;
}

.footer-link:hover, .footer-section a:hover {
	text-decoration: none;
}

.footer-bottom .container {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	padding: 20px 0 33px;
}

.g-custom-10.row {
	--bs-gutter-x: 30.5rem !important;
}


.footer-section {
	background-color: var(--main-color);
	color: #fff !important;
	padding: 54px 0 0;
}

.footer-section .first-column {
	padding-right: 0;
	padding-left: 0;
}

.footer-section .widget.widget_block {
	margin-bottom: 0;
}

.footer-section .ft-menu ul li {
	color: #FFF;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 2px;
}

.footer-section .ft-menu.small ul li {
	text-transform: none;
}

/*.footer-top-background {
	background: url('assets/images/svg-footer-top.svg') no-repeat center center/cover;;
	display: block;
	height: 148px;
	margin-bottom: -3px;
}*/
.footer-section .first-column img, .footer-section .first-column svg {
	margin-bottom: 35px !important;
}

.footer-section .first-column p {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: -0.24px;
}

.widget-title, .footer-section .widget h4 {
	font-family: "Montserrat", sans-serif;
	font-size: 14px !important;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 7px;
	color: #fff !important;
	text-transform: uppercase;
}

.widget {
	margin-bottom: 20px;
}

.widget p {
	color: #fff !important;
	margin: 0 0 10px;
}

.widget a {
	color: #fff;
	text-decoration: none;
	position: relative;
}

.widget .ft-menu a:before {
	content: '';
	height: 1px;
	width: 0;
	background-color: currentColor;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: width 0.3s ease-in-out;
}

.widget .ft-menu a:hover:before {
	width: 100%;
}

.footer-bottom {
	margin-top: 45px;
}

.footer-bottom p, .footer-bottom a {
	color: #fff !important;
}


.widget ul {
	list-style: none;
	padding: 0;
}

.widget ul li {
	margin-bottom: 10px;
}

.widget ul li a {
	color: #5a5a5a;
}


.ft-social-icons svg {
	transition: transform 0.3s ease-in-out;
}

.ft-social-icons a:hover svg {
	transform: translateY(3px);
}


/* About Us Block / Section */

/* --- ABOUT US SEKCIJA STILIZACIJA --- */
.about-us-section {
	padding-top: 100px;
	padding-bottom: 120px;
}

/* LEVA KOLONA */
.about-image-col {
	padding-left: 13% !important;
}

.why-us-image-col {
	padding-right: 13% !important;
}

/* Ukrasni "GRACE" tag (Horizontalna linija i tekst) */

.grace-tag-ornament {
	--line-width: 0%;
	--text-opacity: 0;

	color: var(--border-color);
	font-family: 'Goldenbook' !important;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 12px;
	text-transform: uppercase;

	margin-bottom: 28px;
	position: relative;

	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.grace-tag-ornament::before {
	content: '';
	display: inline-block;
	width: var(--line-width);
	height: 1px;
	background-color: var(--border-color);
	margin-right: 15px;
	vertical-align: middle;
	transition: width 0.3s ease-out;
	flex-shrink: 0;
}

.grace-tag-ornament .grace-text {
	opacity: var(--text-opacity) !important;
	transition: opacity 0.3s ease-out;
}


.large.grace-tag-ornament::before {
	width: 71%;
}

.large.full.grace-tag-ornament::before {
	width: 83%;
}

.grace-tag-ornament.large.full {
	margin-top: 56px;
	margin-bottom: 5px;
}

.about-main-title, .why-us-main-title, .section-title {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 28px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: var(--heading-color);
}

.about-description p {
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
	line-height: 22px;
	color: var(--text-color);
	margin-bottom: 22px;
}

.grace-dark-btn {
	background-color: var(--main-color) !important;
	border: 1px solid var(--main-color) !important;
	text-transform: uppercase !important;
	border-radius: 0 !important;
	transition: all 0.3s ease-in-out !important;
	color: #FFF !important;
	text-align: center;
	font-family: 'Goldenbook' !important;
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 32px !important;
	letter-spacing: 2px !important;
	padding: 7px 27px !important;
	margin-top: 20px;

}

.grace-dark-btn:hover {
	background-color: transparent !important;
	color: var(--main-color) !important;
	border-color: var(--main-color) !important;
}

.about-image-wrapper {
	position: relative;
	padding: 0;
	width: 100%;
	aspect-ratio: 3 / 4;
	-webkit-aspect-ratio: 3 / 4;
	margin-right: 12px;
	padding-bottom: 100% !important;
}

.about-image-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);

}


.grace-about-img {
	width: 100%;
	height: auto;
	display: block;

}

.image-ornament-border {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	transform: translate(12px, -12px);
	border: 1px solid var(--border-color);
	z-index: 1;
}

.grace-about-img {
	position: relative;
	z-index: 2;
}


/* Why Us Blok / Section */

.why-us-section {
	padding-top: 110px;
	padding-bottom: 80px;
}

.why-us-content-col {
	padding-left: 50px;
	padding-right: 15px;
}

.why-us-image-wrapper {
	position: relative;
	padding: 0 0 100% 0;
	width: 100%;
	aspect-ratio: 3 / 4;
	-webkit-aspect-ratio: 3 / 4;
	margin-left: 12px;

}

.why-us-description p {
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
	line-height: 22px;
	color: var(--text-color);
	margin-bottom: 22px;
}

.why-us-image-wrapper img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	object-fit: cover;
	transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.why-us-image-col .image-ornament-border {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	transform: translate(-12px, -12px);
	border: 1px solid var(--border-color);
	z-index: 1;
}

.grace-why-us-img {
	position: relative;
	z-index: 2;
}


/* --- SVI BUKETI CTA SEKCIJA STILIZACIJA --- */

.bouquets-cta-section {
	position: relative;
	color: #fff;
	min-height: 400px;
	display: flex;
	align-items: center;
	text-align: center;
	padding: 50px 0;
	overflow: hidden;
}

.bouquets-cta-section.alignfull {
	width: 100vw;
	margin-left: calc(50% - 50vw);
}

.cta-background-media {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.cta-background-image {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


/* CTA SADRŽAJ (Centriran) */
.cta-content {
	position: relative;
	z-index: 2;

	max-width: 650px;
	margin: 0 auto;
}

.cta-main-title {
	font-family: 'Goldenbook' !important;
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 33px;
}

.cta-description {
	font-family: 'BodoniModa';
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 44px;
	font-style: italic;
	padding: 0 32%;
}


.bouquets-cta-section .cta-gradient-overlay {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* --- ISTAKNUTI PROIZVODI SEKCIJA STILIZACIJA --- */

.featured-products-section {
	padding-top: 70px;
	padding-bottom: 80px;
	background-color: rgba(248, 237, 235, 0.4);
}

.section-title {
	margin-bottom: 52px;
}

.product-item {
	text-align: center;
}

.product-link {
	text-decoration: none;
	display: block;
	color: inherit;
}

.product-card {
	background-color: transparent;
	transition: transform 0.3s;
	overflow: hidden;
}

.product-list-image-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 3 / 4;
}

.product-image-wrapper {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	width: 100%;
	aspect-ratio: 3 / 4;
	-webkit-aspect-ratio: 3 / 4;
	overflow: hidden;
	padding-bottom: 100%;
}

.product-image-wrapper {
	padding-bottom: 100%;
}

.woocommerce ul.products li.product a img {
	margin: 0 !important;
}

.product-image-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.product-featured-image, .woocommerce ul.products li.product a img, .collection-products ul.products li.product a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease-out;
}

.product-title, .woocommerce-loop-product__title {
	text-transform: uppercase;
	color: var(--heading-color) !important;
	font-family: 'Goldenbook' !important;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 20px;
	letter-spacing: 2.4px !important;
	margin-top: 27px;

}

.woocommerce-loop-product__title {
	text-align: center;
	margin-top: 20px !important;
	padding: 0 !important;
}

ul.products li.product a.add_to_cart_button {
	background-color: var(--main-color) !important;
	border: 1px solid var(--main-color) !important;
	text-transform: uppercase !important;
	border-radius: 0 !important;
	transition: all 0.3s ease-in-out !important;
	color: #FFF !important;
	text-align: center;
	font-family: 'Goldenbook' !important;
	font-size: 12px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 29px !important;
	letter-spacing: 2px !important;
	padding: 4px 13px !important;
	margin-top: 20px;
	margin-bottom: 35px !important;
}

.collection-products a {
	text-decoration: none !important;
}

.collection-products ul.products li.product a.add_to_cart_button {
	/*display: inline-block;*/
	position: relative;
	display: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align: center;
}

.product-price-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	z-index: 10;
}

.product-price-text, .woocommerce ul.products li.product .price, .collection-products .price {
	color: var(--text-color) !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	font-style: italic !important;
	text-transform: uppercase !important;
	display: block;
	text-align: center;


}

.woocommerce ul.products li.product .price {
	text-align: center;
}

.product-price-wrapper {
	transition: all 0.3s ease-in-out;
	transform: translateY(80%);
	opacity: 0;
}

.product-item:hover .product-price-wrapper {
	opacity: 1;
	transform: translateY(0);
}

.product-item:hover .product-featured-image, .woocommerce ul.products li.product:hover a img, .collection-products ul.products li.product:hover a img {
	transform: scale(1.05);
}


.woocommerce-Price-currencySymbol {
	margin-left: 3px;
}

/* --- ISTAKNUTE KATEGORIJE SEKCIJA STILIZACIJA --- */

.featured-categories-section {
	padding-top: 80px;
	padding-bottom: 80px;
}


.category-item {
	text-align: center;
}

.category-link {
	text-decoration: none;
	display: block;
}

.category-image-wrapper {
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 3 / 4;
	-webkit-aspect-ratio: 3 / 4;
	padding-bottom: 100%;
}

.category-featured-image {
	display: block;
	transition: all 0.4s ease-out;
	filter: brightness(0.9);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.category-title-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	/*background-color: rgba(0, 0, 0, 0.1);*/
	transition: background-color 0.3s;
	padding: 15%;
}

.category-button.main-button {
	padding: 7px 26px;
}

/* HOVER EFEKTI */
.category-item:hover .category-featured-image {
	transform: scale(1.05);
	filter: brightness(1);
}

/*.category-item:hover .category-title-overlay {
    background-color: rgba(0, 0, 0, 0.3);
}*/

/*.category-item:hover .category-button {
	background-color: var(--main-color);
	color: #fff;
	border-color: var(--main-color);
}*/

.grace-tag-ornament.large {
	margin-top: 18px;
	margin-bottom: 64px;
}

/* --- FOOTER BOTTOM STILIZACIJA --- */

.container-footer-bottom .row {
	width: 100%;
}

.ft-bottom-wrapper-right .ft-menu ul li {
	text-transform: unset !important;
}

.second-column .ft-menu ul li a {
	font-size: 12px !important;
}

.ft-bottom-wrapper-right .ft-menu ul li a {
	color: #969696 !important;
	font-size: 12px !important;
	font-style: normal;
	font-weight: 300 !important;
	line-height: 16px;
	text-transform: unset !important;
	margin: 0;
}


.footer-legal-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}

.footer-legal-menu li {
	margin-right: 15px;
	margin-bottom: 0 !important;
}

.ft-bottom-wrapper {
	display: flex;
	align-items: center;
	gap: 34px;
}

.ft-bottom-wrapper-left {
	position: relative;

}

.ft-bottom-wrapper-left:after {
	content: '';
	display: inline-block;
	width: 1px;
	background-color: #969696 !important;
	height: 16px;
	position: absolute;
	right: -18px;
	top: 0;

}

.ft-bottom-wrapper-left p {
	color: #969696 !important;
	font-size: 12px !important;
	font-style: normal;
	font-weight: 300 !important;
	line-height: 16px;
	text-transform: unset !important;
	margin: 0;

}

.ft-social-icons {
	display: flex;
	gap: 30px;
	margin-top: 44px;
}

.footer-payment-icons {
	justify-content: flex-end;
}

.container-footer-bottom .footer-bottom-col.right-col {
	padding-right: 0;
}

.footer-payment-icons figure {
	margin: 0;
}

.footer-payment-icons img {

	height: auto;
	margin-left: 5px;
	display: inline-block;
}

/* =======================================
   1. STILIZOVANJE CONTACT PAGE
   ======================================= */
.grace-contact-section-wrapper {
	padding: 0 0 50px 0 !important;
}

.contact-image-header {
	height: 400px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

.contact-form-title {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 28px;
	text-transform: uppercase;
}

.contact-form-subtitle {
	font-size: 18px;
	color: var(--text-color);
	font-style: italic;
	font-weight: 300;
	line-height: 22px;
}

.grace-contact-form-container form {
	margin: 0;
	padding: 0;
}

.grace-contact-form-container .wpcf7-form label, #productQueryModal label {
	display: block;
	margin-bottom: 5px;
	color: var(--main-color);
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
	line-height: 22px;
}

.grace-contact-form-container .wpcf7-form input[type="text"],
#productQueryModal .wpcf7-form input[type="text"],
.grace-contact-form-container .wpcf7-form input[type="email"],
#productQueryModal .wpcf7-form input[type="email"],
.grace-contact-form-container .wpcf7-form input[type="tel"],
#productQueryModal .wpcf7-form input[type="tel"],
.grace-contact-form-container .wpcf7-form textarea,
#productQueryModal .wpcf7-form textarea {
	width: 100%;
	padding: 12px 15px;
	margin-bottom: 20px;
	margin-top: 8px;
	border: 1px solid #BDBDBD;
	box-sizing: border-box;
	font-size: 16px;
	transition: border-color 0.2s ease;
}

#productQueryModal .modal-title {
	font-size: 20px !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	letter-spacing: 3px !important;
	margin-bottom: 0 !important;
	font-family: 'Goldenbook' !important;
}

@media screen and (min-width: 576px) {
	.modal-dialog {
		max-width: 670px !important;
		margin-right: auto;
		margin-left: auto;
	}
}

#productQueryModal .modal-header {
	border-color: var(--border-color) !important;
}

#productQueryModal .modal-body {
	padding: 30px;
}

#productQueryModal .modal-header {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.grace-contact-form-container .wpcf7-form input[type="text"]:focus,
.grace-contact-form-container .wpcf7-form input[type="email"]:focus,
.grace-contact-form-container .wpcf7-form input[type="tel"]:focus,
.grace-contact-form-container .wpcf7-form textarea:focus {
	border-color: var(--main-color);
	outline: none;
}

.grace-contact-form-container input[type="submit"].wpcf7-submit, #productQueryModal input[type="submit"].wpcf7-submit {
	display: block;
	width: 100%;
	background-color: var(--main-color);
	color: #fff;
	border: 1px solid var(--main-color);
	padding: 7px 20px;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.3s ease;

	font-family: 'Goldenbook' !important;
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 32px !important;
	letter-spacing: 2px !important;
	max-width: 195px;
}

.grace-contact-form-container input[type="submit"].wpcf7-submit:hover {
	background-color: transparent;
	color: var(--main-color);
}

.grace-contact-form-container .wpcf7-submit-wrapper {
	text-align: center;
}

.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid;
	text-align: center;
}


.main-nav-left > li.mega-menu-trigger > ul {

	display: none;
	visibility: hidden;
}

/*.grace-mega-menu-wrapper {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	max-width: 100%;
	background-color: #fff;
	z-index: 999;
	padding: 44px;
	justify-content: space-between;
	height: 100%;
	min-height: 420px;
	border-top: 1px solid #E4E4E4;
}*/


/*.main-nav-left > li.mega-menu-trigger:hover .grace-mega-menu-wrapper {
	display: flex;
}*/
/*.main-nav-left > li.mega-menu-trigger:hover {
    background-color: #fff !important; !* Dodajte ako header pozadina nije bela *!

}*/
.grace-mega-menu-wrapper {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	max-width: 100%;
	background-color: #fff;
	z-index: 999;
	padding: 0 44px;
	justify-content: space-between;
	border-top: 1px solid #E4E4E4;
	max-height: 0;
	overflow: hidden;
	opacity: 1;
	visibility: hidden;
	/* transition bez delay za stanje „zatvoreno” */
	transition: max-height 0.4s ease-out 0s,
	opacity 0.1s ease-in-out 0s,
	visibility 0.4s linear 0s,
	padding 0.4s ease-out 0s;
	display: flex;
	box-shadow: 0 11px 15px rgba(0, 0, 0, 0.08);
}

.main-nav-left > li.mega-menu-trigger:hover .grace-mega-menu-wrapper {
	max-height: 500px;
	opacity: 1;
	visibility: visible;
	padding-top: 44px;
	padding-bottom: 44px;
	/* transition sa delay-jem da počne tek nakon header animacije */
	transition: max-height 0.4s ease-out 0.6s,
	opacity 0.3s ease-in-out 0.6s,
	visibility 0.4s linear 0.6s,
	padding 0.4s ease-out 0.6s;
}

.grace-mega-menu-columns {
	display: flex;
	width: 75%;

}

.grace-mega-menu-columns > ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	gap: 40px;
}

.grace-mega-menu-columns > ul > .mega-column-parent {
	flex: 1;
	padding: 0;
	margin: 0;
}

.grace-mega-menu-columns .non-clickable-parent {
	display: block;
	margin-bottom: 5px;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	line-height: 28px;
	font-weight: 400;
	color: var(--main-color);
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0;
	cursor: default;
}

.grace-mega-menu-columns ul.grace-mega-menu-sublist {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.grace-mega-menu-columns .mega-item-child a {
	display: block;
	padding: 2px 0;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 28px;
	letter-spacing: 1.5px;
	font-weight: 400;
	color: #6C6C6C;
	transition: color 0.2s ease;
}

.grace-mega-menu-columns .mega-item-child a:hover {
	color: #A08375;
}


.grace-mega-menu-image-area {
	width: 35%;
	overflow: hidden;
	position: relative;
	aspect-ratio: 4 / 4;
	overflow: hidden;
	max-width: 280px;
	max-height: 212px;
}

.grace-mega-menu-wrapper-inner {
	display: flex;
	width: 100%;
	max-width: 1225px;
	margin: 0 auto;
}

.grace-mega-menu-image-area img {
	display: block;
	object-fit: cover;
	transition: opacity 0.3s ease;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.grace-mega-menu-image-area img[src=""] {
	display: none;
}

nav.header-menu-left, .main-nav-left {
	height: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
}

.main-nav-left > li > a {
	position: relative;
}

.main-nav-left > li > a:after {
	content: '';
	width: 0;
	height: 1px;
	background-color: currentColor;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: width 0.3s ease-in-out;
	z-index: 999;
}

.main-nav-left > li > a:hover:after {
	width: 100%;
}

.main-nav-left > li, .main-nav-left > li > a {
	height: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
}


.mobile-menu-toggle,
.mobile-menu-wrapper {
	display: none;
}

.edit-attachment-frame .attachment-media-view .details-image {
	object-fit: contain !important; /* Ili cover, da ne stretch-uje */

}

/* Search */

/* Wrapper */
.header-search-wrapper {
	position: absolute;
	top: 99%;
	left: 0;
	width: 100%;
	background: #fff;
	padding: 15px 20px;
	box-shadow: 0 11px 15px rgba(0, 0, 0, 0.02);
	transform: translateY(-20px);
	opacity: 0;
	pointer-events: none;
	transition: all 0.35s ease;
	z-index: 9999;
}

.header-search-wrapper.open {
	transform: translateY(0);
	opacity: 1;
	pointer-events: auto;
}

.header-search-form {
	display: flex;
	max-width: 100%;
	margin: 0 auto;
	width: 100%;
}

.header-search-form .search-field {
	flex: 1;
	padding: 7px 15px;
	font-size: 16px;
	border: 1px solid #BDBDBD;
	border-radius: 0;
	outline: none;
}

.header-search-form .search-submit {
	background: var(--main-color);
	color: #fff;
	border: none;
	padding: 0 20px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 0;
}

.header-search-form .search-close {
	background: transparent;
	border: none;
	font-size: 18px;
	margin-left: 10px;
	cursor: pointer;
	color: var(--text-color);
}

.home .site-header.transparent-header.search-open::before {
	height: 102px !important; /* ili koliko ti treba */
}

.home .site-header.transparent-header.search-open .header-logo .dark-logo {
	opacity: 1;
}

.home .site-header.transparent-header.search-open .header-logo .light-logo {
	opacity: 0;
}

.home .site-header.transparent-header.search-open .header-menu-left a {
	color: var(--heading-color) !important;
}

.home .site-header.transparent-header.search-open .header-widgets-right, .home .site-header.transparent-header.search-open .header-widgets-right a {
	color: var(--heading-color) !important;
}

.home .site-header.transparent-header.search-open .header-widgets-right a, .home .site-header.transparent-header.search-open .header-widgets-right a i, .home .site-header.transparent-header.search-open .header-widgets-right a svg {
	display: flex !important;
	opacity: 1 !important;
	z-index: 99999999999 !important;
}

/* Responsive za mobilne uređaje */
@media (max-width: 768px) {
	.header-search-wrapper {
		padding: 10px 15px;
	}

	.header-search-form {
		flex-direction: column;
	}

	.header-search-form .search-field {
		width: 100%;
		border-radius: 4px;
		margin-bottom: 10px;
	}

	.header-search-form .search-submit,
	.header-search-form .search-close {
		width: 100%;
		padding: 10px;
		border-radius: 4px;
		margin-bottom: 5px;
	}

	.header-search-form .search-close {
		margin-bottom: 0;
	}
}

/* Grid container za search rezultate */

.search-page {
	padding: 6% 0;
}

.search-results-grid {
	display: grid;

	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
	margin-top: 30px;
}

/* Svaki rezultat kao card */
.search-result-item {
	background: #fff;
	border-bottom: 1px solid #BDBDBD;
	border-radius: 0;
	padding: 40px 0;
	transition: all 0.3s ease;

}

/* Hover efekat */
.search-result-item:hover {

	transform: translateY(-3px);
}

/* Naslov rezultata */
.search-result-item .entry-title a {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 28px;
	text-transform: uppercase;
	font-family: 'Goldenbook';
	letter-spacing: 3px;
	text-decoration: none;
	color: var(--main-color) !important;
	transition: color 0.3s ease;
}


/* Excerpt / summary */
.search-result-item .entry-summary {
	margin-top: 10px;
	font-size: 0.95rem;
	line-height: 1.5;
	color: var(--main-color);
}

/* Pagination */
.search-pagination {
	margin-top: 40px;
	text-align: center;
}

.search-pagination .page-numbers {
	display: inline-block;
	margin: 0 5px;
	padding: 8px 14px;
	background: #f5f5f5;
	border-radius: 4px;
	color: #333;
}

.card-payment-section {
	background-color: var(--main-color) !important;
	padding: 13px 0 0px !important;
}

.card-payment-section .row {
	justify-content: center;
}

.card-payment-section-title {
	margin-bottom: 37px;
	font-family: 'Goldenbook';
	font-size: 18px !important;
	line-height: normal !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	letter-spacing: 3px !important;
	color: #fff !important;

}

.card-payment-section .img-fluid {
	max-width: 65%;
}

.card-payment-section a {
	cursor: pointer;
}

.card-icons-wrap .footer-card-link-diff {
	max-width: 98px;
	display: block;
}

.card-icons-wrap {
	display: inline-block;
}

@media screen and (max-width: 680px) {
	.card-payment-section .container {
		width: 100%;
		margin: auto;
	}

	.card-payment-section .justify-content-evenly.g-0 {
		--bs-gutter-y: 21px !important;
		--bs-gutter-x: 60px !important;
	}

	.card-payment-section {
		padding: 50px 0;
	}

}

.nestpay_resp .np-transaction-info {
	margin: 50px 0 100px !important;
	max-width: 100% !important;
	width: 100%;
}

.page-template-page-checkout .woocommerce-order {
	padding: 50px 0 !important;
}

:root {
	--header-open-time: 0.6s;
	--mega-close-time: 0.4s;
}

html.lenis-stopped body.stop-scrolling {
	overflow: hidden !important;
	height: 100vh !important;
}

div:has(> .np-transaction-info-fetch) {
	padding: 10px 20px 10px !important;
	max-width: 850px !important;
	margin: auto;
	right: 0 !important;
	left: 0 !important;
	text-align: center;
	overflow-y: auto !important;
	max-height: 90vh;
	-webkit-overflow-scrolling: touch;
	touch-action: pan-y !important;
}

.np-transaction-info-fetch h2 {
	margin: 10px 0 !important;
	font-size: 18px !important;
}

.np-transaction-info-fetch hr {
	display: none;
}

.np-transaction-info-fetch .woocommerce-customer-details:first-of-type {
	display: none;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
	min-height: 2em !important;
}

.btn-primary {
	--bs-btn-bg: var(--main-color) !important;
	--bs-btn-border-color: var(--main-color) !important;
	--bs-btn-hover-border-color: var(--main-color) !important;
	--bs-btn-hover-bg: #fff !important;
	--bs-btn-disabled-bg: var(--main-color) !important;
	--bs-btn-active-border-color: var(--main-color) !important;
	--bs-btn-hover-color: var(--main-color) !important;
	--bs-btn-active-color: var(--main-color) !important;
	--bs-btn-active-bg: var(--main-color) !important;
	--bs-btn-disabled-border-color: var(--main-color) !important;
}

.btn-primary.btn:hover {
	color: var(--main-color) !important;
}

.grace-faq-section {
	padding: 50px 0 100px;
}