/* IKEA UAE Order Importer Modern & Fully Responsive CSS */
div.ikea-order-wrapper {
	max-width: 820px;
	margin: 20px auto;
	font-family: inherit !important;
	direction: rtl;
	text-align: right;
	box-sizing: border-box;
	padding: 0 10px;
}

div.ikea-order-wrapper * {
	box-sizing: border-box;
	font-family: inherit !important;
}

/* Header Section */
div.ikea-order-wrapper .ikea-order-header {
	text-align: center;
	margin-bottom: 20px;
}

div.ikea-order-wrapper .ikea-brand-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: linear-gradient(135deg, #0051ba 0%, #003d8d 100%);
	color: #ffda1a;
	padding: 6px 16px;
	border-radius: 30px;
	font-weight: 900;
	font-size: clamp(0.75rem, 2.2vw, 0.875rem);
	letter-spacing: 0.5px;
	box-shadow: 0 4px 14px rgba(0, 81, 186, 0.25);
}

div.ikea-order-wrapper .ikea-flag {
	color: #ffffff;
	font-size: clamp(0.7rem, 2vw, 0.75rem);
	font-weight: 500;
}

div.ikea-order-wrapper .ikea-order-title {
	font-size: clamp(1.25rem, 4vw, 1.625rem) !important;
	font-weight: 800 !important;
	color: #0f172a;
	margin: 12px 0 6px 0;
	line-height: 1.35;
}

div.ikea-order-wrapper .ikea-order-subtitle {
	font-size: clamp(0.8125rem, 2.5vw, 0.875rem) !important;
	color: #64748b;
	margin: 0;
	line-height: 1.6;
}

/* Input Card */
html body div.ikea-order-wrapper .ikea-input-card {
	background: #ffffff !important;
	border-radius: var(--wp--preset--border-radius, 16px) !important;
	padding: clamp(14px, 3.5vw, 20px) !important;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
	border: 1px solid #e2e8f0 !important;
}

html body div.ikea-order-wrapper .ikea-input-group {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 10px !important;
	background: #f8fafc !important;
	border: 2px solid #cbd5e1 !important;
	border-radius: var(--wp--preset--border-radius, 14px) !important;
	padding: 6px 8px 6px 14px !important;
	transition: all 0.25s ease !important;
	margin: 0 !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

html body div.ikea-order-wrapper .ikea-input-group:focus-within {
	border-color: #0284c7 !important;
	background: #ffffff !important;
	box-shadow: 0 0 0 4px rgba(2, 132, 199, 0.12) !important;
}

html body div.ikea-order-wrapper .ikea-input-icon {
	color: #0284c7 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex-shrink: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

html body div.ikea-order-wrapper input.ikea-url-input,
html body div.ikea-order-wrapper input#ikea-product-url {
	flex: 1 1 auto !important;
	width: 100% !important;
	border: none !important;
	outline: none !important;
	background: transparent !important;
	font-size: clamp(0.875rem, 2.5vw, 0.95rem) !important;
	color: #0f172a !important;
	direction: ltr !important;
	text-align: left !important;
	padding: 10px 8px !important;
	box-shadow: none !important;
	margin: 0 !important;
	height: auto !important;
	min-height: 40px !important;
}

html body div.ikea-order-wrapper input.ikea-url-input::placeholder {
	color: #94a3b8 !important;
	direction: rtl !important;
	text-align: right !important;
	font-size: clamp(0.72rem, 2.5vw, 0.875rem) !important;
	text-overflow: ellipsis !important;
	overflow: hidden !important;
	white-space: nowrap !important;
}

/* Bright Vibrant Modern Blue Button for Inquiry */
html body div.ikea-order-wrapper button.ikea-submit-btn,
html body div.ikea-order-wrapper button#ikea-fetch-btn {
	background: linear-gradient(135deg, #0284c7 0%, #2563eb 100%) !important;
	background-color: #2563eb !important;
	color: #ffffff !important;
	border: none !important;
	border-radius: var(--wp--preset--border-radius, 10px) !important;
	padding: 12px 24px !important;
	font-size: clamp(0.875rem, 2.5vw, 0.9375rem) !important;
	font-weight: 700 !important;
	cursor: pointer !important;
	white-space: nowrap !important;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
	box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35) !important;
	flex-shrink: 0 !important;
	margin: 0 !important;
	height: 46px !important;
	width: auto !important;
	float: none !important;
}

