.wc-d24-product-delivery {
	display: inline-flex;
	vertical-align: middle;
	margin: 10px 0 5px 8px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #fff;
}
.wc-d24-product-delivery__line {
	display: flex;
	align-items: center;
	gap: 0;
	min-height: 0;
	flex-wrap: nowrap;
}
.wc-d24-product-delivery__label {
	margin: 0;
	white-space: nowrap;
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	max-width: 100%;
	overflow: hidden;
}
.wc-d24-product-delivery__city-trigger {
	background: none;
	border: 0;
	color: #9dd3ff;
	font-size: 12px !important;
	line-height: 1.1 !important;
	font-family: inherit !important;
	font-weight: 700 !important;
	cursor: pointer;
	text-decoration: underline;
	padding: 0;
	white-space: nowrap;
	flex: 0 0 auto;
}
.wc-d24-product-delivery__city-trigger strong {
	color: inherit;
	font-weight: inherit;
}
.wc-d24-product-delivery__city-trigger:hover {
	color: #b9e3ff;
}
.wc-d24-product-delivery__city-trigger:focus-visible {
	outline: 1px dashed rgba(185, 227, 255, 0.8);
	outline-offset: 2px;
	border-radius: 2px;
}
.wc-d24-product-delivery__inline-price { white-space: nowrap; font-weight: 700; }

@media (max-width: 480px) {
	.wc-d24-product-delivery {
		display: block;
		margin: 6px 0 8px;
	}
	.wc-d24-product-delivery__line { flex-wrap: wrap; row-gap: 2px; }
	.wc-d24-product-delivery__label { white-space: normal; }
}

.wc-d24-city-modal[hidden] { display: none !important; }
.wc-d24-city-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
}
.wc-d24-city-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}
.wc-d24-city-modal__dialog {
	position: relative;
	width: min(560px, calc(100% - 24px));
	margin: 72px auto 0;
	background: rgb(57 57 57 / 80%);
	color: #f3f7ff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(2px);
}
.wc-d24-city-modal__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background: rgb(57 57 57 / 86%);
	color: #f3f7ff;
}
.wc-d24-city-modal__head strong {
	color: #f3f7ff !important;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .1px;
}
.wc-d24-city-modal__close {
	border: 0;
	background: none;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	color: #b7c2d8;
	padding: 0 2px;
}
.wc-d24-city-modal__body {
	padding: 14px 16px 16px;
	background: rgb(57 57 57 / 74%);
}
.wc-d24-city-modal__input {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.16) !important;
	border-radius: 9px;
	padding: 11px 12px;
	font-size: 14px;
	font-weight: 500;
	background: rgb(40 40 40 / 88%) !important;
	color: #f3f7ff !important;
	box-shadow: none !important;
}
.wc-d24-city-modal__input::placeholder {
	color: #9fb0cd !important;
	opacity: 1;
}
.wc-d24-city-modal__input:focus {
	border-color: rgba(255, 255, 255, 0.28) !important;
	outline: none !important;
	box-shadow: none !important;
}
.wc-d24-city-modal__status {
	margin: 10px 0 8px;
	font-size: 12px;
	font-weight: 600;
	color: #c1cbe0 !important;
}
.wc-d24-city-modal__results {
	max-height: 280px;
	overflow: auto;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 10px;
	background: rgb(40 40 40 / 88%);
}
.wc-d24-city-modal__item {
	width: 100%;
	display: block;
	text-align: left !important;
	justify-content: flex-start !important;
	align-items: flex-start !important;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: transparent;
	border-radius: 8px;
	padding: 10px 12px;
	font-size: 16px;
	font-weight: 500 !important;
	line-height: 1.3;
	letter-spacing: 0;
	font-family: inherit !important;
	text-transform: none !important;
	color: #f3f7ff !important;
	cursor: pointer;
	margin: 0 0 6px 0;
	transition: background-color .15s ease, color .15s ease;
	padding: 5px 0 5px 10px!important;
}
.wc-d24-city-modal__item:last-child { margin-bottom: 0; }
.wc-d24-city-modal__item,
.wc-d24-city-modal__item * {
	text-align: left !important;
}
.wc-d24-city-modal__item:hover { background: rgb(79 79 79 / 92%); color: #ffffff !important; }
.wc-d24-city-modal__item:focus-visible {
	outline: none;
	background: rgb(79 79 79 / 92%);
	box-shadow: none;
}

