:root {
	--sxm-ink: #0f172a;
	--sxm-muted: #64748b;
	--sxm-line: #00b900;
	--sxm-line-dark: #06c755;
	--sxm-warn: #b45309;
	--sxm-surface: #f8fafc;
	--sxm-card: #ffffff;
	--sxm-radius: 14px;
}

.sxm-taiwan-shop .site {
	background: var(--sxm-surface);
}

.sxm-trust-bar {
	background: var(--sxm-ink);
	color: #e2e8f0;
	font-size: 0.82rem;
	letter-spacing: 0.02em;
}

.sxm-trust-bar__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 1.25rem;
	justify-content: center;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0.55rem 1rem;
}

.sxm-trust-bar span + span::before {
	content: none;
}

.sxm-free-ship {
	background: #ecfdf3;
	border: 1px solid #bbf7d0;
	border-radius: var(--sxm-radius);
	padding: 0.9rem 1rem;
	margin: 0 0 1.25rem;
}

.sxm-free-ship p {
	margin: 0 0 0.55rem;
	color: #14532d;
}

.sxm-free-ship__track {
	height: 8px;
	background: #dcfce7;
	border-radius: 99px;
	overflow: hidden;
}

.sxm-free-ship__track span {
	display: block;
	height: 100%;
	background: linear-gradient(90deg, var(--sxm-line), var(--sxm-line-dark));
	border-radius: 99px;
}

.sxm-product-points {
	list-style: none;
	margin: 1rem 0 0;
	padding: 0;
	display: grid;
	gap: 0.45rem;
}

.sxm-product-points li {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	padding: 0.55rem 0.75rem;
	font-size: 0.92rem;
}

.sxm-product-points li.is-warn {
	border-color: #fcd34d;
	background: #fffbeb;
	color: var(--sxm-warn);
}

.sxm-tax-note {
	display: inline-block;
	margin-left: 0.25rem;
	padding: 0.05rem 0.4rem;
	border-radius: 999px;
	background: #e2e8f0;
	color: var(--sxm-ink);
	font-size: 0.72rem;
	vertical-align: middle;
}

.sxm-checkout-callout,
.sxm-thankyou-box {
	background: #fff;
	border-left: 4px solid var(--sxm-line);
	padding: 0.9rem 1rem;
	margin: 0 0 1.25rem;
	border-radius: 0 var(--sxm-radius) var(--sxm-radius) 0;
}

.sxm-operator-line,
.sxm-shipping-note {
	font-size: 0.85rem;
	color: var(--sxm-muted);
	margin: 0.35rem 0 0;
}

.sxm-footer-legal {
	max-width: 1280px;
	margin: 0 auto;
	padding: 1.5rem 1rem 2rem;
	color: inherit;
	font-size: 0.85rem;
	line-height: 1.7;
}

.sxm-footer-legal a {
	color: inherit;
	text-decoration: underline;
}

.sxm-line-fab {
	position: fixed;
	right: 1.1rem;
	bottom: 1.1rem;
	z-index: 9999;
	display: flex;
	align-items: center;
	gap: 0.45rem;
	background: var(--sxm-line);
	color: #fff !important;
	text-decoration: none !important;
	border-radius: 999px;
	padding: 0.7rem 1rem 0.7rem 0.75rem;
	box-shadow: 0 10px 30px rgba(0, 185, 0, 0.35);
	font-weight: 600;
}

.sxm-line-fab__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	background: #fff;
	color: var(--sxm-line);
	font-size: 0.62rem;
	font-weight: 800;
}

.sxm-line-fab:hover {
	background: var(--sxm-line-dark);
}

@media (max-width: 600px) {
	.sxm-trust-bar__inner {
		justify-content: flex-start;
		overflow-x: auto;
		flex-wrap: nowrap;
	}

	.sxm-trust-bar span {
		white-space: nowrap;
	}

	.sxm-line-fab__text {
		display: none;
	}

	.sxm-line-fab {
		padding: 0.65rem;
		border-radius: 999px;
	}
}

.storefront-full-width-content.woocommerce-shop .site-main,
.storefront-full-width-content.single-product .site-main {
	margin-bottom: 2rem;
}

.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button,
.woocommerce-cart .button,
.woocommerce-checkout .button {
	border-radius: 999px !important;
}

.site-header {
	border-bottom: 1px solid #e2e8f0;
}