html body div.ikea-order-wrapper button.ikea-submit-btn:hover,
html body div.ikea-order-wrapper button#ikea-fetch-btn:hover {
	background: linear-gradient(135deg, #0369a1 0%, #1d4ed8 100%) !important;
	background-color: #1d4ed8 !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 6px 20px rgba(37, 99, 235, 0.45) !important;
}

html body div.ikea-order-wrapper button.ikea-submit-btn:active,
html body div.ikea-order-wrapper button#ikea-fetch-btn:active {
	transform: translateY(0) !important;
}

/* Spinner */
div.ikea-order-wrapper .btn-spinner {
	width: 16px;
	height: 16px;
	border: 2.5px solid rgba(255, 255, 255, 0.35);
	border-top-color: #ffffff;
	border-radius: 50%;
	animation: ikea-spin 0.8s linear infinite;
	flex-shrink: 0;
}

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

div.ikea-order-wrapper .ikea-alert {
	padding: 12px 16px;
	border-radius: var(--wp--preset--border-radius, 10px);
	margin-top: 15px;
	font-size: clamp(0.8125rem, 2.3vw, 0.875rem);
	line-height: 1.5;
}

div.ikea-order-wrapper .ikea-alert-danger {
	background: #fef2f2;
	color: #991b1b;
	border: 1px solid #fecaca;
}

div.ikea-order-wrapper .ikea-alert-success {
	background: #f0fdf4;
	color: #166534;
	border: 1px solid #bbf7d0;
}

/* Skeleton Loader */
div.ikea-order-wrapper .ikea-skeleton-card {
	background: #ffffff;
	border-radius: var(--wp--preset--border-radius, 16px);
	padding: clamp(16px, 3.5vw, 24px);
	margin-top: 20px;
	display: flex;
	gap: 20px;
	border: 1px solid #e2e8f0;
}

div.ikea-order-wrapper .skeleton-img {
	width: clamp(110px, 25vw, 150px);
	height: clamp(110px, 25vw, 150px);
	background: #e2e8f0;
	border-radius: var(--wp--preset--border-radius, 12px);
	animation: ikea-pulse 1.5s infinite;
	flex-shrink: 0;
}

div.ikea-order-wrapper .skeleton-details {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

div.ikea-order-wrapper .skeleton-line {
	height: 16px;
	background: #e2e8f0;
	border-radius: 6px;
	animation: ikea-pulse 1.5s infinite;
}

div.ikea-order-wrapper .line-title { width: 75%; height: 22px; }
div.ikea-order-wrapper .line-sku { width: 40%; }
div.ikea-order-wrapper .line-price { width: 50%; height: 26px; }
div.ikea-order-wrapper .line-btn { width: 60%; height: 40px; margin-top: auto; }

@keyframes ikea-pulse {
	0%, 100% { opacity: 0.6; }
	50% { opacity: 1; }
}

/* Product Result Card */
div.ikea-order-wrapper .ikea-product-card {
	background: #ffffff;
	border-radius: var(--wp--preset--border-radius, 16px);
	margin-top: 20px;
	overflow: hidden;
	border: 1px solid #e2e8f0;
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.07);
	transition: all 0.3s ease;
}

div.ikea-order-wrapper .ikea-card-body {
	display: flex;
	padding: clamp(16px, 3.5vw, 24px);
	gap: clamp(16px, 3.5vw, 24px);
}

