/*
 * Džungla - Darilno pakiranje :: public styles (compiled from scss/dz-gift-wrapping-public.scss)
 * Edit the SCSS source, recompile, and replace this file. Do not edit by hand.
 */

.dz-gift-wrap {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 12px;
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	background: transparent;
	border: 0;
	color: #1f1f1f;
}
.dz-gift-wrap *,
.dz-gift-wrap *::before,
.dz-gift-wrap *::after {
	box-sizing: border-box;
}
a.dz-gift-wrap__cta,
.dz-gift-wrap__cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: auto;
	min-height: 0;
	max-width: none;
	margin: 0;
	padding: 0;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #d16d00;
	font-family: inherit;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: left;
	text-transform: none;
	text-decoration: underline;
	text-decoration-color: currentColor;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	transition: color 0.18s ease, text-decoration-thickness 0.18s ease;
}
a.dz-gift-wrap__cta:link,
a.dz-gift-wrap__cta:visited,
a.dz-gift-wrap__cta:active {
	color: #d16d00;
	background: transparent !important;
	text-decoration: underline;
	text-decoration-color: currentColor;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}
a.dz-gift-wrap__cta:hover,
a.dz-gift-wrap__cta:focus,
a.dz-gift-wrap__cta:focus-visible,
.dz-gift-wrap__cta:hover,
.dz-gift-wrap__cta:focus,
.dz-gift-wrap__cta:focus-visible {
	color: #b85f00;
	background: transparent !important;
	text-decoration: underline;
	text-decoration-color: currentColor;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
	outline: none;
}
.dz-gift-wrap__cta:focus-visible {
	outline: 2px solid #d16d00;
	outline-offset: 3px;
	border-radius: 0;
}
.dz-gift-wrap__cta-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	color: #d16d00;
	flex-shrink: 0;
}
.dz-gift-wrap__cta-icon svg {
	width: 100%;
	height: 100%;
	display: block;
}
.dz-gift-wrap__cta-icon--added {
	display: none;
}
.dz-gift-wrap__cta-text {
	display: inline;
}
.dz-gift-wrap__cta-text-default {
	display: inline;
}
.dz-gift-wrap__cta-text-added {
	display: none;
}
.dz-gift-wrap__cta-price {
	display: inline;
	color: inherit;
	font-weight: inherit;
	white-space: nowrap;
}
.dz-gift-wrap__cta-price .amount,
.dz-gift-wrap__cta-price bdi,
.dz-gift-wrap__cta-price ins,
.dz-gift-wrap__cta-price del,
.dz-gift-wrap__cta-price .woocommerce-Price-currencySymbol {
	color: inherit;
	font-weight: inherit;
	background: transparent;
	text-decoration: inherit;
}
.dz-gift-wrap__cta-price ins {
	text-decoration: inherit;
}
.dz-gift-wrap__cta-price del {
	opacity: 0.6;
	margin-right: 4px;
}
a.dz-gift-wrap__cta.is-added,
a.dz-gift-wrap__cta.is-added:link,
a.dz-gift-wrap__cta.is-added:visited,
.dz-gift-wrap__cta.is-added {
	color: #d16d00;
}
.dz-gift-wrap__cta.is-added .dz-gift-wrap__cta-icon {
	display: none;
}
.dz-gift-wrap__cta.is-added .dz-gift-wrap__cta-icon--added {
	display: inline-flex;
}
.dz-gift-wrap__cta.is-added .dz-gift-wrap__cta-text-default {
	display: none;
}
.dz-gift-wrap__cta.is-added .dz-gift-wrap__cta-text-added {
	display: inline;
}
a.dz-gift-wrap__cta.is-added:hover,
a.dz-gift-wrap__cta.is-added:focus,
a.dz-gift-wrap__cta.is-added:focus-visible,
.dz-gift-wrap__cta.is-added:hover,
.dz-gift-wrap__cta.is-added:focus,
.dz-gift-wrap__cta.is-added:focus-visible {
	color: #b85f00;
}

