/*
Theme Name: Shwe Ghee
Theme URI: 
Author: T-Work System
Author URI: 
Description: Shwe Ghee
Requires at least: 7.0
Tested up to: 7.0
Requires PHP: 5.7
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shwe-ghee
Tags: 
*/

html {
	overflow-x: clip;
	background-color: #fff;
}

body {
	background-color: #fff;
	color: #1a1a1a;
}

.wp-site-blocks {
	overflow-x: clip;
	max-width: 100%;
	background-color: #fff;
}

.wp-site-blocks img:not(.header__brand-logo):not(.shop-header__brand-logo),
.wp-site-blocks video,
.wp-site-blocks svg {
	max-width: 100%;
	height: auto;
}

.wp-block-post-content,
.entry-content,
main.wp-block-group {
	min-width: 0;
	max-width: 100%;
}

@media (max-width: 768px) {
	.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
		max-width: 100%;
	}
}

/* —— Woo archive / product category polish —— */
.woocommerce-page main.wp-block-group,
.woocommerce-shop main.wp-block-group,
.tax-product_cat main.wp-block-group,
.woocommerce-page main.shwe-archive-main,
.woocommerce-shop main.shwe-archive-main,
.tax-product_cat main.shwe-archive-main {
	box-sizing: border-box;
	width: 100%;
}

/* Site container parity (.l-section / contentSize 1200px) */
.woocommerce-page main.shwe-archive-main.is-layout-constrained > :where(:not(.alignfull)),
.woocommerce-shop main.shwe-archive-main.is-layout-constrained > :where(:not(.alignfull)),
.tax-product_cat main.shwe-archive-main.is-layout-constrained > :where(:not(.alignfull)),
.woocommerce-page main.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.woocommerce-shop main.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.tax-product_cat main.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	box-sizing: border-box;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: min(1200px, 100%);
	padding-inline: clamp(1rem, 4vw, 1.5rem);
	width: 100%;
}

.woocommerce-page main.shwe-archive-main .alignwide,
.woocommerce-shop main.shwe-archive-main .alignwide,
.tax-product_cat main.shwe-archive-main .alignwide {
	max-width: min(1200px, 100%) !important;
}

.woocommerce-page .wp-block-query-title,
.woocommerce-shop .wp-block-query-title,
.tax-product_cat .wp-block-query-title {
	color: #1a1a1a;
	font-size: clamp(1.5rem, 2.4vw, 1.875rem);
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1.3;
	margin: 0 0 0.5rem;
}

.woocommerce-page .woocommerce-breadcrumb,
.woocommerce-shop .woocommerce-breadcrumb,
.tax-product_cat .woocommerce-breadcrumb {
	color: #666;
	font-size: 0.875rem;
}

.woocommerce-page .woocommerce-breadcrumb a,
.woocommerce-shop .woocommerce-breadcrumb a,
.tax-product_cat .woocommerce-breadcrumb a {
	color: #c45a12;
	text-decoration: none;
}

.woocommerce-page .woocommerce-breadcrumb a:hover,
.woocommerce-shop .woocommerce-breadcrumb a:hover,
.tax-product_cat .woocommerce-breadcrumb a:hover {
	color: #ff7f00;
}

/* —— Single product (PDP) 2026 —— */
.single-product main.shwe-pdp {
	--pdp-radius: 16px;
	--pdp-radius-sm: 12px;
	--pdp-border: rgba(196, 90, 18, 0.12);
	--pdp-shadow: 0 8px 28px rgba(143, 63, 10, 0.07);
	--pdp-surface: rgba(255, 255, 255, 0.92);
	--pdp-alt: #fffaf3;
	box-sizing: border-box;
	padding-block: clamp(1.25rem, 3vw, 2rem) clamp(2rem, 5vw, 3.5rem);
	width: 100%;
}

.single-product main.shwe-pdp.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.single-product main.shwe-pdp .alignwide {
	max-width: min(1200px, 100%) !important;
}

.single-product .shwe-pdp__grid {
	align-items: start;
	margin-block: 0.5rem 2rem;
}

.single-product .shwe-pdp__gallery,
.single-product .shwe-pdp__info {
	min-width: 0;
}