div.ikea-order-wrapper .ikea-card-media {
	width: clamp(130px, 28vw, 180px);
	height: clamp(130px, 28vw, 180px);
	flex-shrink: 0;
	border-radius: var(--wp--preset--border-radius, 12px);
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #f1f5f9;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

div.ikea-order-wrapper .ikea-card-media img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	border-radius: var(--wp--preset--border-radius, 8px);
}

div.ikea-order-wrapper .ikea-card-info {
	flex: 1;
	display: flex;
	flex-direction: column;
	min-width: 0;
}

div.ikea-order-wrapper .ikea-sku-tag {
	font-size: clamp(0.75rem, 2.2vw, 0.8125rem);
	color: #64748b;
	margin-bottom: 6px;
	letter-spacing: 0.3px;
}

div.ikea-order-wrapper .ikea-item-title {
	font-size: clamp(1.05rem, 3.2vw, 1.25rem) !important;
	font-weight: 700 !important;
	color: #0f172a;
	margin: 0 0 12px 0;
	line-height: 1.4;
	word-break: break-word;
}

div.ikea-order-wrapper .ikea-price-box {
	background: #f8fafc;
	border-radius: var(--wp--preset--border-radius, 12px);
	padding: clamp(12px, 2.8vw, 16px);
	margin-bottom: 16px;
	border: 1px dashed #cbd5e1;
}

div.ikea-order-wrapper .ikea-price-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
	gap: 8px;
}

div.ikea-order-wrapper .ikea-price-item:last-child {
	margin-bottom: 0;
}

div.ikea-order-wrapper .price-label {
	font-size: clamp(0.78125rem, 2.3vw, 0.84375rem);
	color: #475569;
	white-space: nowrap;
}

div.ikea-order-wrapper .price-val {
	font-size: clamp(0.8125rem, 2.4vw, 0.875rem);
	font-weight: 600;
	color: #1e293b;
	text-align: left;
}

div.ikea-order-wrapper .price-val.aed-price {
	font-size: clamp(0.8125rem, 2.4vw, 0.875rem);
	color: #475569;
	direction: ltr;
}

div.ikea-order-wrapper .ikea-price-item.main-price .price-label {
	font-weight: 700;
	color: #0f172a;
	font-size: clamp(0.84375rem, 2.5vw, 0.90625rem);
}

