/* =========================================================
 * Mind35 Delivery Zone — Clean scoped CSS
 * Scopes: .m35zip-home  .m35zip-shop  .m35zip-archive  .m35zip-checkout
 * ========================================================= */


/* ============================================================
 * HOME PAGE
 * ============================================================ */

.m35zip-home {
	max-width: 480px;
	border: 1px solid #7A7A7A;
	padding: 18px 16px;
	border-radius: 14px;
	box-sizing: border-box;
	height: auto;
	min-height: 0;
	align-self: flex-start;
}

.m35zip-home * {
	box-sizing: border-box;
}

.m35zip-home .mind35dup-zip-checker {
	max-width: 480px;
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
	margin: 0;
}

.m35zip-home .mind35dup-zip-checker__inner {
	background: transparent;
	color: #fff;
}

.m35zip-home .mind35dup-zip-checker__lede {
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.5;
	margin: 0 0 0.85rem;
	display: flex;
	align-items: center;
	gap: 0.4rem;
}

.m35zip-home .mind35dup-zip-checker__lede .dashicons {
	color: #0b6b3a;
	font-size: 1.1rem;
	width: 1.1rem;
	height: 1.1rem;
}

.m35zip-home .mind35dup-zip-checker__form {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
	margin: 0;
	padding: 0;
	width: 100%;
}

.m35zip-home .mind35dup-zip-checker__input {
	width: 100%;
	height: 48px;
	min-height: 48px;
	max-height: 48px;
	padding: 0 1.25rem;
	background: #ffffff;
	border: 1px solid #d8d8d8;
	border-radius: 100px;
	color: #111;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	outline: 0;
	-webkit-appearance: none;
	appearance: none;
}

.m35zip-home .mind35dup-zip-checker__input::placeholder {
	color: #111;
	font-size: 15px;
	opacity: 0.6;
}

.m35zip-home .mind35dup-zip-checker__input:focus {
	border-color: #0b6b3a;
	box-shadow: 0 0 0 3px rgba(11, 107, 58, 0.15);
}

.m35zip-home .mind35dup-zip-checker__btn {
	width: 100%;
	height: 48px;
	min-height: 48px;
	max-height: 48px;
	padding: 0 1.5rem;
	background: #0b6b3a;
	color: #fff;
	border: 0;
	border-radius: 100px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s ease;
	-webkit-appearance: none;
	appearance: none;
}

.m35zip-home .mind35dup-zip-checker__btn:hover {
	background: #9400D3;
}

.m35zip-home .mind35dup-zip-checker__btn:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

.m35zip-home .mind35dup-zip-checker__result {
	margin-top: 1rem;
	font-size: 15px;
	line-height: 1.5;
	color: #fff;
}

.m35zip-home .mind35dup-zip-checker__result p {
	margin: 0 0 0.5rem;
}

.m35zip-home .mind35dup-zip-checker__result.is-success {
	padding: 0.9rem 1rem;
	background: rgba(232, 245, 237, 0.95);
	color: #0a6b3b;
	border-radius: 10px;
}

.m35zip-home .mind35dup-zip-checker__result.is-error {
	padding: 0.9rem 1rem;
	background: rgba(251, 236, 236, 0.95);
	color: #7a1a1a;
	border-radius: 10px;
}

.m35zip-home .mind35dup-zip-checker__cta {
	display: inline-block;
	margin-top: 0.5rem;
	padding: 0.65rem 1.25rem;
	background: #0b6b3a;
	color: #fff;
	text-decoration: none;
	border-radius: 100px;
	font-weight: 600;
	font-size: 14px;
}

.m35zip-home .mind35dup-zip-checker__cta:hover {
	background: #9400D3;
}


/* ============================================================
 * SHOP PAGE
 * ============================================================ */

.m35zip-shop {
	width: 100%;
	max-width: 100%;
	margin: 0 0 1.5rem;
	clear: both;
}

.m35zip-shop * {
	box-sizing: border-box;
}

.m35zip-shop .mind35dup-zip-toggle-wrap.woocommerce-info {
	background: #ffffff;
	border-top: 4px solid #0b6b3a;
	border-radius: 14px;
	padding: 0;
	margin: 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
	list-style: none;
}

.m35zip-shop .mind35dup-zip-toggle-wrap.woocommerce-info::before {
	display: none;
}

.m35zip-shop .mind35dup-zip-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.25rem;
	width: 100%;
	color: #111;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}