@keyframes shwe-pdp-enter {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.single-product .shwe-pdp__gallery {
	animation: shwe-pdp-enter 280ms ease-out both;
}

.single-product .shwe-pdp__info {
	animation: shwe-pdp-enter 280ms ease-out 60ms both;
}

/* Gallery: single frame (no nested cream/white border) */
.single-product .woocommerce-product-gallery,
.single-product .wp-block-woocommerce-product-image-gallery,
.single-product .wc-block-woocommerce-product-image-gallery {
	background: #fff;
	border: 1px solid var(--pdp-border);
	border-radius: var(--pdp-radius);
	box-shadow: var(--pdp-shadow);
	box-sizing: border-box;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.single-product .woocommerce-product-gallery__wrapper,
.single-product .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery__image > a,
.single-product .woocommerce-product-gallery__image img,
.single-product .wp-block-woocommerce-product-image-gallery figure,
.single-product .wp-block-woocommerce-product-image-gallery a,
.single-product .wp-block-woocommerce-product-image-gallery img,
.single-product .wc-block-woocommerce-product-image-gallery figure,
.single-product .wc-block-woocommerce-product-image-gallery a,
.single-product .wc-block-woocommerce-product-image-gallery img {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	margin: 0;
	outline: 0;
}

.single-product .woocommerce-product-gallery__image img,
.single-product .wp-block-woocommerce-product-image-gallery img,
.single-product .wc-block-woocommerce-product-image-gallery img {
	display: block;
	height: auto;
	width: 100%;
}

.single-product .woocommerce-product-gallery__trigger {
	background: var(--pdp-surface) !important;
	border: 1px solid var(--pdp-border) !important;
	border-radius: 999px !important;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
	right: 0.75rem !important;
	top: 0.75rem !important;
}

.single-product .shwe-pdp__info > .wp-block-post-title,
.single-product .shwe-pdp__info > h1.wp-block-post-title {
	color: #1a1a1a;
	font-size: clamp(1.25rem, 2.2vw, 1.75rem);
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.3;
	margin: 0 0 0.5rem;
	overflow-wrap: break-word;
}

.single-product .shwe-pdp__info .wc-block-components-product-rating,
.single-product .shwe-pdp__info .wp-block-woocommerce-product-rating {
	margin-bottom: 0.75rem;
}

.single-product .shwe-pdp__info .wp-block-woocommerce-product-price,
.single-product .shwe-pdp__info .wc-block-components-product-price {
	align-items: baseline;
	color: #ff7f00;
	display: flex;
	flex-wrap: wrap;
	font-size: clamp(1.125rem, 2vw, 1.35rem) !important;
	font-weight: 700;
	gap: 0.35rem 0.5rem;
	margin: 0 0 1rem;
}

.single-product .shwe-pdp__info .wp-block-woocommerce-product-price del,
.single-product .shwe-pdp__info .wc-block-components-product-price del {
	color: #999;
	font-size: 0.8125em;
	font-weight: 400;
}

.single-product .shwe-pdp__info .wp-block-woocommerce-product-price del .amount,
.single-product .shwe-pdp__info .wc-block-components-product-price del .amount {
	color: #999;
}

.single-product .shwe-pdp__info .wp-block-woocommerce-product-price ins,
.single-product .shwe-pdp__info .wc-block-components-product-price ins,
.single-product .shwe-pdp__info .wp-block-woocommerce-product-price .amount,
.single-product .shwe-pdp__info .wc-block-components-product-price .amount {
	color: #ff7f00;
	text-decoration: none;
}

.single-product .shwe-pdp__info .wp-block-post-excerpt,
.single-product .shwe-pdp__info .wp-block-woocommerce-product-summary {
	color: #555;
	font-size: 0.9375rem;
	line-height: 1.7;
	margin: 0 0 1.25rem;
}

.single-product .shwe-pdp__actions {
	--pdp-ctl-h: 2.75rem;
	align-items: center !important;
	display: flex !important;
	flex-wrap: wrap;
	gap: 0.65rem;
	justify-content: flex-start !important;
	margin: 0 0 1.25rem;
	width: 100%;
}

.single-product .shwe-pdp__actions .wp-block-add-to-cart-form,
.single-product .shwe-pdp__actions form.cart,
.single-product .shwe-pdp__actions .quantity {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	margin: 0 !important;
	max-width: 100%;
	min-width: 0;
	padding: 0 !important;
	width: auto;
}

.single-product .shwe-pdp__actions form.cart {
	flex-wrap: wrap;
	gap: 0.65rem;
	justify-content: flex-start;
}

.single-product .shwe-pdp__actions .quantity .qty,
.single-product .shwe-pdp__actions form.cart input.qty {
	-moz-appearance: textfield;
	appearance: textfield;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	box-sizing: border-box;
	color: #1a1a1a;
	font-size: 0.9375rem;
	font-weight: 600;
	height: var(--pdp-ctl-h) !important;
	line-height: 1;
	margin: 0;
	min-height: var(--pdp-ctl-h);
	min-width: 3.25rem;
	padding: 0 0.5rem !important;
	text-align: center;
	width: 3.25rem;
}

.single-product .shwe-pdp__actions .quantity .qty::-webkit-outer-spin-button,
.single-product .shwe-pdp__actions .quantity .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.single-product .shwe-pdp__actions form.cart .single_add_to_cart_button,
.single-product .shwe-pdp__actions .wp-block-add-to-cart-form button[type="submit"] {
	align-items: center;
	background-color: #ff7f00 !important;
	border: 1px solid #ff7f00 !important;
	border-radius: var(--pdp-radius-sm) !important;
	box-shadow: 0 4px 16px rgba(255, 127, 0, 0.28);
	box-sizing: border-box;
	color: #fff !important;
	display: inline-flex !important;
	font-size: 0.9375rem;
	font-weight: 600;
	height: var(--pdp-ctl-h) !important;
	justify-content: center;
	letter-spacing: 0.01em;
	line-height: 1 !important;
	margin: 0 !important;
	min-height: var(--pdp-ctl-h) !important;
	padding: 0 1.25rem !important;
	transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.single-product .shwe-pdp__actions form.cart .single_add_to_cart_button:hover,
.single-product .shwe-pdp__actions .wp-block-add-to-cart-form button[type="submit"]:hover {
	background-color: #e06800 !important;
	border-color: #e06800 !important;
	box-shadow: 0 8px 22px rgba(143, 63, 10, 0.22);
	transform: translateY(-1px);
}

.single-product .shwe-pdp__actions form.cart .single_add_to_cart_button:active,
.single-product .shwe-pdp__actions .wp-block-add-to-cart-form button[type="submit"]:active {
	transform: scale(0.97);
}

.single-product .shwe-pdp__call-wrap.wp-block-buttons,
.single-product .shwe-pdp__call-wrap {
	align-items: center !important;
	display: flex !important;
	flex: 0 0 auto;
	gap: 0;
	justify-content: flex-start !important;
	margin: 0 !important;
	padding: 0 !important;
}

.single-product .shwe-pdp__call-wrap .wp-block-button,
.single-product .shwe-pdp__call.wp-block-button {
	margin: 0 !important;
	padding: 0 !important;
}

.single-product .shwe-pdp__call .wp-block-button__link {
	align-items: center;
	background: transparent !important;
	border: 1px solid #c45a12 !important;
	border-radius: var(--pdp-radius-sm) !important;
	box-sizing: border-box;
	color: #c45a12 !important;
	display: inline-flex !important;
	font-size: 0.9375rem !important;
	font-weight: 600;
	height: var(--pdp-ctl-h) !important;
	justify-content: center;
	line-height: 1 !important;
	margin: 0 !important;
	min-height: var(--pdp-ctl-h) !important;
	padding: 0 1.15rem !important;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.single-product .shwe-pdp__call .wp-block-button__link:hover {
	background: #fff3e6 !important;
	color: #8f3f0a !important;
	transform: translateY(-1px);
}

.single-product .shwe-pdp__call .wp-block-button__link:active {
	transform: scale(0.97);
}

.single-product .wp-block-woocommerce-product-meta,
.single-product .shwe-pdp__meta {
	border-top: 1px solid var(--pdp-border);
	color: #555;
	font-size: 0.875rem;
	gap: 0.35rem !important;
	margin-top: 0.25rem;
	padding-top: 1rem;
}

.single-product .shwe-pdp__meta a {
	color: #c45a12;
	text-decoration: none;
}

.single-product .shwe-pdp__meta a:hover {
	color: #ff7f00;
}

.single-product .wp-block-woocommerce-product-details.shwe-pdp__details,
.single-product .wp-block-woocommerce-product-details {
	background: var(--pdp-surface);
	border: 1px solid var(--pdp-border);
	border-radius: var(--pdp-radius);
	box-shadow: var(--pdp-shadow);
	box-sizing: border-box;
	margin-block: 0.5rem 2.5rem;
	padding: clamp(1rem, 3vw, 1.5rem);
}

.single-product .wp-block-woocommerce-product-details .wc-tabs,
.single-product .wp-block-woocommerce-product-details .woocommerce-tabs ul.tabs {
	border-bottom: 1px solid var(--pdp-border);
	gap: 0.5rem;
	margin: 0 0 1.25rem;
	padding: 0;
}

.single-product .wp-block-woocommerce-product-details .wc-tabs a,
.single-product .wp-block-woocommerce-product-details .woocommerce-tabs ul.tabs a {
	border-bottom: 2px solid transparent;
	color: #666;
	font-weight: 500;
	padding: 0.65rem 0.85rem;
}

.single-product .wp-block-woocommerce-product-details .wc-tabs .active a,
.single-product .wp-block-woocommerce-product-details .woocommerce-tabs ul.tabs li.active a {
	border-bottom-color: #ff7f00;
	color: #ff7f00;
}

/* Tab label already names the panel — drop duplicate loud h2 */
.single-product .wp-block-woocommerce-product-details #reviews .woocommerce-Reviews-title,
.single-product .wp-block-woocommerce-product-details .woocommerce-Reviews-title,
.single-product .wp-block-woocommerce-product-details #tab-description > h2:first-child,
.single-product .wp-block-woocommerce-product-details .woocommerce-Tabs-panel > h2:first-child {
	clip: rect(0, 0, 0, 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.single-product .wp-block-woocommerce-product-collection {
	margin-top: 0.5rem;
}

.woocommerce-shop .wc-block-product-template,
.tax-product_cat .wc-block-product-template {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce-shop .wc-block-product-template.columns-2,
.woocommerce-shop .wc-block-product-template.columns-3,
.woocommerce-shop .wc-block-product-template.columns-4,
.tax-product_cat .wc-block-product-template.columns-2,
.tax-product_cat .wc-block-product-template.columns-3,
.tax-product_cat .wc-block-product-template.columns-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

/* Related products: strict 4-col row (shop parity) */
.single-product .wc-block-product-template,
.single-product .wc-block-product-template.columns-2,
.single-product .wc-block-product-template.columns-3,
.single-product .wc-block-product-template.columns-4,
.single-product .wc-block-product-template.columns-5 {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	list-style: none;
	margin: 0;
	padding: 0;
}

.single-product .wc-block-product {
	min-width: 0;
	width: 100%;
}

/* Override WC collection h2 { font-size: small/14px } */
.single-product .wp-block-woocommerce-product-collection > h2.wp-block-heading {
	color: #1a1a1a;
	font-size: clamp(1.25rem, 2vw, 1.5rem) !important;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1.3;
}

/* Related cards: tighter type + stacked CTAs (no side-by-side bulge) */
.single-product .wc-block-product .wp-block-post-title,
.single-product .wc-block-product .wp-block-post-title.has-medium-font-size,
.single-product .wc-block-product .wp-block-post-title.has-small-font-size {
	font-size: 0.875rem !important;
	font-weight: 400;
	line-height: 1.35;
	margin: 0.35rem 0 0.25rem;
	min-height: 2.7em;
	overflow-wrap: break-word;
	text-align: left;
	word-break: normal;
}

.single-product .wc-block-product .wp-block-post-title a {
	font-weight: 400;
}

.single-product .wc-block-product .wc-block-components-product-price,
.single-product .wc-block-product .wc-block-components-product-price.has-small-font-size {
	font-size: 0.8125rem !important;
	font-weight: 600;
	margin-bottom: 0.65rem;
	text-align: left;
}

.single-product .wc-block-product .wp-block-button.wc-block-components-product-button {
	align-items: stretch;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 0.5rem;
	justify-content: flex-start;
	width: 100%;
}

.single-product .wc-block-product .wc-block-components-product-button > span {
	align-items: center;
	display: flex;
	flex: 1 1 0;
	justify-content: center;
	min-width: 0;
	width: auto;
}

.single-product .wc-block-product .wc-block-components-product-button .wp-element-button,
.single-product .wc-block-product .wc-block-components-product-button .wp-block-button__link,
.single-product .wc-block-product .wc-block-components-product-button .added_to_cart,
.single-product .wc-block-product .wc-block-components-product-button a:not(.wp-element-button):not(.wp-block-button__link) {
	box-sizing: border-box;
	display: flex;
	flex: 1 1 0;
	font-size: 0.8125rem;
	justify-content: center;
	min-height: 2.25rem;
	min-width: 0;
	overflow: hidden;
	padding: 0.5rem 0.6rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: auto;
}

.single-product .wc-block-product .wc-block-components-product-button .wp-element-button,
.single-product .wc-block-product .wc-block-components-product-button .wp-block-button__link {
	width: 100%;
}

.woocommerce-page .wc-block-product,
.woocommerce-shop .wc-block-product,
.tax-product_cat .wc-block-product {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	margin: 0;
	min-width: 0;
	overflow-x: clip;
	overflow-y: visible;
	padding: 1rem 1rem 1.25rem;
	transition: box-shadow 200ms ease, transform 200ms ease;
}

.woocommerce-page .wc-block-product:hover,
.woocommerce-shop .wc-block-product:hover,
.tax-product_cat .wc-block-product:hover {
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}

.woocommerce-page .wc-block-components-product-image,
.woocommerce-shop .wc-block-components-product-image,
.tax-product_cat .wc-block-components-product-image,
.single-product .wc-block-components-product-image {
	aspect-ratio: 1 / 1;
	background: #fffaf3;
	border-radius: 8px;
	margin: 0 0 0.5rem;
	overflow: hidden;
	position: relative;
}

.woocommerce-page .wc-block-components-product-image img,
.woocommerce-shop .wc-block-components-product-image img,
.tax-product_cat .wc-block-components-product-image img {
	display: block;
	height: 100%;
	margin-inline: auto;
	max-width: 100%;
	object-fit: contain;
	width: 100%;
}

/* Sale badge — outer wrapper invisible; inner = single orange pill */
.woocommerce-page .wp-block-woocommerce-product-sale-badge,
.woocommerce-shop .wp-block-woocommerce-product-sale-badge,
.tax-product_cat .wp-block-woocommerce-product-sale-badge,
.single-product .wp-block-woocommerce-product-sale-badge {
	background: transparent !important;
	background-color: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	display: contents !important;
	height: auto !important;
	margin: 0 !important;
	max-width: none !important;
	min-height: 0 !important;
	min-width: 0 !important;
	padding: 0 !important;
	position: static !important;
	width: auto !important;
}

.woocommerce-page .wc-block-product .wc-block-components-product-image .wc-block-components-product-sale-badge,
.woocommerce-shop .wc-block-product .wc-block-components-product-image .wc-block-components-product-sale-badge,
.tax-product_cat .wc-block-product .wc-block-components-product-image .wc-block-components-product-sale-badge,
.single-product .wc-block-product .wc-block-components-product-image .wc-block-components-product-sale-badge,
.woocommerce-page .wp-block-woocommerce-product-sale-badge .wc-block-components-product-sale-badge,
.woocommerce-shop .wp-block-woocommerce-product-sale-badge .wc-block-components-product-sale-badge,
.tax-product_cat .wp-block-woocommerce-product-sale-badge .wc-block-components-product-sale-badge,
.single-product .wp-block-woocommerce-product-sale-badge .wc-block-components-product-sale-badge,
.single-product span.onsale,
.woocommerce span.onsale {
	align-items: center !important;
	background: #ff7f00 !important;
	background-color: #ff7f00 !important;
	border: 0 !important;
	border-radius: 999px !important;
	box-shadow: 0 4px 12px rgba(255, 127, 0, 0.35) !important;
	box-sizing: border-box !important;
	color: #fff !important;
	display: inline-flex !important;
	flex-shrink: 0 !important;
	float: none !important;
	font-size: 0.6875rem !important;
	font-weight: 700 !important;
	height: auto !important;
	inset: auto !important;
	justify-content: center !important;
	letter-spacing: 0.04em;
	line-height: 1 !important;
	margin: 0 !important;
	max-height: none !important;
	max-width: calc(100% - 1rem) !important;
	min-height: 0 !important;
	min-width: max-content !important;
	padding: 0.35rem 0.7rem !important;
	position: absolute !important;
	text-align: center !important;
	text-transform: uppercase !important;
	white-space: nowrap !important;
	width: max-content !important;
	z-index: 3 !important;
	left: 0.5rem !important;
	right: auto !important;
	top: 0.5rem !important;
	inset-inline-start: 0.5rem !important;
	inset-inline-end: auto !important;
}

.woocommerce-page .wc-block-components-product-sale-badge span,
.woocommerce-shop .wc-block-components-product-sale-badge span,
.tax-product_cat .wc-block-components-product-sale-badge span,
.single-product .wc-block-components-product-sale-badge span,
.woocommerce-page .wc-block-components-product-sale-badge__text,
.woocommerce-shop .wc-block-components-product-sale-badge__text,
.tax-product_cat .wc-block-components-product-sale-badge__text,
.single-product .wc-block-components-product-sale-badge__text {
	background: transparent !important;
	background-color: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #fff !important;
	display: inline !important;
	flex-shrink: 0 !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	height: auto !important;
	line-height: inherit !important;
	margin: 0 !important;
	min-height: 0 !important;
	min-width: max-content !important;
	padding: 0 !important;
	width: auto !important;
	white-space: nowrap !important;
}

.woocommerce-page .wc-block-components-product-sale-badge .screen-reader-text,
.woocommerce-shop .wc-block-components-product-sale-badge .screen-reader-text,
.tax-product_cat .wc-block-components-product-sale-badge .screen-reader-text,
.single-product .wc-block-components-product-sale-badge .screen-reader-text {
	background: transparent !important;
}

.single-product span.onsale,
.woocommerce span.onsale {
	left: 0.75rem !important;
	top: 0.75rem !important;
	inset-inline-start: 0.75rem !important;
}

/* Archive/category cards: tighter type (Related parity; beat has-medium) */
.woocommerce-page .wc-block-product .wp-block-post-title,
.woocommerce-page .wc-block-product .wp-block-post-title.has-medium-font-size,
.woocommerce-page .wc-block-product .wp-block-post-title.has-small-font-size,
.woocommerce-shop .wc-block-product .wp-block-post-title,
.woocommerce-shop .wc-block-product .wp-block-post-title.has-medium-font-size,
.woocommerce-shop .wc-block-product .wp-block-post-title.has-small-font-size,
.tax-product_cat .wc-block-product .wp-block-post-title,
.tax-product_cat .wc-block-product .wp-block-post-title.has-medium-font-size,
.tax-product_cat .wc-block-product .wp-block-post-title.has-small-font-size {
	font-size: 0.875rem !important;
	font-weight: 400;
	line-height: 1.35;
	margin: 0.35rem 0 0.25rem;
	min-height: 2.7em;
	overflow-wrap: break-word;
	padding-bottom: 0.15rem;
	word-break: normal;
}

.woocommerce-page .wc-block-product .wp-block-post-title a,
.woocommerce-shop .wc-block-product .wp-block-post-title a,
.tax-product_cat .wc-block-product .wp-block-post-title a {
	color: #1a1a1a;
	font-weight: 400;
	text-decoration: none;
}

.woocommerce-page .wc-block-product .wp-block-post-title a:hover,
.woocommerce-shop .wc-block-product .wp-block-post-title a:hover,
.tax-product_cat .wc-block-product .wp-block-post-title a:hover {
	color: #c45a12;
	text-decoration: underline;
}

.woocommerce-page .wc-block-components-product-price,
.woocommerce-page .wc-block-components-product-price.has-small-font-size,
.woocommerce-shop .wc-block-components-product-price,
.woocommerce-shop .wc-block-components-product-price.has-small-font-size,
.tax-product_cat .wc-block-components-product-price,
.tax-product_cat .wc-block-components-product-price.has-small-font-size {
	align-items: baseline;
	color: #c45a12;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.8125rem !important;
	font-weight: 600;
	gap: 0.2rem 0.4rem;
	margin-bottom: 0.65rem;
	max-width: 100%;
	overflow-wrap: break-word;
}

.woocommerce-page .wc-block-components-product-price .amount,
.woocommerce-shop .wc-block-components-product-price .amount,
.tax-product_cat .wc-block-components-product-price .amount {
	color: #c45a12;
}

.woocommerce-page .wc-block-components-product-price del,
.woocommerce-shop .wc-block-components-product-price del,
.tax-product_cat .wc-block-components-product-price del {
	color: #999;
	font-size: 0.9em;
	font-weight: 400;
}

.woocommerce-page .wp-block-button.wc-block-components-product-button,
.woocommerce-shop .wp-block-button.wc-block-components-product-button,
.tax-product_cat .wp-block-button.wc-block-components-product-button {
	align-items: stretch;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 0.5rem;
	justify-content: flex-start;
	width: 100%;
}

.woocommerce-page .wc-block-components-product-button > span,
.woocommerce-shop .wc-block-components-product-button > span,
.tax-product_cat .wc-block-components-product-button > span {
	align-items: center;
	display: flex;
	flex: 1 1 0;
	justify-content: center;
	line-height: 1;
	margin: 0;
	min-width: 0;
	width: auto;
}

.woocommerce-page .wc-block-components-product-button .added_to_cart,
.woocommerce-page .wc-block-components-product-button a:not(.wp-element-button):not(.wp-block-button__link),
.woocommerce-shop .wc-block-components-product-button .added_to_cart,
.woocommerce-shop .wc-block-components-product-button a:not(.wp-element-button):not(.wp-block-button__link),
.tax-product_cat .wc-block-components-product-button .added_to_cart,
.tax-product_cat .wc-block-components-product-button a:not(.wp-element-button):not(.wp-block-button__link) {
	align-items: center;
	background: transparent;
	border: 1px solid #c45a12;
	border-radius: 8px;
	box-sizing: border-box;
	color: #c45a12;
	display: flex;
	flex: 1 1 0;
	font-size: 0.8125rem;
	font-weight: 600;
	justify-content: center;
	line-height: 1;
	margin: 0;
	min-height: 2.5rem;
	min-width: 0;
	overflow: hidden;
	padding: 0.55rem 0.65rem;
	text-decoration: none;
	text-overflow: ellipsis;
	transition: background-color 180ms ease, color 180ms ease;
	white-space: nowrap;
	width: auto;
}

.woocommerce-page .wc-block-components-product-button .added_to_cart:hover,
.woocommerce-page .wc-block-components-product-button a:not(.wp-element-button):not(.wp-block-button__link):hover,
.woocommerce-shop .wc-block-components-product-button .added_to_cart:hover,
.woocommerce-shop .wc-block-components-product-button a:not(.wp-element-button):not(.wp-block-button__link):hover,
.tax-product_cat .wc-block-components-product-button .added_to_cart:hover,
.tax-product_cat .wc-block-components-product-button a:not(.wp-element-button):not(.wp-block-button__link):hover {
	background-color: #fff3e6;
	color: #8f3f0a;
}

.woocommerce-page .wc-block-components-product-button .wp-element-button,
.woocommerce-page .wc-block-components-product-button .wp-block-button__link,
.woocommerce-shop .wc-block-components-product-button .wp-element-button,
.woocommerce-shop .wc-block-components-product-button .wp-block-button__link,
.tax-product_cat .wc-block-components-product-button .wp-element-button,
.tax-product_cat .wc-block-components-product-button .wp-block-button__link {
	align-items: center;
	background-color: #c45a12 !important;
	border: 0;
	border-radius: 8px;
	box-sizing: border-box;
	color: #fff !important;
	display: flex;
	flex: 1 1 0;
	font-size: 0.8125rem !important;
	font-weight: 600;
	justify-content: center;
	line-height: 1;
	margin: 0 !important;
	min-height: 2.5rem;
	min-width: 0;
	overflow: hidden;
	padding: 0.55rem 0.65rem;
	text-decoration: none;
	text-overflow: ellipsis;
	transition: background-color 180ms ease;
	white-space: nowrap;
	width: 100%;
}

.woocommerce-page .wc-block-components-product-button .wp-element-button:hover,
.woocommerce-page .wc-block-components-product-button .wp-block-button__link:hover,
.woocommerce-shop .wc-block-components-product-button .wp-element-button:hover,
.woocommerce-shop .wc-block-components-product-button .wp-block-button__link:hover,
.tax-product_cat .wc-block-components-product-button .wp-element-button:hover,
.tax-product_cat .wc-block-components-product-button .wp-block-button__link:hover {
	background-color: #8f3f0a !important;
	color: #fff !important;
}

.woocommerce-page .woocommerce-ordering select,
.woocommerce-shop .woocommerce-ordering select,
.tax-product_cat .woocommerce-ordering select {
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	color: #1a1a1a;
	padding: 0.4rem 0.75rem;
}

@media (max-width: 900px) {
	.woocommerce-shop .wc-block-product-template,
	.woocommerce-shop .wc-block-product-template.columns-2,
	.woocommerce-shop .wc-block-product-template.columns-3,
	.woocommerce-shop .wc-block-product-template.columns-4,
	.tax-product_cat .wc-block-product-template,
	.tax-product_cat .wc-block-product-template.columns-2,
	.tax-product_cat .wc-block-product-template.columns-3,
	.tax-product_cat .wc-block-product-template.columns-4 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.single-product .wc-block-product-template,
	.single-product .wc-block-product-template.columns-2,
	.single-product .wc-block-product-template.columns-3,
	.single-product .wc-block-product-template.columns-4,
	.single-product .wc-block-product-template.columns-5 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 768px) {
	.woocommerce-shop .wc-block-product-template,
	.woocommerce-shop .wc-block-product-template.columns-2,
	.woocommerce-shop .wc-block-product-template.columns-3,
	.woocommerce-shop .wc-block-product-template.columns-4,
	.tax-product_cat .wc-block-product-template,
	.tax-product_cat .wc-block-product-template.columns-2,
	.tax-product_cat .wc-block-product-template.columns-3,
	.tax-product_cat .wc-block-product-template.columns-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.single-product .wc-block-product-template,
	.single-product .wc-block-product-template.columns-2,
	.single-product .wc-block-product-template.columns-3,
	.single-product .wc-block-product-template.columns-4,
	.single-product .wc-block-product-template.columns-5 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 480px) {
	.woocommerce-shop .wc-block-product-template,
	.woocommerce-shop .wc-block-product-template.columns-2,
	.woocommerce-shop .wc-block-product-template.columns-3,
	.woocommerce-shop .wc-block-product-template.columns-4,
	.tax-product_cat .wc-block-product-template,
	.tax-product_cat .wc-block-product-template.columns-2,
	.tax-product_cat .wc-block-product-template.columns-3,
	.tax-product_cat .wc-block-product-template.columns-4,
	.single-product .wc-block-product-template,
	.single-product .wc-block-product-template.columns-2,
	.single-product .wc-block-product-template.columns-3,
	.single-product .wc-block-product-template.columns-4,
	.single-product .wc-block-product-template.columns-5 {
		grid-template-columns: minmax(0, 1fr) !important;
	}
}

/* —— Checkout / Cart Block 2026 brand polish —— */
.woocommerce-checkout,
.woocommerce-cart {
	--co-radius: 14px;
	--co-radius-sm: 10px;
	--co-border: rgba(196, 90, 18, 0.14);
	--co-border-strong: #e8e8e8;
	--co-cream: #fffaf3;
	--co-soft: #fff3e6;
	--co-orange: #ff7f00;
	--co-orange-dark: #e06800;
	--co-brand: #c45a12;
	--co-ink: #1a1a1a;
	--co-muted: #666;
	--co-shadow: 0 8px 28px rgba(196, 90, 18, 0.08);
	--co-ctl-h: 2.75rem;
	--co-gap: 0.9rem;
}

.woocommerce-checkout .wp-site-blocks,
.woocommerce-cart .wp-site-blocks,
.woocommerce-checkout main.wp-block-group,
.woocommerce-cart main.wp-block-group {
	background: #fff;
}

.woocommerce-checkout .wp-block-woocommerce-checkout,
.woocommerce-checkout .wc-block-checkout,
.woocommerce-cart .wp-block-woocommerce-cart,
.woocommerce-cart .wc-block-cart {
	box-sizing: border-box;
	font-family: "Poppins", "Noto Sans Myanmar", "Segoe UI", system-ui, sans-serif;
	max-width: min(1200px, 100%);
	margin-inline: auto;
	padding-block: clamp(1.25rem, 3vw, 2.5rem);
	padding-inline: clamp(1rem, 4vw, 1.5rem);
	width: 100%;
}

@keyframes shwe-co-enter {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.woocommerce-checkout .wc-block-checkout__main,
.woocommerce-checkout .wp-block-woocommerce-checkout-fields-block,
.woocommerce-cart .wc-block-cart__main {
	animation: shwe-co-enter 260ms ease-out both;
}

.woocommerce-checkout .wc-block-checkout__sidebar,
.woocommerce-checkout .wp-block-woocommerce-checkout-totals-block,
.woocommerce-cart .wc-block-cart__sidebar {
	animation: shwe-co-enter 260ms ease-out 70ms both;
}

/* Section titles */
.woocommerce-checkout .wc-block-components-checkout-step__heading,
.woocommerce-checkout .wc-block-components-title,
.woocommerce-cart .wc-block-components-title {
	color: var(--co-ink) !important;
	font-weight: 700 !important;
	letter-spacing: -0.02em;
}

.woocommerce-checkout .wc-block-components-checkout-step__description,
.woocommerce-checkout .wc-block-components-checkout-step__title,
.woocommerce-cart .wc-block-components-checkout-step__description {
	color: var(--co-ink);
}

/* Form fields — kill harsh black borders */
.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-textarea textarea,
.woocommerce-checkout .wc-block-components-combobox .components-combobox-control__input,
.woocommerce-checkout .wc-block-components-combobox input,
.woocommerce-checkout .wc-block-components-select-control__select,
.woocommerce-checkout select.wc-blocks-components-select__select,
.woocommerce-checkout .wc-block-components-country-input select,
.woocommerce-checkout .wc-block-components-state-input select,
.woocommerce-cart .wc-block-components-text-input input,
.woocommerce-cart .wc-block-components-textarea textarea,
.woocommerce-cart .wc-block-components-combobox input,
.woocommerce-cart select.wc-blocks-components-select__select {
	background: #fff !important;
	border: 1px solid var(--co-border-strong) !important;
	border-radius: var(--co-radius-sm) !important;
	box-shadow: none !important;
	box-sizing: border-box;
	color: var(--co-ink) !important;
	font: inherit;
	min-height: var(--co-ctl-h) !important;
	outline: none !important;
	padding: 0.7rem 0.9rem !important;
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease;
}

.woocommerce-checkout .wc-block-components-text-input.is-active input,
.woocommerce-checkout .wc-block-components-text-input input:focus,
.woocommerce-checkout .wc-block-components-text-input input:focus-visible,
.woocommerce-checkout .wc-block-components-textarea textarea:focus,
.woocommerce-checkout .wc-block-components-textarea textarea:focus-visible,
.woocommerce-checkout .wc-block-components-combobox input:focus,
.woocommerce-checkout .wc-block-components-combobox input:focus-visible,
.woocommerce-checkout select:focus,
.woocommerce-checkout select:focus-visible,
.woocommerce-cart .wc-block-components-text-input input:focus,
.woocommerce-cart .wc-block-components-text-input input:focus-visible {
	border-color: var(--co-orange) !important;
	box-shadow: 0 0 0 3px rgba(255, 127, 0, 0.18) !important;
}

.woocommerce-checkout .wc-block-components-text-input label,
.woocommerce-checkout .wc-block-components-combobox label,
.woocommerce-checkout .wc-block-components-textarea label,
.woocommerce-cart .wc-block-components-text-input label {
	color: var(--co-muted) !important;
}

/* Field grid spacing */
.woocommerce-checkout .wc-block-components-address-form,
.woocommerce-checkout .wc-block-components-address-form--billing,
.woocommerce-checkout .wc-block-components-address-form--shipping,
.woocommerce-checkout .wc-block-checkout__contact-fields,
.woocommerce-checkout .wc-block-components-form {
	gap: var(--co-gap) !important;
	row-gap: var(--co-gap) !important;
	column-gap: var(--co-gap) !important;
}

.woocommerce-checkout .wc-block-components-address-form .wc-block-components-text-input,
.woocommerce-checkout .wc-block-components-address-form .wc-block-components-combobox,
.woocommerce-checkout .wc-block-components-address-form .wc-block-components-state-input,
.woocommerce-checkout .wc-block-components-address-form .wc-block-components-country-input {
	margin: 0 !important;
}

.woocommerce-checkout .wc-block-components-checkout-step,
.woocommerce-checkout .wp-block-woocommerce-checkout-contact-information-block,
.woocommerce-checkout .wp-block-woocommerce-checkout-billing-address-block,
.woocommerce-checkout .wp-block-woocommerce-checkout-shipping-address-block,
.woocommerce-checkout .wp-block-woocommerce-checkout-payment-block,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-note-block,
.woocommerce-checkout .wp-block-woocommerce-checkout-terms-block,
.woocommerce-checkout .wp-block-woocommerce-checkout-actions-block {
	margin-bottom: 1.35rem;
}

.woocommerce-checkout .wc-block-checkout__add-note,
.woocommerce-checkout .wc-block-checkout__terms {
	color: var(--co-muted);
	font-size: 0.875rem;
	line-height: 1.55;
}

.woocommerce-checkout .wc-block-checkout__terms a {
	color: var(--co-brand);
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* Payment notice */
.woocommerce-checkout .wc-block-components-notice-banner,
.woocommerce-checkout .wc-block-components-notice-banner.is-error {
	background: #fff5f5 !important;
	border: 1px solid rgba(180, 35, 24, 0.22) !important;
	border-radius: var(--co-radius-sm) !important;
	box-shadow: none !important;
	color: #7a1f16 !important;
}

.woocommerce-checkout .wc-block-components-radio-control-accordion-option,
.woocommerce-checkout .wc-block-components-radio-control__option {
	border: 1px solid var(--co-border-strong) !important;
	border-radius: var(--co-radius-sm) !important;
	margin-bottom: 0.65rem;
}

/* Place Order CTA */
.woocommerce-checkout .wc-block-components-checkout-place-order-button,
.woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-button,
.woocommerce-checkout button.wc-block-components-checkout-place-order-button {
	background: var(--co-orange) !important;
	background-color: var(--co-orange) !important;
	border: 1px solid var(--co-orange) !important;
	border-radius: var(--co-radius-sm) !important;
	box-shadow: 0 4px 14px rgba(255, 127, 0, 0.22) !important;
	color: #fff !important;
	font-weight: 600 !important;
	letter-spacing: 0.03em;
	min-height: 3rem !important;
	transition:
		background-color 180ms ease,
		transform 180ms ease,
		box-shadow 180ms ease;
	width: 100%;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
.woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-button:hover,
.woocommerce-checkout button.wc-block-components-checkout-place-order-button:hover {
	background: var(--co-orange-dark) !important;
	background-color: var(--co-orange-dark) !important;
	border-color: var(--co-orange-dark) !important;
	box-shadow: 0 6px 18px rgba(224, 104, 0, 0.28) !important;
	color: #fff !important;
	transform: translateY(-1px);
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button:disabled,
.woocommerce-checkout button.wc-block-components-checkout-place-order-button:disabled {
	opacity: 0.65;
	transform: none;
	box-shadow: none !important;
}

/* Order summary / cart totals panel */
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block,
.woocommerce-checkout .wc-block-components-order-summary,
.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-sidebar,
.woocommerce-cart .wc-block-cart__sidebar,
.woocommerce-cart .wc-block-components-sidebar {
	background: var(--co-cream) !important;
	border: 1px solid var(--co-border) !important;
	border-radius: var(--co-radius) !important;
	box-shadow: var(--co-shadow);
	padding: 1.15rem 1.2rem !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item,
.woocommerce-cart .wc-block-cart-items__row {
	border-bottom: 1px solid rgba(232, 232, 232, 0.95) !important;
	gap: 0.75rem !important;
	padding-block: 0.85rem !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item:last-child,
.woocommerce-cart .wc-block-cart-items__row:last-child {
	border-bottom: 0 !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item__image img,
.woocommerce-cart .wc-block-cart-item__image img {
	border-radius: 8px;
	object-fit: cover;
}

.woocommerce-checkout .wc-block-components-order-summary-item__quantity,
.woocommerce-cart .wc-block-components-product-metadata__description,
.woocommerce-checkout .wc-block-components-product-badge {
	background: var(--co-ink) !important;
	border-radius: 999px !important;
	color: #fff !important;
	font-size: 0.7rem !important;
	font-weight: 600;
}

.woocommerce-checkout .wc-block-components-product-name,
.woocommerce-cart .wc-block-components-product-name,
.woocommerce-checkout .wc-block-components-product-name a,
.woocommerce-cart .wc-block-components-product-name a {
	color: var(--co-ink) !important;
	font-weight: 600 !important;
	text-decoration: none !important;
}

.woocommerce-checkout .wc-block-components-product-price,
.woocommerce-checkout .wc-block-components-order-summary-item__total-price,
.woocommerce-checkout .wc-block-components-totals-item__value,
.woocommerce-cart .wc-block-components-product-price,
.woocommerce-cart .wc-block-components-totals-item__value {
	color: var(--co-orange) !important;
	font-weight: 600;
}

.woocommerce-checkout .wc-block-components-product-price del,
.woocommerce-cart .wc-block-components-product-price del {
	color: var(--co-muted) !important;
	font-weight: 500;
	opacity: 0.85;
}

.woocommerce-checkout .wc-block-components-sale-badge,
.woocommerce-checkout .wc-block-components-product-metadata .wc-block-components-product-metadata__description,
.woocommerce-cart .wc-block-components-sale-badge {
	background: var(--co-soft) !important;
	border-radius: 6px !important;
	color: var(--co-brand) !important;
	font-size: 0.75rem !important;
}

.woocommerce-checkout .wc-block-components-totals-wrapper,
.woocommerce-cart .wc-block-components-totals-wrapper {
	border-top: 1px solid var(--co-border) !important;
	margin-top: 0.5rem;
	padding-top: 0.85rem !important;
}

.woocommerce-checkout .wc-block-components-totals-item__label,
.woocommerce-cart .wc-block-components-totals-item__label {
	color: var(--co-muted) !important;
}

.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	color: var(--co-ink) !important;
	font-size: 1.05rem !important;
	font-weight: 700 !important;
}

.woocommerce-checkout .wc-block-components-panel,
.woocommerce-cart .wc-block-components-panel {
	border: 1px solid var(--co-border-strong) !important;
	border-radius: var(--co-radius-sm) !important;
}

.woocommerce-checkout .wc-block-components-panel__button,
.woocommerce-cart .wc-block-components-panel__button {
	color: var(--co-ink) !important;
	font-weight: 600;
}

/* Cart primary buttons */
.woocommerce-cart .wc-block-cart__submit-button,
.woocommerce-cart .wc-block-components-button:not(.is-link) {
	background: var(--co-orange) !important;
	border-color: var(--co-orange) !important;
	border-radius: var(--co-radius-sm) !important;
	color: #fff !important;
}

.woocommerce-cart .wc-block-cart__submit-button:hover,
.woocommerce-cart .wc-block-components-button:not(.is-link):hover {
	background: var(--co-orange-dark) !important;
	border-color: var(--co-orange-dark) !important;
}

@media (max-width: 781px) {
	.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block,
	.woocommerce-cart .wc-block-cart__sidebar {
		margin-top: 1rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.woocommerce-page .wc-block-product,
	.woocommerce-shop .wc-block-product,
	.tax-product_cat .wc-block-product,
	.woocommerce-page .wc-block-components-product-button .wp-element-button,
	.woocommerce-shop .wc-block-components-product-button .wp-element-button,
	.tax-product_cat .wc-block-components-product-button .wp-element-button,
	.single-product form.cart .single_add_to_cart_button,
	.single-product .wp-block-add-to-cart-form button[type="submit"],
	.single-product .shwe-pdp__call .wp-block-button__link,
	.woocommerce-checkout .wc-block-components-checkout-place-order-button,
	.woocommerce-cart .wc-block-cart__submit-button {
		transition: none;
	}

	.woocommerce-page .wc-block-product:hover,
	.woocommerce-shop .wc-block-product:hover,
	.tax-product_cat .wc-block-product:hover,
	.single-product form.cart .single_add_to_cart_button:hover,
	.single-product .wp-block-add-to-cart-form button[type="submit"]:hover,
	.single-product form.cart .single_add_to_cart_button:active,
	.single-product .wp-block-add-to-cart-form button[type="submit"]:active,
	.single-product .shwe-pdp__call .wp-block-button__link:hover,
	.single-product .shwe-pdp__call .wp-block-button__link:active,
	.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
		transform: none;
	}

	.single-product .shwe-pdp__gallery,
	.single-product .shwe-pdp__info,
	.woocommerce-checkout .wc-block-checkout__main,
	.woocommerce-checkout .wp-block-woocommerce-checkout-fields-block,
	.woocommerce-checkout .wc-block-checkout__sidebar,
	.woocommerce-checkout .wp-block-woocommerce-checkout-totals-block,
	.woocommerce-cart .wc-block-cart__main,
	.woocommerce-cart .wc-block-cart__sidebar {
		animation: none;
	}
}

/* —— Single blog post (article detail) —— */
.single-post main.shwe-post {
	--post-radius: 20px;
	--post-radius-sm: 12px;
	--post-border: rgba(196, 90, 18, 0.14);
	--post-shadow: 0 16px 48px rgba(143, 63, 10, 0.1);
	--post-shadow-sm: 0 8px 24px rgba(143, 63, 10, 0.08);
	--post-alt: #fffaf3;
	--post-hero: linear-gradient(180deg, #fffaf3 0%, #fff5e8 52%, #ffffff 100%);
	background: #fff;
	box-sizing: border-box;
	overflow-x: clip;
	padding-block: 0 clamp(2.5rem, 6vw, 4rem);
	width: 100%;
}

.single-post .shwe-post__hero {
	background: var(--post-hero);
	box-sizing: border-box;
	margin-inline: calc(50% - 50vw);
	max-width: 100vw;
	padding-inline: clamp(1rem, 4vw, 1.5rem);
	padding-bottom: clamp(3rem, 6vw, 4.5rem);
	position: relative;
	text-align: center;
	width: 100vw;
}

.single-post .shwe-post__hero::before {
	background: linear-gradient(90deg, transparent, #ff7f00 20%, #c45a12 50%, #ff7f00 80%, transparent);
	content: "";
	height: 3px;
	left: 0;
	opacity: 0.85;
	position: absolute;
	right: 0;
	top: 0;
}

.single-post .shwe-post__breadcrumb {
	align-items: center;
	color: #888;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.8125rem;
	gap: 0.35rem 0.45rem;
	justify-content: center;
	list-style: none;
	margin: 0 0 1.25rem;
	padding: 0;
}

.single-post .shwe-post__breadcrumb > * {
	margin: 0;
}

.single-post .shwe-post__breadcrumb .wp-block-home-link,
.single-post .shwe-post__breadcrumb li {
	display: inline-flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.single-post .shwe-post__breadcrumb a {
	color: #c45a12;
	font-weight: 500;
	text-decoration: none;
}

.single-post .shwe-post__breadcrumb a:hover {
	color: #ff7f00;
}

.single-post .shwe-post__crumb-sep,
.single-post .shwe-post__crumb-current {
	color: #999;
	display: inline;
	margin: 0;
}

.single-post .shwe-post__crumb-current {
	color: #666;
	font-weight: 600;
}

.single-post .shwe-post__eyebrow {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
	margin: 0 0 0.85rem;
}

.single-post .shwe-post__eyebrow a {
	background: rgba(255, 127, 0, 0.12);
	border: 1px solid rgba(196, 90, 18, 0.18);
	border-radius: 999px;
	color: #c45a12;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding: 0.35rem 0.85rem;
	text-decoration: none;
	text-transform: uppercase;
}

.single-post .shwe-post__eyebrow a:hover {
	background: rgba(255, 127, 0, 0.2);
	color: #8f3f0a;
}

.single-post .shwe-post__eyebrow a[href*="uncategorized"] {
	display: none;
}

.single-post .shwe-post__eyebrow:empty {
	display: none;
}

.single-post .shwe-post__featured:empty,
.single-post .shwe-post__featured:not(:has(img)) {
	display: none;
	margin: 0;
}

.single-post .shwe-post__title,
.single-post .shwe-post__hero .wp-block-post-title {
	color: #1a1a1a;
	font-size: clamp(2rem, 4.5vw, 2.75rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.15;
	margin: 0 auto 1.25rem;
	max-width: 18ch;
}

.single-post .shwe-post__meta {
	align-items: center;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(196, 90, 18, 0.12);
	border-radius: 999px;
	box-shadow: 0 2px 8px rgba(143, 63, 10, 0.05);
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.5rem;
	justify-content: center;
	margin: 0 auto;
	padding: 0.4rem 0.95rem;
}

.single-post .shwe-post__meta .wp-block-post-date,
.single-post .shwe-post__meta .wp-block-post-author {
	color: #555;
	font-size: 0.8125rem;
	margin: 0;
}

.single-post .shwe-post__meta .wp-block-post-author__name {
	font-weight: 600;
}

.single-post .shwe-post__meta .wp-block-post-author__avatar {
	border: 2px solid #fff;
	border-radius: 50%;
}

.single-post .shwe-post__meta-sep {
	color: #ccc;
	margin: 0;
	padding: 0;
}

.single-post .shwe-post__shell {
	background: #fff;
	border: 1px solid var(--post-border);
	border-radius: var(--post-radius);
	box-shadow: var(--post-shadow);
	box-sizing: border-box;
	margin-block: -2.25rem 0;
	margin-inline: auto;
	max-width: min(820px, calc(100% - 2rem));
	padding: clamp(1.25rem, 2.5vw, 1.75rem);
	position: relative;
	z-index: 1;
}

.single-post .shwe-post__shell:not(:has(.shwe-post__featured img)) {
	padding-top: clamp(1.5rem, 3vw, 2rem);
}

.single-post .shwe-post__shell:not(:has(.shwe-post__featured img))::before {
	background: linear-gradient(90deg, #ff7f00, #c45a12);
	border-radius: 999px;
	content: "";
	display: block;
	height: 4px;
	margin: 0 auto 1.25rem;
	width: 4.5rem;
}

.single-post .shwe-post__featured {
	border-radius: calc(var(--post-radius) - 4px);
	margin: 0 0 1.5rem;
	overflow: hidden;
}

.single-post .shwe-post__featured img {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.single-post .shwe-post__body {
	color: #444;
	margin-inline: auto;
	max-width: 720px;
	padding-inline: clamp(0.25rem, 2vw, 1rem);
}

.single-post .shwe-post__body .wp-block-post-content,
.single-post .shwe-post__body .entry-content {
	font-size: 1.0625rem;
	line-height: 1.85;
}

.single-post .shwe-post__body .wp-block-post-content > * + *,
.single-post .shwe-post__body .entry-content > * + * {
	margin-top: 1.35rem;
}

.single-post .shwe-post__body p {
	color: #555;
	margin-bottom: 1rem;
}

.single-post .shwe-post__body h2,
.single-post .shwe-post__body h3,
.single-post .shwe-post__body h4 {
	color: #1a1a1a;
	font-weight: 700;
	line-height: 1.35;
	margin-top: 2rem;
}

.single-post .shwe-post__body h2 {
	font-size: clamp(1.35rem, 2.2vw, 1.625rem);
}

.single-post .shwe-post__body h3 {
	font-size: clamp(1.15rem, 1.8vw, 1.35rem);
}

.single-post .shwe-post__body a {
	color: #c45a12;
	text-decoration: underline;
	text-underline-offset: 0.14em;
}

.single-post .shwe-post__body a:hover {
	color: #ff7f00;
}

.single-post .shwe-post__body blockquote {
	background: var(--post-alt);
	border-left: 4px solid #ff7f00;
	border-radius: 0 var(--post-radius-sm) var(--post-radius-sm) 0;
	color: #444;
	margin-block: 1.5rem;
	padding: 1rem 1.25rem;
}

.single-post .shwe-post__body img,
.single-post .shwe-post__body figure {
	border-radius: var(--post-radius-sm);
	max-width: 100%;
}

.single-post .shwe-post__body ul,
.single-post .shwe-post__body ol {
	padding-left: 1.35rem;
}

.single-post .shwe-post__body li {
	margin-bottom: 0.5rem;
}

.single-post .shwe-post__related {
	box-sizing: border-box;
	margin-inline: auto;
	margin-top: clamp(2.5rem, 5vw, 3.5rem);
	max-width: min(1200px, 100%);
	padding-inline: clamp(1rem, 4vw, 1.5rem);
}

.single-post .shwe-post__related-head {
	align-items: flex-end;
	border-bottom: 1px solid var(--post-border);
	gap: 0.5rem 1rem;
	margin-bottom: 1.5rem;
	padding-bottom: 0.85rem;
}

.single-post .shwe-post__related-title {
	color: #1a1a1a;
	font-size: clamp(1.35rem, 2.4vw, 1.75rem);
	font-weight: 700;
	margin: 0;
}

.single-post .shwe-post__related-kicker {
	color: #c45a12;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	margin: 0;
	text-transform: uppercase;
}

.single-post .shwe-post__related-grid {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.single-post .shwe-post__related-card {
	background: #fff;
	border: 1px solid var(--post-border);
	border-radius: var(--post-radius-sm);
	box-shadow: var(--post-shadow-sm);
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.single-post .shwe-post__related-card:hover {
	box-shadow: var(--post-shadow);
	transform: translateY(-3px);
}

.single-post .shwe-post__related-media {
	margin: 0;
	overflow: hidden;
}

.single-post .shwe-post__related-media img {
	aspect-ratio: 16 / 10;
	display: block;
	height: auto;
	object-fit: cover;
	transition: transform 280ms ease;
	width: 100%;
}

.single-post .shwe-post__related-card:hover .shwe-post__related-media img {
	transform: scale(1.04);
}

.single-post .shwe-post__related-body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 0.45rem;
	padding: 1rem 1.1rem 1.15rem;
}

.single-post .shwe-post__related-cat a {
	color: #c45a12;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
}

.single-post .shwe-post__related-card-title {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
}

.single-post .shwe-post__related-card-title a {
	color: #1a1a1a;
	text-decoration: none;
}

.single-post .shwe-post__related-card-title a:hover {
	color: #c45a12;
}

.single-post .shwe-post__related-excerpt {
	color: #666;
	flex: 1 1 auto;
	font-size: 0.875rem;
	line-height: 1.6;
	margin: 0;
}

.single-post .shwe-post__related-date {
	color: #999;
	font-size: 0.75rem;
	margin: 0.25rem 0 0;
}

.single-post .shwe-post__related:has(.wp-block-query-no-results),
.single-post .shwe-post__related:not(:has(.shwe-post__related-grid > li)) {
	display: none;
}

@keyframes shwe-post-enter {
	from {
		opacity: 0;
		transform: translateY(18px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.single-post .shwe-post__shell {
	animation: shwe-post-enter 320ms ease-out both;
}

@media (max-width: 900px) {
	.single-post .shwe-post__related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.single-post .shwe-post__title,
	.single-post .shwe-post__hero .wp-block-post-title {
		max-width: none;
	}

	.single-post .shwe-post__meta {
		flex-direction: column;
	}

	.single-post .shwe-post__shell {
		margin-inline: clamp(0.75rem, 3vw, 1rem);
	}

	.single-post .shwe-post__related-grid {
		grid-template-columns: 1fr;
		max-width: 28rem;
		margin-inline: auto;
	}

	.single-post .shwe-post__related-head {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	.single-post .shwe-post__shell,
	.single-post .shwe-post__related-card,
	.single-post .shwe-post__related-media img {
		animation: none;
		transition: none;
	}

	.single-post .shwe-post__related-card:hover {
		transform: none;
	}
}