div.ikea-order-wrapper .price-val.toman-price {
	font-size: clamp(1.05rem, 3.5vw, 1.25rem);
	font-weight: 800;
	color: #0051ba;
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

div.ikea-order-wrapper .price-val.toman-price * {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

div.ikea-order-wrapper .ikea-actions-area {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: auto;
}

div.ikea-order-wrapper button.btn-add-cart,
div.ikea-order-wrapper a.btn-view-shop {
	width: 100% !important;
	padding: 14px 20px !important;
	border-radius: var(--wp--preset--border-radius, 12px) !important;
	font-size: clamp(0.875rem, 2.5vw, 0.9375rem) !important;
	font-weight: 700 !important;
	text-align: center !important;
	text-decoration: none !important;
	cursor: pointer !important;
	border: none !important;
	transition: all 0.25s ease !important;
	display: inline-flex !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 8px !important;
	margin-bottom: 8px !important;
}

div.ikea-order-wrapper button.btn-add-cart {
	background: linear-gradient(135deg, #0051ba 0%, #003d8d 100%) !important;
	background-color: #0051ba !important;
	color: #ffffff !important;
	box-shadow: 0 4px 14px rgba(0, 81, 186, 0.3) !important;
}

div.ikea-order-wrapper button.btn-add-cart:hover {
	background: linear-gradient(135deg, #003d8d 0%, #002b66 100%) !important;
	background-color: #003d8d !important;
	transform: translateY(-1px) !important;
	box-shadow: 0 6px 18px rgba(0, 81, 186, 0.4) !important;
}

div.ikea-order-wrapper a.btn-view-shop {
	background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
	background-color: #10b981 !important;
	color: #ffffff !important;
	box-shadow: 0 4px 14px rgba(16, 185, 129, 0.3) !important;
}

div.ikea-order-wrapper a.btn-view-shop:hover {
	background: linear-gradient(135deg, #059669 0%, #047857 100%) !important;
	background-color: #059669 !important;
	transform: translateY(-1px) !important;
	box-shadow: 0 6px 18px rgba(16, 185, 129, 0.4) !important;
}

div.ikea-order-wrapper .ikea-exist-banner {
	background: #ecfdf5;
	border: 1px solid #a7f3d0;
	color: #065f46;
	padding: 12px 16px;
	border-radius: var(--wp--preset--border-radius, 10px);
	font-size: clamp(0.8125rem, 2.3vw, 0.875rem);
	font-weight: 600;
	margin-bottom: 4px;
	display: flex;
	align-items: center;
	gap: 8px;
}

div.ikea-order-wrapper .ikea-unorderable-banner {
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #991b1b;
	padding: 12px 16px;
	border-radius: var(--wp--preset--border-radius, 10px);
	font-size: clamp(0.8125rem, 2.3vw, 0.875rem);
	font-weight: 600;
	margin-bottom: 4px;
	display: flex;
	align-items: center;
	gap: 8px;
}

/* Enhanced Mobile Responsive Adjustments (< 640px & < 480px) */
@media (max-width: 640px) {
	div.ikea-order-wrapper {
		margin: 10px auto !important;
		padding: 0 4px !important;
	}

	div.ikea-order-wrapper .ikea-order-subtitle {
		font-size: clamp(0.75rem, 3.2vw, 0.84rem) !important;
		line-height: 1.5 !important;
	}

	html body div.ikea-order-wrapper .ikea-input-card {
		padding: 14px 10px !important;
	}

	html body div.ikea-order-wrapper .ikea-input-group {
		padding: 4px 6px 4px 10px !important;
		gap: 6px !important;
	}

	html body div.ikea-order-wrapper input.ikea-url-input {
		font-size: clamp(0.75rem, 3vw, 0.85rem) !important;
		padding: 8px 4px !important;
		min-height: 38px !important;
	}

	html body div.ikea-order-wrapper .ikea-form-actions-row {
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 8px !important;
		margin-top: 12px !important;
	}

	html body div.ikea-order-wrapper .ikea-add-row-btn,
	html body div.ikea-order-wrapper button#ikea-add-row-btn {
		width: 100% !important;
		justify-content: center !important;
		height: 44px !important;
		font-size: clamp(0.8rem, 3vw, 0.875rem) !important;
	}

	html body div.ikea-order-wrapper button.ikea-submit-btn,
	html body div.ikea-order-wrapper button#ikea-fetch-btn {
		width: 100% !important;
		height: 48px !important;
		border-radius: 12px !important;
		justify-content: center !important;
		font-size: clamp(0.85rem, 3.5vw, 0.9375rem) !important;
	}

	html body div.ikea-order-wrapper .ikea-card-body {
		flex-direction: column !important;
		align-items: center !important;
		padding: 14px 12px !important;
		gap: 12px !important;
	}

	html body div.ikea-order-wrapper .ikea-card-media {
		width: 100% !important;
		max-width: 200px !important;
		height: 160px !important;
		margin: 0 auto !important;
	}

	html body div.ikea-order-wrapper .ikea-item-title {
		text-align: center !important;
		margin-bottom: 8px !important;
		font-size: clamp(0.95rem, 3.8vw, 1.1rem) !important;
	}

	html body div.ikea-order-wrapper .ikea-sku-tag {
		text-align: center !important;
	}

	html body div.ikea-order-wrapper .ikea-price-box {
		padding: 10px 12px !important;
		border-radius: 12px !important;
	}

	html body div.ikea-order-wrapper .ikea-price-item {
		font-size: clamp(0.75rem, 3vw, 0.85rem) !important;
	}

	html body div.ikea-order-wrapper .ikea-price-item.main-price .price-val.toman-price {
		font-size: clamp(1.05rem, 4vw, 1.2rem) !important;
	}

	html body div.ikea-order-wrapper .ikea-actions-area {
		margin-bottom: 8px !important;
		width: 100% !important;
	}

	html body div.ikea-order-wrapper button.btn-add-cart,
	html body div.ikea-order-wrapper a.btn-view-shop {
		width: 100% !important;
		height: 46px !important;
		justify-content: center !important;
		font-size: clamp(0.85rem, 3.2vw, 0.9375rem) !important;
		border-radius: 12px !important;
		display: flex !important;
		align-items: center !important;
	}

	html body div.ikea-order-wrapper .ikea-batch-summary {
		flex-direction: column !important;
		align-items: stretch !important;
		padding: 14px 12px !important;
		text-align: center !important;
		gap: 12px !important;
	}

	html body div.ikea-order-wrapper .summary-info {
		align-items: center !important;
		text-align: center !important;
	}

	html body div.ikea-order-wrapper .btn-add-all-cart {
		width: 100% !important;
		height: 48px !important;
		font-size: clamp(0.9rem, 3.8vw, 1rem) !important;
		justify-content: center !important;
		border-radius: 12px !important;
	}
}

@media (max-width: 480px) {
	div.ikea-order-wrapper .ikea-order-subtitle {
		font-size: clamp(0.72rem, 3vw, 0.82rem) !important;
		line-height: 1.5 !important;
		display: block !important;
	}

	html body div.ikea-order-wrapper .share-actions-row {
		flex-direction: column !important;
		gap: 6px !important;
	}

	html body div.ikea-order-wrapper button.btn-share-link,
	html body div.ikea-order-wrapper a.btn-whatsapp-share {
		width: 100% !important;
		height: 40px !important;
	}
}

/* Multi-Link Order Form Additional High-Specificity Styles */
html body div.ikea-order-wrapper .ikea-inputs-container {
	display: flex !important;
	flex-direction: column !important;
	gap: 12px !important;
}

html body div.ikea-order-wrapper .ikea-input-row {
	position: relative !important;
}

html body div.ikea-order-wrapper .ikea-remove-row-btn {
	background: transparent !important;
	color: #94a3b8 !important;
	border: none !important;
	box-shadow: none !important;
	width: auto !important;
	height: auto !important;
	padding: 4px 8px !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	cursor: pointer !important;
	transition: color 0.2s ease !important;
	flex-shrink: 0 !important;
	margin: 0 !important;
	line-height: 1 !important;
}

html body div.ikea-order-wrapper .ikea-remove-row-btn:hover {
	color: #ef4444 !important;
	background: transparent !important;
	border: none !important;
}

html body div.ikea-order-wrapper .ikea-form-actions-row {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 12px !important;
	margin-top: 14px !important;
	flex-wrap: wrap !important;
}

html body div.ikea-order-wrapper .ikea-add-row-btn,
html body div.ikea-order-wrapper button#ikea-add-row-btn {
	background: #f8fafc !important;
	color: #0284c7 !important;
	border: 2px dashed #0284c7 !important;
	border-radius: var(--wp--preset--border-radius, 10px) !important;
	padding: 10px 18px !important;
	font-size: clamp(0.8125rem, 2.3vw, 0.875rem) !important;
	font-weight: 700 !important;
	cursor: pointer !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 6px !important;
	transition: all 0.2s ease !important;
	margin: 0 !important;
}

html body div.ikea-order-wrapper .ikea-add-row-btn:hover,
html body div.ikea-order-wrapper button#ikea-add-row-btn:hover {
	background: #f0f9ff !important;
	border-color: #0369a1 !important;
	color: #0369a1 !important;
	transform: translateY(-1px) !important;
}

html body div.ikea-order-wrapper .ikea-products-list {
	display: flex !important;
	flex-direction: column !important;
	gap: 20px !important;
	margin-top: 24px !important;
}

html body div.ikea-order-wrapper .ikea-batch-summary {
	background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
	color: #ffffff !important;
	border-radius: var(--wp--preset--border-radius, 16px) !important;
	padding: 20px 24px !important;
	margin-top: 24px !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 16px !important;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.25) !important;
	border: 1px solid #334155 !important;
	flex-wrap: wrap !important;
}