.m35zip-shop .mind35dup-zip-toggle__label {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: #111;
	font-weight: 600;
	font-size: 16px;
}

.m35zip-shop .mind35dup-zip-toggle__label .dashicons {
	color: #0b6b3a;
	font-size: 1.2rem;
	width: 1.2rem;
	height: 1.2rem;
}

.m35zip-shop .mind35dup-zip-toggle__hint {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: #111;
	font-weight: 600;
	font-size: 16px;
}

.m35zip-shop .mind35dup-zip-toggle__hint::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #0b6b3a;
	transition: transform 0.3s ease;
}

.m35zip-shop .mind35dup-zip-toggle.is-open .mind35dup-zip-toggle__hint::after {
	transform: rotate(180deg);
}

.m35zip-shop .mind35dup-zip-checker {
	width: 100%;
	max-width: 100%;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 14px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
	padding: 1.25rem 1.5rem;
	margin: 0.5rem 0 0;
}

.m35zip-shop .mind35dup-zip-checker__lede {
	color: #111;
	font-weight: 600;
	font-size: 16px;
	margin: 0 0 1rem;
	line-height: 1.5;
}

.m35zip-shop .mind35dup-zip-checker__form {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 0.6rem;
	align-items: center;
	width: 100%;
}

.m35zip-shop .mind35dup-zip-checker__input {
	grid-column: 1;
	width: 100%;
	height: 48px;
	min-height: 48px;
	max-height: 48px;
	padding: 0 1.25rem;
	background: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 100px;
	color: #111;
	font-size: 15px;
	outline: 0;
}

.m35zip-shop .mind35dup-zip-checker__input::placeholder {
	color: #111;
	font-size: 15px;
	opacity: 0.6;
}

.m35zip-shop .mind35dup-zip-checker__input:focus {
	border-color: #0b6b3a;
	box-shadow: 0 0 0 3px rgba(11, 107, 58, 0.15);
}

.m35zip-shop .mind35dup-zip-checker__btn {
	grid-column: 2;
	width: auto;
	height: 48px;
	min-height: 48px;
	max-height: 48px;
	padding: 0 1.5rem;
	background: #0b6b3a;
	color: #fff;
	border: 0;
	border-radius: 100px;
	font-size: 16px;
	font-weight: 600;
	white-space: nowrap;
	cursor: pointer;
	transition: background 0.2s ease;
}

.m35zip-shop .mind35dup-zip-checker__btn:hover {
	background: #9400D3;
}

.m35zip-shop .mind35dup-zip-checker__result {
	margin-top: 1rem;
	font-size: 14px;
	color: #111;
}

.m35zip-shop .mind35dup-zip-checker__result.is-success {
	padding: 0.9rem 1rem;
	background: #e8f5ed;
	color: #0a6b3b;
	border-radius: 10px;
}

.m35zip-shop .mind35dup-zip-checker__result.is-error {
	padding: 0.9rem 1rem;
	background: #fbecec;
	color: #7a1a1a;
	border-radius: 10px;
}

.m35zip-shop .mind35dup-zip-checker__cta {
	display: inline-block;
	margin-top: 0.5rem;
	padding: 0.65rem 1.25rem;
	background: #0b6b3a;
	color: #fff;
	text-decoration: none;
	border-radius: 100px;
	font-weight: 600;
	font-size: 14px;
}

.m35zip-shop .mind35dup-zip-checker__cta:hover {
	background: #9400D3;
}

.m35zip-shop .mind35dup-zip-collapse {
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transition: max-height 0.4s ease, opacity 0.3s ease;
}


/* ============================================================
 * ARCHIVE PAGE (category / tag / search)
 * ============================================================ */

.m35zip-archive {
	width: 100%;
	max-width: 100%;
	margin: 0 0 1.5rem;
	clear: both;
}

.m35zip-archive * {
	box-sizing: border-box;
}

.m35zip-archive .mind35dup-zip-toggle-wrap.woocommerce-info {
	background: #ffffff;
	border-top: 4px solid #0b6b3a;
	border-radius: 14px;
	padding: 0;
	margin: 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
	list-style: none;
}

.m35zip-archive .mind35dup-zip-toggle-wrap.woocommerce-info::before {
	display: none;
}

.m35zip-archive .mind35dup-zip-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.25rem;
	width: 100%;
	color: #111;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}

.m35zip-archive .mind35dup-zip-toggle__label {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: #111;
	font-weight: 600;
	font-size: 16px;
}