a.dz-gift-wrap__remove,
.dz-gift-wrap__remove {
	display: none;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	margin: 0;
	padding: 0;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #d16d00;
	line-height: 1;
	text-decoration: none !important;
	cursor: pointer;
	transition: color 0.18s ease, opacity 0.18s ease;
	flex-shrink: 0;
}
a.dz-gift-wrap__remove:link,
a.dz-gift-wrap__remove:visited,
a.dz-gift-wrap__remove:active,
a.dz-gift-wrap__remove:hover,
a.dz-gift-wrap__remove:focus,
a.dz-gift-wrap__remove:focus-visible,
.dz-gift-wrap__remove:link,
.dz-gift-wrap__remove:visited,
.dz-gift-wrap__remove:active,
.dz-gift-wrap__remove:hover,
.dz-gift-wrap__remove:focus,
.dz-gift-wrap__remove:focus-visible {
	background: transparent !important;
	text-decoration: none !important;
}
a.dz-gift-wrap__remove:hover,
a.dz-gift-wrap__remove:focus,
a.dz-gift-wrap__remove:focus-visible,
.dz-gift-wrap__remove:hover,
.dz-gift-wrap__remove:focus,
.dz-gift-wrap__remove:focus-visible {
	color: #b85f00;
	outline: none;
}
.dz-gift-wrap__remove:focus-visible {
	outline: 2px solid #d16d00;
	outline-offset: 2px;
}
.dz-gift-wrap__remove-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	color: inherit;
}
.dz-gift-wrap__remove-icon svg {
	width: 100%;
	height: 100%;
	display: block;
}
.dz-gift-wrap.is-added .dz-gift-wrap__remove {
	display: inline-flex;
}

.dz-gift-wrap .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.dz-gift-wrap__ship-notice {
	flex: 0 0 100%;
	width: 100%;
	margin: 16px 0 0;
	padding: 12px 14px;
	background: rgba(209, 109, 0, 0.08);
	border-left: 3px solid #d16d00;
	border-radius: 0;
	color: #1f1f1f;
	font-size: 14px;
	line-height: 1.5;
}
.dz-gift-wrap__ship-notice p {
	margin: 0 0 8px;
}
.dz-gift-wrap__ship-notice p:last-child {
	margin-bottom: 0;
}

.dz-gift-wrap-qty-locked {
	display: inline-block;
	min-width: 40px;
	padding: 6px 10px;
	background: rgba(209, 109, 0, 0.08);
	border-radius: 0;
	color: #d16d00;
	font-weight: 600;
	text-align: center;
}