html body div.ikea-order-wrapper .summary-info {
	display: flex !important;
	flex-direction: column !important;
	gap: 6px !important;
}

html body div.ikea-order-wrapper .summary-item {
	font-size: 0.9rem !important;
	color: #cbd5e1 !important;
}

html body div.ikea-order-wrapper .summary-item strong {
	color: #ffffff !important;
}

html body div.ikea-order-wrapper .summary-item.total-price {
	font-size: 1.05rem !important;
	margin-top: 4px !important;
	padding-top: 6px !important;
	border-top: 1px dashed #475569 !important;
}

html body div.ikea-order-wrapper .summary-item.total-price strong {
	color: #38bdf8 !important;
	font-size: 1.2rem !important;
}

html body div.ikea-order-wrapper .btn-add-all-cart {
	background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
	color: #ffffff !important;
	border: none !important;
	border-radius: var(--wp--preset--border-radius, 12px) !important;
	padding: 14px 28px !important;
	font-size: 1rem !important;
	font-weight: 800 !important;
	cursor: pointer !important;
	box-shadow: 0 4px 14px rgba(16, 185, 129, 0.4) !important;
	transition: all 0.25s ease !important;
	white-space: nowrap !important;
}

html body div.ikea-order-wrapper .btn-add-all-cart:hover {
	background: linear-gradient(135deg, #059669 0%, #047857 100%) !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 6px 20px rgba(16, 185, 129, 0.5) !important;
}

/* Summary Actions Layout */
html body div.ikea-order-wrapper .summary-actions {
	display: flex !important;
	flex-direction: column !important;
	gap: 10px !important;
	align-items: stretch !important;
}

html body div.ikea-order-wrapper .share-actions-row {
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
}

html body div.ikea-order-wrapper button.btn-share-link,
html body div.ikea-order-wrapper a.btn-whatsapp-share {
	flex: 1 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
	padding: 10px 16px !important;
	border-radius: var(--wp--preset--border-radius, 10px) !important;
	font-size: clamp(0.78125rem, 2.2vw, 0.84375rem) !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	cursor: pointer !important;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
	box-shadow: none !important;
}

html body div.ikea-order-wrapper button.btn-share-link {
	background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%) !important;
	color: #ffffff !important;
	border: none !important;
	box-shadow: 0 4px 12px rgba(2, 132, 199, 0.25) !important;
}

