.pddb-auto-placeholder { display:block !important; width:100% !important; margin:0 !important; padding:0 !important; }
.pddb-auto-placeholder:not(.pddb-positioned) { visibility:hidden; height:0; overflow:hidden; }
.pddb-bar {
	box-sizing: border-box;
	display: block !important;
	width: 100vw !important;
	max-width: none !important;
	min-width: 100vw !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	padding: 0 !important;
	background: var(--pddb-bg, #17191b);
	border-top: 1px solid var(--pddb-border, #45484b);
	border-bottom: 1px solid var(--pddb-border, #45484b);
	color: var(--pddb-text, #fff);
	font-family: "DM Sans", "Poppins", Arial, sans-serif;
	position: relative;
	z-index: 2;
}

.pddb-bar *,
.pddb-bar *::before,
.pddb-bar *::after {
	box-sizing: border-box;
}

.pddb-inner {
	width: 100%;
	max-width: 100% !important;
	min-height: 74px;
	margin: 0 auto !important;
	padding: 0 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 42px;
}

.pddb-delivery {
	color: var(--pddb-accent, #ff5a17);
	font-size: var(--pddb-delivery-desktop, 24px);
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
	flex: 0 0 auto;
}

.pddb-offer {
	color: var(--pddb-text, #fff);
	font-size: var(--pddb-discount-desktop, 20px);
	font-weight: 500;
	line-height: 1.2;
	white-space: nowrap;
	flex: 0 0 auto;
}

.pddb-code-wrap {
	appearance: none;
	-webkit-appearance: none;
	border: 2px solid #4d4f51;
	border-radius: 999px;
	background: transparent;
	color: var(--pddb-text, #fff);
	padding: 0;
	margin: 0;
	height: 50px;
	width: 326px;
	min-width: 326px;
	display: inline-flex;
	align-items: stretch;
	justify-content: stretch;
	cursor: pointer;
	font: inherit;
	overflow: hidden;
	transition: border-color .2s ease, background-color .2s ease;
	flex: 0 0 auto;
}

.pddb-code-wrap:hover {
	border-color: #66686a;
	background: rgba(255,255,255,.025);
}

.pddb-code-wrap:focus-visible {
	outline: 2px solid var(--pddb-accent, #ff5a17);
	outline-offset: 3px;
}

.pddb-code {
	width: 134px;
	flex: 0 0 134px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	font-size: var(--pddb-code-desktop, 18px);
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.pddb-divider {
	width: 1px;
	height: 100%;
	background: #4d4f51;
	flex: 0 0 1px;
}

.pddb-copy {
	flex: 1 1 auto;
	height: 100%;
	padding: 0 17px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	font-size: var(--pddb-copy-desktop, 17px);
	font-weight: 500;
	white-space: nowrap;
}

.pddb-copy-icon {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	flex: 0 0 auto;
}

.pddb-copy-label {
	display: inline-block;
}

.pddb-code-wrap.pddb-copied {
	border-color: var(--pddb-accent, #ff5a17);
}

.pddb-code-wrap.pddb-copied .pddb-copy-label {
	font-weight: 700;
}

@media (max-width: 1100px) and (min-width: 768px) {
	.pddb-inner {
		gap: 24px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.pddb-delivery {
		font-size: 21px;
	}

	.pddb-offer {
		font-size: 18px;
	}

	.pddb-code-wrap {
		width: 290px;
		min-width: 290px;
	}
}

@media (max-width: 767px) {
	.pddb-bar {
		width: 100vw !important;
		min-width: 100vw !important;
		margin-left: calc(50% - 50vw) !important;
		margin-right: calc(50% - 50vw) !important;
	}

	.pddb-inner {
		min-height: 174px;
		height: auto;
		padding: 17px 12px 16px;
		flex-direction: column;
		gap: 10px;
		justify-content: flex-start;
		text-align: center;
	}

	.pddb-delivery {
		font-size: var(--pddb-delivery-mobile, 23px);
		line-height: 1.2;
		margin-top: 1px;
		white-space: normal;
	}

	.pddb-offer {
		font-size: var(--pddb-discount-mobile, 20px);
		line-height: 1.25;
		white-space: normal;
	}

	.pddb-code-wrap {
		height: 51px;
		width: 260px;
		min-width: 260px;
		margin-top: 5px;
	}

	.pddb-code {
		width: 108px;
		flex-basis: 108px;
		font-size: var(--pddb-code-mobile, 17px);
		padding: 0 10px;
	}

	.pddb-copy {
		min-width: 0;
		font-size: var(--pddb-copy-mobile, 17px);
		padding: 0 12px;
	}
}

@media (max-width: 360px) {
	.pddb-delivery {
		font-size: var(--pddb-delivery-mobile, 20px);
	}

	.pddb-offer {
		font-size: var(--pddb-discount-mobile, 18px);
	}

	.pddb-code-wrap {
		width: 250px;
		min-width: 250px;
	}
}
