/* KALE External Warehouse v1.0.1 */

.kale-ew-product-notice,
.kale-ew-cart-notice {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
	background: #f5f5f5;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	padding: 14px 16px;
	color: #222;
	font-family: inherit;
	box-shadow: 0 2px 8px rgba(0,0,0,.035);
}

.kale-ew-product-notice {
	margin: 10px 0 16px;
}

.kale-ew-product-notice__icon,
.kale-ew-cart-notice__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #ebebeb;
}

.kale-ew-icon {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: #ef2027;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.kale-ew-product-notice__text,
.kale-ew-cart-notice__text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	line-height: 1.35;
	min-width: 0;
}

.kale-ew-product-notice__text strong,
.kale-ew-cart-notice__text strong {
	font-size: 15px;
	font-weight: 700;
	color: #202020;
}

.kale-ew-product-notice__text span,
.kale-ew-cart-notice__text span {
	font-size: 14px;
	color: #555;
}

.kale-ew-product-notice__text b,
.kale-ew-cart-notice__text b {
	color: #ef2027;
	font-weight: 700;
}

/* Custom KALE cart page fallback */
.kale-ew-cart-page-notice-wrap,
.kale-ew-checkout-page-notice-wrap {
	max-width: 1200px;
	margin: 28px auto 18px;
	padding: 0 20px;
	box-sizing: border-box;
}

.kale-ew-cart-notice {
	margin: 0 0 18px;
}

/* Standard cart item meta */
.kale-ew-item-data {
	font-size: 13px;
	line-height: 1.45;
	color: #555;
}

.kale-ew-item-data strong {
	color: #222;
	font-weight: 600;
}

/* Keep any remaining Woo stock wrapper from adding empty space. */
.single-product p.stock:empty,
.single-product .stock:empty {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

@media (max-width: 767px) {
	.kale-ew-product-notice,
	.kale-ew-cart-notice {
		gap: 10px;
		padding: 12px 13px;
		border-radius: 9px;
	}

	.kale-ew-product-notice__icon,
	.kale-ew-cart-notice__icon {
		flex-basis: 32px;
		width: 32px;
		height: 32px;
	}

	.kale-ew-icon {
		width: 19px;
		height: 19px;
	}

	.kale-ew-product-notice__text strong,
	.kale-ew-cart-notice__text strong {
		font-size: 14px;
	}

	.kale-ew-product-notice__text span,
	.kale-ew-cart-notice__text span {
		font-size: 13px;
	}

	.kale-ew-cart-page-notice-wrap,
	.kale-ew-checkout-page-notice-wrap {
		margin: 18px auto 14px;
		padding: 0 14px;
	}
}