html body div.ikea-order-wrapper button.btn-share-link:hover {
	background: linear-gradient(135deg, #0369a1 0%, #075985 100%) !important;
	color: #ffffff !important;
	transform: translateY(-1px) !important;
	box-shadow: 0 6px 16px rgba(2, 132, 199, 0.35) !important;
}

html body div.ikea-order-wrapper button.btn-share-link.copied-active {
	background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
	box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3) !important;
}

html body div.ikea-order-wrapper a.btn-whatsapp-share {
	background: #25d366 !important;
	color: #ffffff !important;
	border: 1px solid #1da851 !important;
	box-shadow: 0 4px 12px rgba(37, 211, 102, 0.2) !important;
}

html body div.ikea-order-wrapper a.btn-whatsapp-share:hover {
	background: #1da851 !important;
	color: #ffffff !important;
	transform: translateY(-1px) !important;
	box-shadow: 0 6px 16px rgba(37, 211, 102, 0.3) !important;
}

/* Floating Toast Notification */
html body div.ikea-order-wrapper .ikea-toast-notify {
	position: fixed !important;
	bottom: 24px !important;
	left: 50% !important;
	transform: translateX(-50%) translateY(100px) !important;
	background: #0f172a !important;
	color: #ffffff !important;
	border: 1px solid #38bdf8 !important;
	padding: 12px 24px !important;
	border-radius: 30px !important;
	font-size: 0.875rem !important;
	font-weight: 700 !important;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3) !important;
	z-index: 99999 !important;
	opacity: 0 !important;
	transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
	pointer-events: none !important;
	white-space: nowrap !important;
	direction: rtl !important;
	text-align: center !important;
}

