.djh-d8d41312-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #E0E0E0;
	font-family: inherit;
	gap: 20px;
}

/* Brand */
.djh-d8d41312-brand-name {
	display: inline-flex;
	align-items: center;
	font-size: 20px;
	font-weight: 800;
	text-decoration: none;
	letter-spacing: 0.5px;
	white-space: nowrap;
	flex-shrink: 0;
}

.djh-d8d41312-brand-part1 { color: #222222; }
.djh-d8d41312-brand-part2 { color: #222222; }

/* Search Wrapper */
.djh-d8d41312-search-wrap {
	position: relative;
	flex: 1;
	max-width: 480px;
}

/* Search */
.djh-d8d41312-search {
	display: flex;
	align-items: center;
	border: 1px solid #CCCCCC;
	border-radius: 24px;
	padding: 8px 16px;
	gap: 10px;
	width: 100%;
	transition: border-color 0.2s ease;
	background-color: #FFFFFF;
	box-sizing: border-box;
}

.djh-d8d41312-search:focus-within { border-color: #E8751A; }

.djh-d8d41312-search-icon {
	color: #999999;
	font-size: 14px;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
}

.djh-d8d41312-search-icon svg { width: 14px; height: 14px; fill: #999999; }

.djh-d8d41312-search-input {
	border: none;
	outline: none;
	background: transparent;
	font-size: 13px;
	color: #333333;
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 1.4;
}

.djh-d8d41312-search-input::placeholder { color: #999999; }

.djh-d8d41312-search-spinner {
	color: #E8751A;
	font-size: 14px;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
}

/* ===== Live Search Results Dropdown ===== */
.djh-d8d41312-search-results {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid #ddd;
	border-top: none;
	border-radius: 0 0 12px 12px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.12);
	z-index: 99999;
	max-height: 400px;
	overflow-y: auto;
	margin-top: -2px;
}

.djh-d8d41312-sr-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 16px;
	text-decoration: none;
	color: #222;
	transition: background-color 0.15s ease;
	border-bottom: 1px solid #f5f5f5;
}

.djh-d8d41312-sr-item:last-child {
	border-bottom: none;
}

.djh-d8d41312-sr-item:hover {
	background-color: #FFF7ED;
}

.djh-d8d41312-sr-thumb {
	width: 48px;
	height: 48px;
	border-radius: 6px;
	object-fit: cover;
	flex-shrink: 0;
	background: #f0f0f0;
}

.djh-d8d41312-sr-thumb-placeholder {
	width: 48px;
	height: 48px;
	border-radius: 6px;
	background: #f0f0f0;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ccc;
	font-size: 20px;
}

.djh-d8d41312-sr-info {
	flex: 1;
	min-width: 0;
}

.djh-d8d41312-sr-title {
	font-size: 13px;
	font-weight: 600;
	color: #222;
	line-height: 1.3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.djh-d8d41312-sr-artist {
	font-size: 11px;
	color: #888;
	line-height: 1.3;
	margin-top: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.djh-d8d41312-sr-meta {
	font-size: 10px;
	color: #aaa;
	line-height: 1.3;
	margin-top: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.djh-d8d41312-sr-price {
	font-size: 13px;
	font-weight: 700;
	color: #E8751A;
	flex-shrink: 0;
	white-space: nowrap;
}

.djh-d8d41312-sr-empty {
	padding: 20px 16px;
	text-align: center;
	color: #999;
	font-size: 13px;
}

/* Actions */
.djh-d8d41312-actions {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-shrink: 0;
}

.djh-d8d41312-login {
	color: #333333;
	text-decoration: none;
	font-size: 13px;
	font-weight: 500;
	transition: color 0.2s ease;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
}

.djh-d8d41312-login:hover { color: #E8751A; }

.djh-d8d41312-signup {
	background-color: #E8751A;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	padding: 7px 18px;
	border-radius: 4px;
	transition: background-color 0.2s ease;
	white-space: nowrap;
	display: inline-block;
	line-height: 1.4;
}

.djh-d8d41312-signup:hover { background-color: #D06515; }

.djh-d8d41312-separator {
	width: 1px;
	height: 24px;
	background-color: #E0E0E0;
	flex-shrink: 0;
}

/* Cart toggle button */
.djh-d8d41312-cart-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: #E8751A;
	transition: opacity 0.2s ease;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	font-family: inherit;
}

.djh-d8d41312-cart-link:hover { opacity: 0.8; }

.djh-d8d41312-cart-icon {
	font-size: 24px;
	display: inline-flex;
	align-items: center;
}

.djh-d8d41312-cart-icon svg { width: 24px; height: 24px; fill: #E8751A; }

.djh-d8d41312-cart-badge {
	position: absolute;
	top: -6px;
	right: -8px;
	background-color: #E8751A;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: 700;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

/* ===== Cart Side Panel ===== */
.djh-d8d41312-cart-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 99998;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.djh-d8d41312-cart-overlay.djh-active {
	opacity: 1;
	visibility: visible;
}

.djh-d8d41312-cart-panel {
	position: fixed;
	top: 0;
	right: -340px;
	width: 320px;
	max-width: 85vw;
	height: calc(100% - 80px);
	background: #FFFFFF;
	z-index: 99999;
	box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
	transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.djh-d8d41312-cart-panel.djh-active { right: 0; }

.djh-d8d41312-cart-panel-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 16px;
	border-bottom: 1px solid #eee;
	flex-shrink: 0;
}

.djh-d8d41312-cart-panel-title {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 700;
	color: #222;
}

.djh-d8d41312-cart-panel-icon { color: #E8751A; font-size: 16px; }

.djh-d8d41312-cart-panel-close {
	background: none;
	border: none;
	font-size: 22px;
	color: #999;
	cursor: pointer;
	padding: 0;
	line-height: 1;
	transition: color 0.2s ease;
}

.djh-d8d41312-cart-panel-close:hover { color: #333; }

.djh-d8d41312-cart-panel-body {
	flex: 1;
	overflow-y: auto;
	padding: 12px 16px;
}

/* ===== Custom Cart Items ===== */
.djh-d8d41312-cart-empty {
	text-align: center;
	color: #999;
	font-size: 13px;
	padding: 30px 0;
}

.djh-d8d41312-cart-items {
	list-style: none;
	padding: 0;
	margin: 0;
}

.djh-d8d41312-cart-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #f0f0f0;
	position: relative;
}

.djh-d8d41312-ci-thumb {
	flex-shrink: 0;
}

.djh-d8d41312-ci-thumb img {
	width: 40px !important;
	height: 40px !important;
	max-width: 40px !important;
	max-height: 40px !important;
	min-width: 40px !important;
	min-height: 40px !important;
	object-fit: cover !important;
	border-radius: 4px !important;
	display: block !important;
}

.djh-d8d41312-ci-thumb a {
	display: block;
	line-height: 0;
}

.djh-d8d41312-ci-info {
	flex: 1;
	min-width: 0;
}

.djh-d8d41312-ci-name {
	color: #222;
	text-decoration: none;
	font-weight: 600;
	font-size: 12px;
	line-height: 1.3;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.djh-d8d41312-ci-name:hover { color: #E8751A; }

.djh-d8d41312-ci-price {
	font-size: 11px;
	color: #666;
	margin-top: 2px;
}

/* Quantity controls */
.djh-d8d41312-ci-qty {
	display: flex;
	align-items: center;
	gap: 0;
	margin-top: 6px;
}

.djh-d8d41312-qty-btn {
	width: 24px;
	height: 24px;
	border: 1px solid #ddd;
	background: #f9f9f9;
	color: #333;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	line-height: 1;
	transition: background 0.2s ease, border-color 0.2s ease;
	user-select: none;
}

.djh-d8d41312-qty-btn:hover {
	background: #E8751A;
	color: #fff;
	border-color: #E8751A;
}

.djh-d8d41312-qty-minus { border-radius: 4px 0 0 4px; }
.djh-d8d41312-qty-plus { border-radius: 0 4px 4px 0; }

.djh-d8d41312-qty-val {
	width: 28px;
	height: 24px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 600;
	color: #222;
}

/* Remove button */
.djh-d8d41312-ci-remove {
	position: absolute;
	top: 10px;
	right: 0;
	background: none;
	border: none;
	color: #ccc;
	font-size: 18px;
	cursor: pointer;
	padding: 0;
	line-height: 1;
	transition: color 0.2s ease;
}

.djh-d8d41312-ci-remove:hover { color: #E8751A; }

/* Subtotal */
.djh-d8d41312-cart-subtotal {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0 4px 0;
	border-top: 2px solid #eee;
	margin-top: 4px;
	font-size: 13px;
	font-weight: 700;
	color: #222;
}

/* Loading state */
.djh-d8d41312-cart-panel-body.djh-loading {
	opacity: 0.5;
	pointer-events: none;
}

/* Panel Footer */
.djh-d8d41312-cart-panel-footer {
	padding: 12px 16px;
	border-top: 1px solid #eee;
	flex-shrink: 0;
	text-align: center;
}

.djh-d8d41312-cart-panel-checkout-btn {
	display: block;
	width: 100%;
	padding: 10px 16px;
	background-color: #E8751A;
	color: #fff !important;
	text-decoration: none !important;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	transition: background-color 0.3s ease;
	box-sizing: border-box;
}

.djh-d8d41312-cart-panel-checkout-btn:hover { background-color: #D06515; }

.djh-d8d41312-cart-panel-view-btn {
	display: block;
	width: 100%;
	padding: 8px 16px;
	background-color: transparent;
	color: #E8751A !important;
	text-decoration: none !important;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 6px;
}

.djh-d8d41312-cart-panel-view-btn:hover { text-decoration: underline !important; }

.djh-d8d41312-cart-panel-login-text {
	font-size: 12px;
	color: #666;
	margin: 0 0 8px 0;
	line-height: 1.4;
}

.djh-d8d41312-cart-panel-login-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 100%;
	padding: 10px 16px;
	background-color: #333;
	color: #fff !important;
	text-decoration: none !important;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 600;
	transition: background-color 0.3s ease;
	box-sizing: border-box;
}

.djh-d8d41312-cart-panel-login-btn:hover { background-color: #555; }

/* Responsive */
@media (max-width: 768px) {
	.djh-d8d41312-header {
		flex-wrap: wrap;
		gap: 12px;
		padding: 10px 16px;
	}

	.djh-d8d41312-search-wrap {
		order: 3;
		max-width: 100%;
		width: 100%;
	}

	.djh-d8d41312-brand-name { font-size: 18px; }
	.djh-d8d41312-actions { gap: 10px; }

	.djh-d8d41312-cart-panel {
		width: 280px;
		max-width: 85vw;
		right: -300px;
	}
}