.m35zip-archive .mind35dup-zip-toggle__label .dashicons {
	color: #0b6b3a;
	font-size: 1.2rem;
	width: 1.2rem;
	height: 1.2rem;
}

.m35zip-archive .mind35dup-zip-toggle__hint {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: #111;
	font-weight: 600;
	font-size: 16px;
}

.m35zip-archive .mind35dup-zip-toggle__hint::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #0b6b3a;
	transition: transform 0.3s ease;
}

.m35zip-archive .mind35dup-zip-toggle.is-open .mind35dup-zip-toggle__hint::after {
	transform: rotate(180deg);
}

.m35zip-archive .mind35dup-zip-checker {
	width: 100%;
	max-width: 100%;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 14px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
	padding: 1.25rem 1.5rem;
	margin: 0.5rem 0 0;
}

.m35zip-archive .mind35dup-zip-checker__lede {
	color: #111;
	font-weight: 600;
	font-size: 16px;
	margin: 0 0 1rem;
	line-height: 1.5;
}

.m35zip-archive .mind35dup-zip-checker__form {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 0.6rem;
	align-items: center;
	width: 100%;
}

.m35zip-archive .mind35dup-zip-checker__input {
	grid-column: 1;
	width: 100%;
	height: 48px;
	min-height: 48px;
	max-height: 48px;
	padding: 0 1.25rem;
	background: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 100px;
	color: #111;
	font-size: 15px;
	outline: 0;
}

.m35zip-archive .mind35dup-zip-checker__input::placeholder {
	color: #111;
	font-size: 15px;
	opacity: 0.6;
}

.m35zip-archive .mind35dup-zip-checker__input:focus {
	border-color: #0b6b3a;
	box-shadow: 0 0 0 3px rgba(11, 107, 58, 0.15);
}

.m35zip-archive .mind35dup-zip-checker__btn {
	grid-column: 2;
	width: auto;
	height: 48px;
	min-height: 48px;
	max-height: 48px;
	padding: 0 1.5rem;
	background: #0b6b3a;
	color: #fff;
	border: 0;
	border-radius: 100px;
	font-size: 16px;
	font-weight: 600;
	white-space: nowrap;
	cursor: pointer;
	transition: background 0.2s ease;
}

.m35zip-archive .mind35dup-zip-checker__btn:hover {
	background: #9400D3;
}

.m35zip-archive .mind35dup-zip-checker__result {
	margin-top: 1rem;
	font-size: 14px;
	color: #111;
}

.m35zip-archive .mind35dup-zip-checker__result.is-success {
	padding: 0.9rem 1rem;
	background: #e8f5ed;
	color: #0a6b3b;
	border-radius: 10px;
}

.m35zip-archive .mind35dup-zip-checker__result.is-error {
	padding: 0.9rem 1rem;
	background: #fbecec;
	color: #7a1a1a;
	border-radius: 10px;
}

.m35zip-archive .mind35dup-zip-checker__cta {
	display: inline-block;
	margin-top: 0.5rem;
	padding: 0.65rem 1.25rem;
	background: #0b6b3a;
	color: #fff;
	text-decoration: none;
	border-radius: 100px;
	font-weight: 600;
	font-size: 14px;
}

.m35zip-archive .mind35dup-zip-checker__cta:hover {
	background: #9400D3;
}

.m35zip-archive .mind35dup-zip-collapse {
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transition: max-height 0.4s ease, opacity 0.3s ease;
}


/* ============================================================
 * CHECKOUT PAGE
 * ============================================================ */

.m35zip-checkout {
	width: 100%;
	margin: 1rem 0;
}

.m35zip-checkout * {
	box-sizing: border-box;
}

.m35zip-checkout .mind35dup-zip-toggle-wrap.woocommerce-info {
	background: #ffffff;
	border-top: 4px solid #0b6b3a;
	border-radius: 14px;
	padding: 0;
	margin: 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
	list-style: none;
}

.m35zip-checkout .mind35dup-zip-toggle-wrap.woocommerce-info::before {
	display: none;
}

.m35zip-checkout .mind35dup-zip-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.25rem;
	width: 100%;
	color: #111;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}

.m35zip-checkout .mind35dup-zip-toggle__label {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: #111;
	font-weight: 600;
	font-size: 16px;
}

.m35zip-checkout .mind35dup-zip-toggle__label .dashicons {
	color: #0b6b3a;
	font-size: 1.2rem;
	width: 1.2rem;
	height: 1.2rem;
}