html body div.ikea-order-wrapper .ikea-toast-notify.show {
	opacity: 1 !important;
	transform: translateX(-50%) translateY(0) !important;
}

/* SKU Row & Origin Link */
html body div.ikea-order-wrapper .ikea-sku-row {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 10px !important;
	flex-wrap: wrap !important;
	margin-bottom: 6px !important;
}

html body div.ikea-order-wrapper a.ikea-origin-link {
	font-size: clamp(0.72rem, 2vw, 0.78125rem) !important;
	color: #0284c7 !important;
	text-decoration: none !important;
	font-weight: 600 !important;
	transition: color 0.2s ease !important;
}

html body div.ikea-order-wrapper a.ikea-origin-link:hover {
	color: #0369a1 !important;
	text-decoration: underline !important;
}

/* Quantity Selector Controls */
html body div.ikea-order-wrapper .ikea-qty-controls {
	display: inline-flex !important;
	align-items: center !important;
	border: 1px solid #cbd5e1 !important;
	border-radius: var(--wp--preset--border-radius, 8px) !important;
	overflow: hidden !important;
	background: #ffffff !important;
}

html body div.ikea-order-wrapper button.btn-qty {
	background: #f1f5f9 !important;
	color: #334155 !important;
	border: none !important;
	width: 28px !important;
	height: 28px !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	cursor: pointer !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	transition: background 0.2s ease !important;
	padding: 0 !important;
	box-shadow: none !important;
}

html body div.ikea-order-wrapper button.btn-qty:hover {
	background: #e2e8f0 !important;
	color: #0f172a !important;
}

html body div.ikea-order-wrapper input.ikea-qty-input {
	width: 34px !important;
	height: 28px !important;
	border: none !important;
	text-align: center !important;
	font-size: 0.85rem !important;
	font-weight: 700 !important;
	color: #0f172a !important;
	background: transparent !important;
	padding: 0 !important;
	box-shadow: none !important;
	-moz-appearance: textfield !important;
}

html body div.ikea-order-wrapper input.ikea-qty-input::-webkit-outer-spin-button,
html body div.ikea-order-wrapper input.ikea-qty-input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0 !important;
}

/* Recent Queries History */
html body div.ikea-order-wrapper .ikea-recent-history {
	background: #ffffff !important;
	border: 1px dashed #cbd5e1 !important;
	border-radius: var(--wp--preset--border-radius, 12px) !important;
	padding: 12px 16px !important;
	margin-top: 14px !important;
}

html body div.ikea-order-wrapper .recent-title {
	font-size: 0.8125rem !important;
	color: #64748b !important;
	font-weight: 700 !important;
	margin-bottom: 8px !important;
}

html body div.ikea-order-wrapper .recent-tags {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 6px !important;
}

html body div.ikea-order-wrapper button.recent-tag-btn {
	background: #f8fafc !important;
	color: #0369a1 !important;
	border: 1px solid #bae6fd !important;
	border-radius: 20px !important;
	padding: 4px 12px !important;
	font-size: 0.78125rem !important;
	font-weight: 600 !important;
	cursor: pointer !important;
	transition: all 0.2s ease !important;
	box-shadow: none !important;
}

html body div.ikea-order-wrapper button.recent-tag-btn:hover {
	background: #e0f2fe !important;
	border-color: #0284c7 !important;
	color: #0284c7 !important;
	transform: translateY(-1px) !important;
}
