/* PDP — Breadcrumbs */
.pdp-breadcrumb-holder {
	margin-bottom: 40px;
}

.pdp-breadcrumbs {
	margin: 0;
}

.pdp-breadcrumbs-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.pdp-breadcrumbs-inner a {
	display: inline-flex;
	align-items: center;
	font-family: var(--global-font-family-1);
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	color: #9ca3af;
	text-decoration: none;
	transition: color 0.2s ease;
}

.pdp-breadcrumbs-inner a:hover,
.pdp-breadcrumbs-inner a:focus {
	color: #519740;
}

.pdp-breadcrumbs-inner a img {
	display: block;
}

.pdp-breadcrumbs-inner .separator {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.pdp-breadcrumb-sep {
	display: block;
}

.pdp-breadcrumbs-inner .last {
	font-family: var(--global-font-family-1);
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	color: #111827;
}

/* PDP Hero + Breadcrumbs */
.pdp-hero-main {
	display: block;
	background: #ffffff;
}

.pdp-hero-container {
	padding-top: 40px;
	padding-bottom: 80px;
}

.pdp-hero-main .pdp-breadcrumb-holder {
	display: block;
	width: 100%;
	margin-bottom: 40px;
}

.pdp-hero-main .rank-math-breadcrumb,
.pdp-hero-main .pdp-breadcrumbs {
	display: block;
	visibility: visible;
	opacity: 1;
	margin: 0;
	padding: 0;
}

.pdp-hero-main .pdp-breadcrumbs-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.pdp-hero-main .pdp-breadcrumbs-inner a {
	display: inline-flex;
	align-items: center;
	font-family: var(--global-font-family-1);
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	color: #9ca3af;
	text-decoration: none;
	transition: color 0.2s ease;
}

.pdp-hero-main .pdp-breadcrumbs-inner a:hover,
.pdp-hero-main .pdp-breadcrumbs-inner a:focus {
	color: #519740;
}

.pdp-hero-main .pdp-breadcrumbs-inner a img,
.pdp-hero-main .pdp-breadcrumb-sep {
	display: block;
	flex-shrink: 0;
}

.pdp-hero-main .pdp-breadcrumbs-inner .separator {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.pdp-hero-main .pdp-breadcrumbs-inner .last {
	font-family: var(--global-font-family-1);
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	color: #111827;
}

/* PDP */
.pdp-holder {
	display: flex;
	flex-direction: row;
	gap: 80px;
	align-items: flex-start;
}

.pdp-image-holder {
	border: 1px solid #E1E1E1;
	border-radius: 20px;
	width: 50%;
	height: 550px;
	text-align: center;
}

.pdp-image-holder img {
	height: 100%;
	max-width: 100%;
	object-fit: contain;
	border-radius: 20px;
}

.pdp-content-holder {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: flex-start;
	width: 50%;
}

.pdp-content-holder .pdp-pre-title {
	color: #519740;
	font-family: var(--global-font-family-1);
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
	background-color: #EAF5E7;
	padding: 1px 10px;
	border-radius: 50px;
	min-width: 80px;
    text-align: center;
}

.pdp-title {
	color: #000000;
	font-family: var(--global-font-family-1);
	font-size: 43px;
	line-height: 50px;
	margin: 0;
}

.pdp-benefits-list {
	margin-left: 0;
	margin-top: 30px;
	margin-bottom: 30px;
    padding-left: 0;
    list-style: none;
	display: flex;
    flex-direction: column;
    gap: 15px;
}

.pdp-benefits-list li {
	display: flex;
	flex-wrap: nowrap;
	gap: 7px;
	color: #000000;
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

.pdp-benefits-list li svg {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
}

.pdp-price-holder .price {
	color: #000000 !important;
	font-family: var(--global-font-family-1);
	font-size: 43px !important;
	line-height: 50px;
	font-weight: bold;
	margin: 0;
}

.pdp-price-holder .woocommerce-Price-currencySymbol {
	font-size: 28px !important;
}

.pdp-price-data {
	color: #000000;
	font-family: var(--global-font-family-1);
	font-size: 16px;
	line-height: 100%;
}

.pdp-add-to-cart form {
	margin-bottom: 0;
}

.pdp-add-to-cart .single_add_to_cart_button {
	background-color: #519740;
	color: #ffffff;
	padding: 10px 40px;
	font-size: 18px;
	font-family: var(--global-font-family-1);
	font-weight: 600;
	line-height: 30px;
	display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
	cursor: pointer;
}

.pdp-add-to-cart .single_add_to_cart_button:hover {
    background-color: #35632A;
}

.pdp-add-to-cart .pdp-cart-form {
	display: flex;
    align-items: stretch;
	margin-bottom: 15px !important;
}

.pdp-add-to-cart .pdp-cart-form .qty {
	height: 100%;
}

.pdp-static-info {
	display: flex;
    align-items: flex-start;
    gap: 25px;
	border-top: 1px solid #E5E5E5;
    padding-top: 36px;
}

.pdp-static-info-item {
	display: flex;
    flex-wrap: nowrap;
    gap: 10px;
	color: #000000;
	font-family: var(--global-font-family-1);
	font-size: 16px;
	line-height: 20px;
}

.pdp-static-info-item svg {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
}

@media (max-width: 1024px) {
	.pdp-holder {
		flex-direction: column;
		gap: 50px;
	}

	.pdp-image-holder,
	.pdp-content-holder {
		width: 100% !important;
	}

	.pdp-content-holder {
		align-items: center;
	}

}

@media (max-width: 768px) {

	.pdp-benefits-list li {
		font-size: 13px;
		line-height: 17px;
	}

	.pdp-price-holder {
		text-align: center;
	}

	.pdp-static-info {
		flex-direction: column;
		width: 100%;
		align-items: center;
	}

}


/* PDP Data */

.pdp-data-main-nav {
	background-color: #ffffff;
	margin-bottom: 10px;
}

.pdp-data-nav ul {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	gap: 50px;
	justify-content: center;
    list-style: none;
    margin: 0;
	padding-left: 0;
}

.pdp-data-nav ul li,
.pdp-data-nav ul li a {
	color: #000000;
	font-family: var(--global-font-family-1);
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	text-decoration: none;
}

.pdp-data-nav ul li:hover,
.pdp-data-nav ul li a:hover {
	color: #519740;
	text-decoration: underline;
	text-underline-offset: 20px;
}

.pdp-data-main {
	background-color: #E9E9E9;
	padding-top: 60px;
	padding-bottom: 60px;
}

@media (max-width: 767px) {

	.pdp-data-nav ul {
		gap: 10px !important;
		flex-wrap: wrap;
	}

	.pdp-data-nav ul li, 
	.pdp-data-nav ul li a {
		font-size: 16px !important;
		line-height: 20px !important;
	}
}


/* PDP data - pregled */
.pdp-data-pregled-grid {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.pdp-data-pregled-item {
	border-radius: 20px;
	padding: 50px 25px;
	height: 410px;
	box-sizing: border-box;
	display: flex;
    align-items: flex-end;
    justify-content: flex-start;
	gap: 25px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pdp-data-pregled-item-content-holder {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
	align-items: center;
	gap: 12px;
	width: 50%;
}

.pdp-data-pregled-item-content-holder svg {
	flex-shrink: 0;
	width: 34px;
	height: 34px;
}

.pdp-data-pregled-item-content .pdp-data-pregled-item-content {
	color: #ffffff;
	font-family: var(--global-font-family-1);
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	margin: 0;
}

.pdp-data-pregled-item-content p {
	color: #ffffff;
	font-family: var(--global-font-family-1);
	font-size: 16px;
	line-height: 100%;
	font-weight: 400;
	margin: 0;
}

@media (max-width: 1024px) {

	.pdp-data-pregled-item {
		height: 340px;
	}

	.pdp-data-pregled-item-content-holder {
		width: 100%;
	}

}

@media (max-width: 767px) {

	.pdp-data-pregled-grid {
		grid-template-columns: 1fr !important;
		gap: 10px;
	}

	.pdp-data-pregled-item {
		height: 265px;
		padding: 30px 25px;
	}
}

/* PDP data - specifikacije */
.pdp-data-specifikacije {
	background-color: #ffffff;
	padding: 50px 60px;
	box-sizing: border-box;
	border-radius: 20px;
	margin-top: 60px;
}

.pdp-data-specifikacije h2 {
	color: #000000;
	font-family: var(--global-font-family-1);
	font-size: 36px;
	line-height: 50px;
	font-weight: 600;
	margin: 0;
	margin-bottom: 40px;
}

.pdp-data-specifikacije table tr {
	border-bottom: 1px solid #e5e5e5;
}

.pdp-data-specifikacije table td {
	border-bottom: 1px solid #e5e5e5;
	color: #4B5563;
	padding: 20px 0;
	font-size: 18px;
	line-height: 110%;
	font-family: var(--global-font-family-1);
}

.pdp-data-specifikacije table {
  border-spacing: 0;
}

@media (max-width: 1024px) {

	.pdp-data-specifikacije {
		margin-top: 35px;
		padding: 30px 16px;
	}

	.pdp-data-specifikacije h2 {
		font-size: 28px;
		line-height: 38px;
	}

	.pdp-data-specifikacije table td {
		font-size: 14px;
		padding: 15px 5px;
	}
}

/* PDP data - paket */
.pdp-data-paket {
	background-color: #ffffff;
	padding: 50px 60px;
	box-sizing: border-box;
	border-radius: 20px;
	margin-top: 60px;
}

.pdp-data-paket h2 {
	color: #000000;
	font-family: var(--global-font-family-1);
	font-size: 36px;
	line-height: 50px;
	font-weight: 600;
	margin: 0;
	margin-bottom: 40px;
}

.pdp-data-paket-list {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pdp-data-paket-list-item {
	width: calc(25% - 30px);
	display: flex;
	flex-direction: column;
	gap: 25px;
	color: #000000;
	font-family: var(--global-font-family-1);
	font-size: 18px;
	line-height: 22px;
	margin: 0;
	text-align: center;
}

.pdp-data-paket-item-image-holder {
	height: 250px;
    text-align: center;
}

.pdp-data-paket-item-image-holder img {
	height: 100%;
    width: auto;
	object-fit: contain;
}

@media (max-width: 1024px) {

	.pdp-data-paket {
		margin-top: 35px;
		padding: 30px 16px;
	}

	.pdp-data-paket h2 {
		font-size: 28px;
		line-height: 38px;
	}

	.pdp-data-paket-item-image-holder {
		height: 200px;
	}

	.pdp-data-paket-list-item {
		font-size: 15px;
	}
}

@media (max-width: 767px) {

    .pdp-data-paket-list {
		flex-direction: column;
	}

	.pdp-data-paket-list-item {
		width: 100%;
	}

	.pdp-data-paket-item-image-holder {
		height: 200px;
	}
}


/* PDP data - FAQ */
.pdp-faq-main {
	background-color: #ffffff;
	padding-top: 65px;
	padding-bottom: 65px;
}

.pdp-data-faq h2 {
	color: #000000;
	font-family: var(--global-font-family-1);
	font-size: 36px;
	line-height: 50px;
	font-weight: 600;
	margin: 0;
	margin-bottom: 40px;
}

.pdp-faq-item {
	border-bottom: 1px solid #E5E5E5;
}

.pdp-faq-question {
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: flex-start;
	cursor: pointer;
	color: #000000;
	font-family: var(--global-font-family-1);
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
}

.pdp-faq-answer {
	margin-bottom: 40px;
	color: #000000;
	font-family: var(--global-font-family-1);
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}

.pdp-faq-answer p {
	margin: 0;
}

@media (max-width: 1024px) {

	.pdp-faq-main {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.pdp-data-faq h2 {
		margin-bottom: 35px;
	}
}