.m35zip-checkout .mind35dup-zip-toggle__hint {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: #111;
	font-weight: 600;
	font-size: 16px;
}

.m35zip-checkout .mind35dup-zip-toggle__hint::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #0b6b3a;
	transition: transform 0.3s ease;
}

.m35zip-checkout .mind35dup-zip-toggle.is-open .mind35dup-zip-toggle__hint::after {
	transform: rotate(180deg);
}

.m35zip-checkout .mind35dup-zip-checker {
	width: 100%;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 14px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
	padding: 1.25rem 1.5rem;
	margin: 0.5rem 0 0;
}

.m35zip-checkout .mind35dup-zip-checker__lede {
	color: #111;
	font-weight: 600;
	font-size: 16px;
	margin: 0 0 1rem;
	line-height: 1.5;
}

.m35zip-checkout .mind35dup-zip-checker__form {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 0.6rem;
	align-items: center;
	width: 100%;
}

.m35zip-checkout .mind35dup-zip-checker__input {
	grid-column: 1;
	width: 100%;
	height: 48px;
	min-height: 48px;
	max-height: 48px;
	padding: 0 1.25rem;
	background: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 100px;
	color: #111;
	font-size: 15px;
	outline: 0;
}

.m35zip-checkout .mind35dup-zip-checker__input::placeholder {
	color: #111;
	font-size: 15px;
	opacity: 0.6;
}

.m35zip-checkout .mind35dup-zip-checker__input:focus {
	border-color: #0b6b3a;
	box-shadow: 0 0 0 3px rgba(11, 107, 58, 0.15);
}

.m35zip-checkout .mind35dup-zip-checker__btn {
	grid-column: 2;
	width: auto;
	height: 48px;
	min-height: 48px;
	max-height: 48px;
	padding: 0 1.5rem;
	background: #0b6b3a;
	color: #fff;
	border: 0;
	border-radius: 100px;
	font-size: 16px;
	font-weight: 600;
	white-space: nowrap;
	cursor: pointer;
	transition: background 0.2s ease;
}

.m35zip-checkout .mind35dup-zip-checker__btn:hover {
	background: #9400D3;
}

.m35zip-checkout .mind35dup-zip-checker__result {
	margin-top: 1rem;
	font-size: 14px;
	color: #111;
}

.m35zip-checkout .mind35dup-zip-checker__result.is-success {
	padding: 0.9rem 1rem;
	background: #e8f5ed;
	color: #0a6b3b;
	border-radius: 10px;
}

.m35zip-checkout .mind35dup-zip-checker__result.is-error {
	padding: 0.9rem 1rem;
	background: #fbecec;
	color: #7a1a1a;
	border-radius: 10px;
}

.m35zip-checkout .mind35dup-zip-checker__cta {
	display: inline-block;
	margin-top: 0.5rem;
	padding: 0.65rem 1.25rem;
	background: #0b6b3a;
	color: #fff;
	text-decoration: none;
	border-radius: 100px;
	font-weight: 600;
	font-size: 14px;
}

.m35zip-checkout .mind35dup-zip-checker__cta:hover {
	background: #9400D3;
}

.m35zip-checkout .mind35dup-zip-collapse {
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transition: max-height 0.4s ease, opacity 0.3s ease;
}


/* ============================================================
 * MOBILE
 * ============================================================ */

@media (max-width: 600px) {
	.m35zip-home {
		max-width: 100%;
	}

	.m35zip-shop .mind35dup-zip-checker__form,
	.m35zip-archive .mind35dup-zip-checker__form,
	.m35zip-checkout .mind35dup-zip-checker__form {
		grid-template-columns: 1fr;
	}

	.m35zip-shop .mind35dup-zip-checker__btn,
	.m35zip-archive .mind35dup-zip-checker__btn,
	.m35zip-checkout .mind35dup-zip-checker__btn {
		grid-column: 1;
		width: 100%;
	}

	.m35zip-shop .mind35dup-zip-toggle,
	.m35zip-archive .mind35dup-zip-toggle,
	.m35zip-checkout .mind35dup-zip-toggle {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.35rem;
		padding: 0.85rem 1rem;
	}
}


/* ============================================================
 * SHARED: Checkout error notice CTA
 * ============================================================ */

.mind35dup-checkout-cta {
	font-weight: 600;
	text-decoration: underline;
	color: #0b6b3a;
}

.mind35dup-checkout-cta:hover {
	color: #9400D3;
}