.dz-gift-wrap-popup {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.dz-gift-wrap-popup[hidden] {
	display: none;
}
.dz-gift-wrap-popup *,
.dz-gift-wrap-popup *::before,
.dz-gift-wrap-popup *::after {
	box-sizing: border-box;
}
.dz-gift-wrap-popup__overlay {
	position: absolute;
	inset: 0;
	background: rgba(20, 20, 20, 0.55);
	cursor: pointer;
}
.dz-gift-wrap-popup__dialog {
	position: relative;
	width: 100%;
	max-width: 760px;
	max-height: calc(100vh - 40px);
	overflow-y: auto;
	background: #ffffff;
	border: 2px solid #d16d00;
	border-radius: 0;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
	padding: 28px 24px 24px;
	animation: dzgw-pop 0.18s ease-out;
}
.dz-gift-wrap-popup__close {
	position: absolute;
	top: 10px;
	right: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	background: transparent !important;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #d16d00;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}
.dz-gift-wrap-popup__close svg {
	width: 22px;
	height: 22px;
	display: block;
}
.dz-gift-wrap-popup__close:hover,
.dz-gift-wrap-popup__close:focus,
.dz-gift-wrap-popup__close:focus-visible {
	background: transparent !important;
	color: #b85f00;
	outline: none;
}
.dz-gift-wrap-popup__layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}
.dz-gift-wrap-popup__media {
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(209, 109, 0, 0.08);
	border-radius: 0;
	overflow: hidden;
	aspect-ratio: 1 / 1;
}
.dz-gift-wrap-popup__media img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.dz-gift-wrap-popup__content {
	display: flex;
	flex-direction: column;
}
.dz-gift-wrap-popup__title-row {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px 14px;
	margin: 0 0 12px;
}
.dz-gift-wrap-popup__title {
	margin: 0;
	color: #d16d00;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
}
.dz-gift-wrap-popup__price {
	color: #d16d00;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}
.dz-gift-wrap-popup__price .amount,
.dz-gift-wrap-popup__price bdi,
.dz-gift-wrap-popup__price ins,
.dz-gift-wrap-popup__price del {
	color: #d16d00;
}
.dz-gift-wrap-popup__price del {
	opacity: 0.6;
	margin-right: 6px;
}
.dz-gift-wrap-popup__price ins {
	text-decoration: none;
	background: transparent;
}
.dz-gift-wrap-popup__desc {
	margin: 0 0 16px;
	color: #1f1f1f;
	font-size: 15px;
	line-height: 1.55;
}
.dz-gift-wrap-popup__desc p {
	margin: 0 0 8px;
}
.dz-gift-wrap-popup__desc p:last-child {
	margin-bottom: 0;
}
.dz-gift-wrap-popup__form {
	margin: 0;
}
.dz-gift-wrap-popup__label {
	display: block;
	margin: 0 0 8px;
	color: #1f1f1f;
	font-size: 14px;
	font-weight: 600;
}
.dz-gift-wrap-popup__textarea-wrap {
	position: relative;
	margin: 0 0 6px;
}
.dz-gift-wrap-popup__textarea {
	display: block;
	width: 100%;
	min-height: 110px;
	padding: 12px 14px 28px;
	background: #fff;
	border: 1px solid #d1d1d1;
	border-radius: 0;
	color: #1f1f1f;
	font: inherit;
	font-size: 15px;
	line-height: 1.45;
	resize: vertical;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.dz-gift-wrap-popup__textarea:focus-visible {
	border-color: #d16d00;
	box-shadow: 0 0 0 3px rgba(209, 109, 0, 0.08);
	outline: none;
}
.dz-gift-wrap-popup__counter {
	position: absolute;
	right: 12px;
	bottom: 8px;
	font-size: 12px;
	color: #555;
	pointer-events: none;
	user-select: none;
}
.dz-gift-wrap-popup__counter.is-near-limit {
	color: #d16d00;
	font-weight: 600;
}
.dz-gift-wrap-popup__feedback {
	min-height: 18px;
	margin: 6px 0 14px;
	font-size: 13px;
	line-height: 1.4;
	color: #b00020;
}
.dz-gift-wrap-popup__feedback.is-success {
	color: #d16d00;
}
.dz-gift-wrap-popup__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 200px;
	min-height: 48px;
	padding: 12px 22px;
	background: #d16d00;
	border: 1.5px solid #d16d00;
	border-radius: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.05s ease;
	-webkit-appearance: none;
	appearance: none;
	font-family: inherit;
}
.dz-gift-wrap-popup__submit:hover,
.dz-gift-wrap-popup__submit:focus-visible {
	background: #b85f00;
	border-color: #b85f00;
	outline: none;
}
.dz-gift-wrap-popup__submit:active {
	transform: translateY(1px);
}
.dz-gift-wrap-popup__submit[disabled],
.dz-gift-wrap-popup__submit.is-loading {
	opacity: 0.7;
	cursor: progress;
}
.dz-gift-wrap-popup__submit-label {
	display: inline-flex;
}
.dz-gift-wrap-popup__spinner {
	display: none;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-top-color: #fff;
	border-radius: 50%;
	animation: dzgw-spin 0.7s linear infinite;
}
.dz-gift-wrap-popup__submit.is-loading .dz-gift-wrap-popup__spinner {
	display: inline-block;
}

@keyframes dzgw-pop {
	from {
		opacity: 0;
		transform: translateY(8px) scale(0.98);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes dzgw-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (min-width: 768px) {
	.dz-gift-wrap-popup__dialog {
		padding: 36px 36px 30px;
	}
	.dz-gift-wrap-popup__layout {
		grid-template-columns: minmax(0, 240px) 1fr;
		gap: 28px;
	}
	.dz-gift-wrap-popup__title {
		font-size: 26px;
	}
	.dz-gift-wrap-popup__price {
		font-size: 20px;
	}
}

@media (min-width: 1024px) {
	.dz-gift-wrap-popup__layout {
		grid-template-columns: minmax(0, 280px) 1fr;
		gap: 32px;
	}
}
.woocommerce-cart dl.variation p {
	color: #000 !important;
}