.site-main--shop {
	padding: 48px 0 72px;
}

.single-product .site-main--shop {
	padding-top: 0;
}

.site-main--shop .container,
.woocommerce-cart .site-main--shop .container,
.woocommerce-checkout .site-main--shop .container {
	width: min(1344px, calc(100% - 64px)) !important;
	max-width: 1344px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.woocommerce-shop .site-main--shop .container,
.post-type-archive-product .site-main--shop .container,
.tax-product_cat .site-main--shop .container,
.tax-product_tag .site-main--shop .container {
	width: min(1280px, calc(100% - 32px)) !important;
	max-width: 1280px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.single-product .site-main--shop .container,
.woocommerce-shop .site-main--shop .container,
.post-type-archive-product .site-main--shop .container,
.tax-product_cat .site-main--shop .container,
.tax-product_tag .site-main--shop .container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.shop-layout {
	display: grid;
	gap: 32px;
}

.woocommerce-shop .shop-layout,
.post-type-archive-product .shop-layout,
.tax-product_cat .shop-layout,
.tax-product_tag .shop-layout {
	grid-template-columns: minmax(0, 1fr) auto;
	column-gap: 32px;
	row-gap: 28px;
	align-items: end;
}

.woocommerce-shop .woocommerce-breadcrumb,
.post-type-archive-product .woocommerce-breadcrumb,
.tax-product_cat .woocommerce-breadcrumb,
.tax-product_tag .woocommerce-breadcrumb {
	grid-column: 1 / -1;
	margin: 0;
	color: #6b7280;
	font-size: 0.95rem;
}

.woocommerce-shop .woocommerce-breadcrumb a,
.post-type-archive-product .woocommerce-breadcrumb a,
.tax-product_cat .woocommerce-breadcrumb a,
.tax-product_tag .woocommerce-breadcrumb a {
	color: #6b7280;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.woocommerce-shop .woocommerce-products-header,
.post-type-archive-product .woocommerce-products-header,
.tax-product_cat .woocommerce-products-header,
.tax-product_tag .woocommerce-products-header {
	grid-column: 1 / -1;
	margin: 0;
}

.woocommerce-shop .woocommerce-products-header__title.page-title,
.post-type-archive-product .woocommerce-products-header__title.page-title,
.tax-product_cat .woocommerce-products-header__title.page-title,
.tax-product_tag .woocommerce-products-header__title.page-title {
	margin: 0;
	color: #111827;
	font-family: var(--theme-font-display, "Space Grotesk", sans-serif);
	font-size: clamp(3rem, 6vw, 4.5rem);
	font-weight: 800;
	line-height: 0.95;
	letter-spacing: -0.05em;
	text-transform: uppercase;
}

.woocommerce-shop .woocommerce-result-count,
.post-type-archive-product .woocommerce-result-count,
.tax-product_cat .woocommerce-result-count,
.tax-product_tag .woocommerce-result-count {
	grid-column: 1;
	margin: 0;
	float: none;
	align-self: center;
	color: #111827;
	font-size: 0.95rem;
	font-weight: 600;
}

.woocommerce-shop .woocommerce-ordering,
.post-type-archive-product .woocommerce-ordering,
.tax-product_cat .woocommerce-ordering,
.tax-product_tag .woocommerce-ordering {
	grid-column: 2;
	margin: 0;
	float: none;
	align-self: center;
}

.woocommerce-shop .woocommerce-ordering select,
.post-type-archive-product .woocommerce-ordering select,
.tax-product_cat .woocommerce-ordering select,
.tax-product_tag .woocommerce-ordering select {
	min-width: 280px;
	min-height: 40px;
	padding: 0 40px 0 18px;
	border: 1px solid #9ca3af;
	border-radius: 8px;
	background: #ffffff;
	color: #111827;
}

body.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	gap: 28px !important;
	margin: 0;
	padding: 0;
	list-style: none;
	justify-content: start !important;
	align-items: start;
}

body.woocommerce ul.products::before,
body.woocommerce ul.products::after {
	display: none !important;
	content: none !important;
}

body.woocommerce ul.products li.product {
	width: auto !important;
	max-width: none;
	float: none !important;
	margin: 0;
	justify-self: stretch;
	clear: none !important;
}

body.woocommerce ul.products li.product.first {
	clear: none !important;
}

body.woocommerce-shop ul.products,
body.post-type-archive-product ul.products,
body.tax-product_cat ul.products,
body.tax-product_tag ul.products {
	grid-column: 1 / -1;
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	align-items: start !important;
	justify-items: stretch !important;
	justify-content: start !important;
}

.dk-product-card {
	background: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
	max-width: 280px;
	font-family: var(--theme-font-sans, Inter, Arial, sans-serif);
}

body.woocommerce-shop .dk-product-card,
body.post-type-archive-product .dk-product-card,
body.tax-product_cat .dk-product-card,
body.tax-product_tag .dk-product-card {
	max-width: none;
	width: 100%;
}

.dk-product-image {
	position: relative;
	display: block;
	background: #f1f1f1;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}

.dk-product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.dk-product-card:hover .dk-product-image img,
.dk-product-card:focus-within .dk-product-image img {
	transform: scale(1.05);
}

.dk-discount {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
	background: #ff4040;
	color: #ffffff;
	font-weight: 800;
	font-size: 14px;
	line-height: 1;
	padding: 8px 14px;
	border-radius: 999px;
}

.dk-product-content {
	padding: 20px;
}

.dk-product-title {
	margin: 0 0 12px;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 700;
}

.dk-product-title a {
	color: #111827;
	text-decoration: none;
}

.dk-product-price {
	margin-bottom: 20px;
}

.dk-old-price {
	display: block;
	margin-bottom: 8px;
	color: #9ca3af;
	font-size: 13px;
	font-weight: 500;
	text-decoration: line-through;
}

.dk-new-price {
	display: block;
	color: #111827;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.1;
}

.dk-new-price ins {
	text-decoration: none;
}

.dk-new-price del {
	color: #9ca3af;
}

.dk-add-cart {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	height: 48px;
	padding: 0 20px;
	border-radius: 10px;
	background: #111217;
	color: #ffffff !important;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	box-sizing: border-box;
}

.dk-add-cart:hover,
.dk-add-cart:focus-visible {
	background: #000000;
	color: #ffffff !important;
}

@media (max-width: 480px) {
	.dk-product-card {
		max-width: 230px;
		border-radius: 10px;
	}

	.dk-product-content {
		padding: 16px;
	}

	.dk-product-title {
		font-size: 15px;
		margin-bottom: 12px;
	}

	.dk-old-price {
		font-size: 13px;
		margin-bottom: 6px;
	}

	.dk-new-price {
		font-size: 20px;
	}

	.dk-add-cart {
		height: 46px;
		font-size: 14px;
		border-radius: 10px;
		margin-top: 18px;
	}

	.dk-discount {
		top: 14px;
		left: 14px;
		font-size: 13px;
		padding: 7px 14px;
	}

	.dk-product-image {
		aspect-ratio: 1 / 1;
	}

	body.woocommerce ul.products,
	body.woocommerce-shop ul.products,
	body.post-type-archive-product ul.products,
	body.tax-product_cat ul.products,
	body.tax-product_tag ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 18px !important;
	}

	body.woocommerce-shop ul.products li.product,
	body.post-type-archive-product ul.products li.product,
	body.tax-product_cat ul.products li.product,
	body.tax-product_tag ul.products li.product {
		width: 100%;
	}

	body.woocommerce-shop .dk-product-card,
	body.post-type-archive-product .dk-product-card,
	body.tax-product_cat .dk-product-card,
	body.tax-product_tag .dk-product-card {
		max-width: none !important;
		width: 100%;
		border-radius: 10px;
	}
}

/* CART PAGE STYLE */
.woocommerce-cart .entry-title,
.woocommerce-cart h1 {
	font-size: 32px;
	font-weight: 800;
	color: #111827;
	margin-bottom: 32px;
}

.woocommerce-cart .woocommerce {
	background: #ffffff;
	border-radius: 10px;
	padding: 40px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.04);
}

.woocommerce-cart .cart-empty {
	text-align: center;
	font-size: 16px;
	color: #6b7280;
	margin-bottom: 20px;
}

.woocommerce-cart .return-to-shop {
	text-align: center;
}

.woocommerce-cart .return-to-shop .button {
	background: #111217;
	color: #ffffff;
	border-radius: 10px;
	padding: 16px 28px;
	font-weight: 800;
	text-decoration: none;
}

.woocommerce-cart table.shop_table {
	border: none;
	border-collapse: separate;
	border-spacing: 0 18px;
}

.woocommerce-cart table.shop_table tr.cart_item {
	background: #ffffff;
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.06);
	border-radius: 10px;
}

.woocommerce-cart table.shop_table td {
	border: none;
	padding: 20px;
	vertical-align: middle;
}

.woocommerce-cart .product-thumbnail img {
	width: 110px;
	border-radius: 10px;
}

.woocommerce-cart .product-name a {
	font-size: 18px;
	font-weight: 800;
	color: #111827;
	text-decoration: none;
}

.woocommerce-cart .product-price,
.woocommerce-cart .product-subtotal {
	font-size: 18px;
	font-weight: 800;
	color: #111827;
}

.woocommerce-cart .quantity input.qty {
	width: 70px;
	height: 44px;
	border-radius: 10px;
	border: 1px solid #d1d5db;
	font-weight: 700;
}

.woocommerce-cart button[name="update_cart"] {
	background: #111217;
	color: #ffffff;
	border-radius: 10px;
	padding: 14px 24px;
	font-weight: 800;
}

.woocommerce-cart .cart_totals {
	background: #f9fafb;
	border-radius: 10px;
	padding: 28px;
}

.woocommerce-cart .cart_totals h2 {
	font-size: 24px;
	font-weight: 800;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	background: #111217;
	color: #ffffff;
	border-radius: 10px;
	padding: 18px 24px;
	font-size: 18px;
	font-weight: 800;
}

.woocommerce-cart .cross-sells ul.products li.product {
	background: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.06);
	padding-bottom: 20px;
	max-width: 240px;
}

.woocommerce-cart .cross-sells ul.products li.product img {
	border-radius: 10px 10px 0 0;
}

.woocommerce-cart .cross-sells ul.products li.product h2 {
	font-size: 16px;
	font-weight: 800;
	color: #111827;
	padding: 0 18px;
}

.woocommerce-cart .cross-sells ul.products li.product .price {
	display: block;
	padding: 0 18px;
	font-weight: 800;
}

.woocommerce-cart .cross-sells ul.products li.product .button {
	margin: 14px 18px 0;
	background: #111217;
	color: #ffffff;
	border-radius: 10px;
	padding: 12px 18px;
	font-weight: 800;
}

@media (max-width: 768px) {
	.woocommerce-cart .woocommerce {
		padding: 24px 18px;
		border-radius: 10px;
	}

	.woocommerce-cart table.shop_table td {
		padding: 14px;
	}

	.woocommerce-cart .product-thumbnail img {
		width: 80px;
	}

	.woocommerce-cart .product-name a {
		font-size: 15px;
	}

	.woocommerce-cart .product-price,
	.woocommerce-cart .product-subtotal {
		font-size: 15px;
	}

	.woocommerce-cart .cart_totals {
		padding: 20px;
	}
}

.single-product div.product {
	display: block;
}

.single-product div.product .summary {
	display: grid;
	gap: 16px;
}

.single-product .product-detail-page {
	display: grid;
	gap: 28px;
	max-width: 100%;
	margin: 0 auto;
}

.single-product .product-detail-topbar {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr) 52px;
	align-items: center;
	gap: 16px;
}

.single-product .product-detail-topbar__back,
.single-product .product-detail-topbar__cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border: 1px solid #e5d7ca;
	border-radius: 999px;
	background: #ffffff;
	color: #171717;
	text-decoration: none;
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.single-product .product-detail-topbar__back {
	font-size: 2rem;
	line-height: 1;
}

.single-product .product-detail-topbar__cart svg {
	width: 24px;
	height: 24px;
}

.single-product .product-detail-topbar__copy {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.single-product .product-detail-topbar__eyebrow,
.single-product .product-detail-topbar__name {
	margin: 0;
}

.single-product .product-detail-topbar__eyebrow {
	color: #171717;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
}

.single-product .product-detail-topbar__name {
	color: #6b7280;
	font-size: 0.72rem;
	line-height: 1.3;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.single-product .product-detail-hero {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.78fr);
	gap: 36px;
	align-items: start;
}

.single-product .product-detail-hero__media {
	overflow: visible;
	position: sticky;
	top: 24px;
}

.single-product .product-detail-hero__image,
.single-product .product-detail-hero__placeholder {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1.08;
	object-fit: contain;
}

.single-product .product-detail-hero__placeholder {
	display: grid;
	place-items: center;
	color: #6b7280;
}

.single-product .product-detail-heading {
	display: grid;
	gap: 10px;
}

.single-product .product-detail-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.single-product .product-detail-tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 0 12px;
	border: 1px solid #ffd1c8;
	border-radius: 999px;
	background: #fff8f5;
	color: #f06443;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.single-product .product-detail-price-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.single-product .product-detail-price-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	background: #ff5a3c;
	color: #ffffff;
	font-size: 0.85rem;
	font-weight: 700;
	line-height: 1;
}

.single-product .product-detail-option-title {
	margin: 4px 0 -4px;
	color: #b36f25;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.single-product .summary .variations_form {
	gap: 16px;
}

.single-product .summary .single_variation_wrap {
	display: grid;
	gap: 16px;
}

.single-product .summary .single_variation {
	margin: 0;
}

.single-product .summary .woocommerce-variation-price {
	display: none;
}

.single-product .summary .variations td.value {
	display: grid;
	gap: 10px;
}

.single-product .summary .variations td.value::before {
	content: none;
}

.single-product .product-detail-option-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.single-product .product-detail-option-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 54px;
	min-height: 40px;
	padding: 0 14px;
	border: 1px solid #d9dde4;
	border-radius: 4px;
	background: #ffffff;
	color: #506072;
	font-size: 0.82rem;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
}

.single-product .product-detail-option-pill.is-active {
	border-color: #1f2937;
	background: #ffffff;
	color: #111827;
	box-shadow: inset 0 0 0 1px #1f2937;
}

.js .single-product .product-detail-page .variations select {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.single-product .product-detail-copy {
	display: grid;
	gap: 14px;
}

.single-product .product-detail-copy__content {
	display: grid;
	gap: 14px;
}

.single-product .product-detail-copy__description>*:first-child {
	margin-top: 0;
}

.single-product .product-detail-copy__description>*:last-child {
	margin-bottom: 0;
}

.single-product .product-detail-copy h2,
.single-product .product-detail-recommended__title {
	margin: 0;
	color: #171717;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25;
}

.single-product .product-detail-recommended {
	display: grid;
	gap: 18px;
}

.single-product .product-detail-copy,
.single-product .product-detail-recommended {
	grid-column: 1 / -1;
}

.single-product .product-detail-copy {
	padding-top: 10px;
	border-top: 1px solid #ece7e2;
}

.single-product .product-detail-copy__content,
.single-product .product-detail-copy__content p,
.single-product .product-detail-copy__content li {
	color: #25374a;
	line-height: 1.75;
}

.single-product .product-detail-recommended__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.single-product .woocommerce-message,
.single-product .woocommerce-info,
.single-product .woocommerce-error {
	display: none !important;
}

.single-product .woocommerce-breadcrumb,
.single-product .product_meta,
.single-product .reset_variations,
.single-product .quantity.hidden {
	display: none;
}

.single-product .woocommerce-product-gallery {
	margin: 0;
}

.single-product .woocommerce-product-gallery__wrapper {
	padding: 0;
	border-radius: 0;
	background: transparent;
}

.single-product .woocommerce-product-gallery__image {
	border-radius: 10px;
	overflow: hidden;
	background: #f5f5f5;
}

.single-product .woocommerce-product-gallery__image img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 14px;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	flex: 0 0 62px;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs img {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #ffffff;
}

.single-product .summary .product_title {
	margin: 0;
	color: #23384a;
	font-size: clamp(2.4rem, 4vw, 4rem);
	line-height: 0.96;
	letter-spacing: -0.03em;
	text-transform: uppercase;
}

.single-product .summary .price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 0;
	color: #0f172a;
	font-size: clamp(2rem, 3vw, 2.9rem);
	font-weight: 800;
	line-height: 1;
}

.single-product .summary .price del {
	order: 3;
	color: #94a3b8;
	font-size: 0.95rem;
	font-weight: 500;
}

.single-product .summary .price ins {
	order: 1;
	text-decoration: none;
}

.single-product .summary .price .woocommerce-Price-amount {
	line-height: 1;
}

.single-product .summary .onsale {
	order: 2;
	padding: 6px 10px;
	font-size: 0.85rem;
	line-height: 1;
}

.single-product .summary .woocommerce-product-details__short-description {
	display: block;
	color: #526171;
	font-size: 1rem;
	line-height: 1.75;
}

.single-product .summary form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 8px;
}

.single-product .summary form.cart>* {
	width: 100%;
}

.single-product .summary form.cart .variations,
.single-product .summary form.cart .single_variation_wrap {
	width: 100%;
}

.single-product .summary .variations {
	margin: 0 0 28px;
}

.single-product .summary .variations tr {
	display: block;
	margin-bottom: 24px;
}

.single-product .summary .variations td,
.single-product .summary .variations th {
	display: block;
	padding: 0;
	border: 0;
}

.single-product .summary .variations label {
	display: block;
	margin-bottom: 14px;
	color: #111827;
	font-size: 20px;
	font-weight: 800;
}

.single-product .summary .variation-heading {
	display: flex;
	align-items: baseline;
	gap: 12px;
}

.single-product .summary .variation-heading__label {
	color: #111827;
	font-size: 20px;
	font-weight: 800;
}

.single-product .summary .variation-heading__value {
	color: #667085;
	font-size: 18px;
	font-weight: 700;
}

.single-product .summary .variation-size-guide {
	margin-left: auto;
	padding: 0;
	border: 0;
	background: transparent;
	color: #667085;
	font-size: 18px;
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: 6px;
	cursor: pointer;
}

.single-product .summary .variations select {
	display: none;
}

.single-product .summary .variation-swatch {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.single-product .summary .variation-swatch button {
	width: 64px;
	height: 64px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #fff;
	color: #374151;
	font-size: 18px;
	font-weight: 800;
	cursor: pointer;
	transition: all 0.2s ease;
}

.single-product .summary .variation-swatch button.active {
	border-color: #111217;
	background: #111217;
	color: #fff;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.single-product .summary .variation-swatch button:disabled {
	opacity: 0.38;
	cursor: not-allowed;
	box-shadow: none;
}

.single-product .summary .variation-swatch.color button {
	position: relative;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	font-size: 0;
}

.single-product .summary .variation-swatch.color button.active {
	border: 3px solid #111217;
	background: transparent;
}

.single-product .summary .variation-swatch.color button.active::after {
	content: "";
	position: absolute;
	inset: 0;
	width: 20px;
	height: 20px;
	margin: auto;
	border-radius: 50%;
	background: #111217;
}

.single-product .summary .variation-swatch button[data-value="white"] {
	background: #fff;
}

.single-product .summary .variation-swatch button[data-value="black"] {
	background: #111217;
}

.single-product .summary .variation-swatch button[data-value="grey"],
.single-product .summary .variation-swatch button[data-value="gray"] {
	background: #d7d2d2;
}

.single-product .summary .single_add_to_cart_button {
	position: relative;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 64px;
	padding: 0 42px;
	border: 1.5px solid #fdba74 !important;
	border-radius: 10px;
	background: #fff !important;
	color: #ea580c !important;
	font-size: 20px;
	font-weight: 800;
	box-shadow: 0 14px 30px rgba(249, 115, 22, 0.12);
}

.single-product .summary .single_add_to_cart_button:hover,
.single-product .summary .single_add_to_cart_button:focus {
	background: #fff7ed !important;
	color: #ea580c !important;
}

.single-product .summary .single_add_to_cart_button::before {
	content: "";
	flex: 0 0 26px;
	width: 26px;
	height: 26px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 24 24' fill='none' stroke='%23ea580c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='19' r='1.6'/%3E%3Ccircle cx='17' cy='19' r='1.6'/%3E%3Cpath d='M3 5h2.2l2.1 9.2a1 1 0 0 0 1 .8h8.8a1 1 0 0 0 1-.8L20 8H7.1'/%3E%3C/svg%3E");
}

.single-product .summary .product-detail-buy-now {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	order: -1;
	width: 100%;
	min-height: 64px;
	border: 0;
	border-radius: 10px;
	background: #1d1d21 !important;
	color: #ffffff !important;
	font-size: 20px;
	font-weight: 800;
	box-shadow: 0 18px 32px rgba(24, 24, 27, 0.18);
}

.single-product .summary .product-detail-buy-now:hover,
.single-product .summary .product-detail-buy-now:focus {
	background: #09090b !important;
	color: #ffffff !important;
}

.single-product .summary .quantity {
	display: none !important;
}

.single-product .summary .woocommerce-variation-add-to-cart {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	align-items: stretch;
}

.single-product .summary form.cart:not(.variations_form) {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.single-product .summary form.cart:not(.variations_form)>.single_add_to_cart_button,
.single-product .summary form.cart:not(.variations_form)>.product-detail-buy-now {
	grid-column: auto;
}

.single-product .summary .woocommerce-variation-add-to-cart>.single_add_to_cart_button,
.single-product .summary .woocommerce-variation-add-to-cart>.product-detail-buy-now {
	width: auto;
}

.single-product .summary .woocommerce-variation-add-to-cart>.product-detail-buy-now {
	flex: 1.6 1 320px;
}

.single-product .summary .woocommerce-variation-add-to-cart>.single_add_to_cart_button {
	flex: 1 1 240px;
}

.single-product .product-detail-marketplace {
	display: grid;
	gap: 8px;
	margin-top: -2px;
}

.single-product .product-detail-marketplace__label {
	margin: 0;
	color: #b36f25;
	font-size: 0.84rem;
	font-weight: 600;
}

.single-product .product-detail-marketplace__link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	color: #111827;
	font-weight: 600;
	text-decoration: none;
}

.single-product .product-detail-marketplace__badge {
	display: inline-grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border: 1px solid #ffd1c8;
	border-radius: 10px;
	background: #fff4ee;
	color: #ff5b22;
	font-size: 1.3rem;
	font-weight: 800;
	line-height: 1;
}

.single-product .summary .quantity .qty {
	min-height: 52px;
	border-radius: 999px;
}

.single-product .woocommerce-tabs {
	margin-top: 32px;
	padding-top: 28px;
	border-top: 1px solid #ece7e2;
}

.single-product .woocommerce-tabs ul.tabs {
	display: none;
}

.single-product .woocommerce-tabs .panel {
	display: block !important;
	margin: 0 0 28px;
	padding: 0;
}

.single-product .woocommerce-tabs .panel:last-child {
	margin-bottom: 0;
}

.single-product .woocommerce-tabs .panel h2,
.single-product .woocommerce-tabs .panel h3 {
	margin: 0 0 14px;
	color: #171717;
	font-size: 2rem;
	line-height: 1.1;
}

.single-product .woocommerce-tabs .panel p,
.single-product .woocommerce-tabs .panel li {
	color: #6b7280;
	font-size: 1rem;
	line-height: 1.75;
}

.single-product .woocommerce-tabs .panel ul {
	margin: 0;
	padding-left: 1.2rem;
}

.single-product .related.products {
	margin-top: 40px;
	padding-top: 10px;
}

.single-product .woocommerce-product-gallery .onsale {
	display: none;
}

.single-product .related>h2 {
	margin: 0 0 18px;
	color: #171717;
	font-size: clamp(1.9rem, 3vw, 2.4rem);
	line-height: 1.1;
}

.single-product .related ul.products.columns-4 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.single-product .related ul.products li.product {
	width: auto;
	float: none;
	margin: 0;
}

.single-product .related .mytheme-product-card {
	padding: 0;
	border-color: #f0b8b3;
	border-radius: 10px;
	box-shadow: none;
	overflow: hidden;
}

.single-product .related .mytheme-product-card__link {
	gap: 0;
}

.single-product .related .mytheme-product-card__link img {
	border-radius: 0;
	background: #d9d5d2;
}

.single-product .related .mytheme-product-card__content {
	margin-top: 0;
	padding: 14px 12px 16px;
	gap: 8px;
}

.single-product .related .mytheme-product-card__footer {
	display: none;
}

.single-product .related .woocommerce-loop-product__title {
	font-size: 1rem;
	line-height: 1.25;
}

.single-product .related .price {
	font-size: 0.98rem;
	line-height: 1.35;
}

.single-product .related .price del {
	display: block;
	color: #a39a92;
	font-size: 0.82rem;
	font-weight: 500;
}

.single-product .stock.low-stock {
	padding: 10px 12px;
	border-radius: 6px;
	background: #fff4e5;
	color: #9a3412;
}

.single-product .stock.in-stock {
	color: #166534;
}

.single-product .stock.out-of-stock {
	color: #991b1b;
}

.woocommerce-cart table.shop_table,
.woocommerce-checkout table.shop_table,
.woocommerce-account table.shop_table {
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #ffffff;
	overflow: hidden;
}

.woocommerce-cart .cart_totals,
.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce form.checkout,
.woocommerce .woocommerce-notices-wrapper:empty+.woocommerce-cart-form {
	display: grid;
	gap: 24px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #payment #place_order,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	border-radius: 999px;
	background: #111827;
	text-align: center;
}

.woocommerce-cart .site-main--shop {
	background: #fafafa;
	padding-top: 32px;
}

.woocommerce-cart .shop-layout,
.woocommerce-cart .woocommerce {
	display: grid;
	gap: 24px;
}

.woocommerce-cart .woocommerce,
.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals,
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout .woocommerce,
.woocommerce-checkout form.checkout,
.woocommerce-checkout form.checkout .col2-set,
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review,
.woocommerce-checkout-review-order {
	width: 100%;
	max-width: none;
	float: none;
}

.woocommerce-cart .entry-title,
.woocommerce-cart .woocommerce h1 {
	margin: 0;
	color: #111827;
	font-family: var(--theme-font-display, "Space Grotesk", sans-serif);
	font-size: clamp(2rem, 5vw, 3rem);
	font-weight: 800;
	line-height: 0.95;
	letter-spacing: -0.04em;
}

.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals {
	padding: 28px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

.woocommerce-cart table.shop_table {
	border: 0;
	border-radius: 0;
	background: transparent;
}

.woocommerce-cart table.cart th {
	padding: 0 0 16px;
	border-bottom: 1px solid #e5e7eb;
	color: #6b7280;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.woocommerce-cart table.cart td {
	padding: 22px 0;
	border-top: 1px solid #e5e7eb;
	vertical-align: top;
}

.woocommerce-cart table.cart td.product-thumbnail {
	padding-right: 18px;
}

.woocommerce-cart table.cart td.product-thumbnail img {
	width: 92px;
	border-radius: 10px;
	background: #f3f4f6;
}

.woocommerce-cart table.cart td.product-name a {
	color: #111827;
	font-size: 1.15rem;
	font-weight: 700;
	text-decoration: none;
}

.woocommerce-cart table.cart td.product-price,
.woocommerce-cart table.cart td.product-subtotal {
	color: #111827;
	font-weight: 700;
	white-space: nowrap;
}

.woocommerce-cart table.cart td.product-remove a.remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	background: #fff5f5;
	color: #dc2626 !important;
	font-size: 1.45rem;
	line-height: 1;
}

.woocommerce-cart table.cart td.actions {
	padding-top: 24px;
}

.woocommerce-cart table.cart td.actions .coupon {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	min-width: 220px;
}

.woocommerce-cart table.cart td.actions .button,
.woocommerce-cart table.cart td.actions .coupon .button {
	min-height: 48px;
	padding: 0 18px;
	border-radius: 10px;
}

.woocommerce-cart .cart-collaterals .cart_totals {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.woocommerce-cart .cart_totals h2 {
	margin: 0 0 18px;
	color: #111827;
	font-family: var(--theme-font-display, "Space Grotesk", sans-serif);
	font-size: 1.75rem;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
	padding: 18px 0;
	border-top: 1px solid #e5e7eb;
}

.woocommerce-cart .cart_totals table th {
	color: #4b5563;
	font-weight: 600;
}

.woocommerce-cart .cart_totals table td {
	color: #111827;
	font-weight: 700;
	text-align: right;
}

.woocommerce-cart .wc-proceed-to-checkout {
	padding-bottom: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	min-height: 56px;
	border-radius: 10px;
	font-size: 1rem;
	font-weight: 700;
}

.woocommerce .quantity .qty,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding: 12px 14px;
	border: 1px solid #d1d5db;
	border-radius: 10px;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
	border-top: 0;
	border-radius: 10px;
	padding: 16px 18px 16px 52px;
	background: #ffffff;
	box-shadow: 0 16px 35px rgba(15, 23, 42, 0.05);
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-checkout-review-order {
	padding: 24px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: 10px;
	padding: 0;
	list-style: none;
}

.woocommerce-account .woocommerce {
	display: grid;
	grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
	gap: 28px;
	align-items: start;
}

.account-shell__intro {
	display: grid;
	gap: 8px;
	margin-bottom: 18px;
}

.account-shell__eyebrow {
	margin: 0;
	color: #64748b;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.account-shell__title {
	margin: 0;
	font-size: 1.35rem;
	line-height: 1.25;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 12px 16px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	color: #111827;
	text-decoration: none;
	background: #ffffff;
}

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-order .woocommerce-order,
.woocommerce-checkout .col2-set,
.woocommerce-checkout-review-order {
	padding: 24px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

.woocommerce-checkout form.checkout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
	gap: 24px;
	align-items: start;
}

.woocommerce-checkout form.checkout .col2-set {
	margin: 0;
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
	width: auto;
	float: none;
}

.woocommerce-checkout #order_review_heading {
	margin: 0 0 12px;
	font-size: 1.4rem;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-additional-fields {
	display: grid;
	gap: 16px;
}

.woocommerce form .form-row {
	margin-bottom: 0;
}

.woocommerce-checkout .form-row label {
	margin-bottom: 8px;
	font-weight: 600;
	color: #111827;
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
	height: auto;
	padding: 12px 14px;
	border: 1px solid #d1d5db;
	border-radius: 10px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0;
	line-height: 1.5;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	right: 10px;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	padding: 14px 16px;
}

.woocommerce-checkout .site-main--shop {
	background: #fbfbfc;
	padding-top: 28px;
}

.woocommerce-checkout .shop-layout,
.woocommerce-checkout .woocommerce {
	display: grid;
	gap: 14px;
}

.woocommerce-checkout .woocommerce {
	grid-template-columns: minmax(0, 1.28fr) minmax(360px, 0.92fr);
	align-items: start;
	column-gap: 34px;
	row-gap: 18px;
}

.woocommerce-checkout .entry-title,
.woocommerce-checkout .woocommerce h1 {
	margin: 0;
	color: #111827;
	font-family: var(--theme-font-display, "Space Grotesk", sans-serif);
	font-size: clamp(1.5rem, 2.5vw, 1.9rem);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.02em;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-notices-wrapper {
	margin: 0;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
	grid-column: 1 / -1;
}

.woocommerce-checkout .woocommerce-form-coupon {
	grid-column: 1;
}

.woocommerce-checkout .woocommerce-info {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 18px 14px 46px;
	border: 1.5px solid #e5e7eb;
	border-left: 3px solid #e36b1a;
	border-radius: 8px;
	background: #fffbf8;
	box-shadow: none;
	color: #4b5563;
	font-size: 0.92rem;
	font-weight: 500;
}

.woocommerce-checkout .woocommerce-info a {
	color: #111827;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 5px;
}

.woocommerce-checkout .woocommerce-form-coupon {
	display: none;
	grid-template-columns: 1fr auto;
	gap: 0 10px;
	margin: 0 !important;
	padding: 14px 16px;
	border: 1.5px solid #e5e7eb;
	border-radius: 10px;
	background: #fafafa;
	box-shadow: none;
	align-items: end;
}

.woocommerce-checkout .woocommerce-form-coupon[style*="display: block"],
.woocommerce-checkout .woocommerce-form-coupon[style*="display:block"] {
	display: grid !important;
}

.woocommerce-checkout .woocommerce-form-coupon > p:not(.form-row) {
	display: none;
}

.woocommerce-checkout .woocommerce-form-coupon .form-row-first,
.woocommerce-checkout .woocommerce-form-coupon .form-row-last {
	float: none;
	width: auto;
	margin: 0;
}

.woocommerce-checkout .woocommerce-form-coupon .form-row-first {
	grid-column: 1;
	grid-row: 1;
	display: grid;
	gap: 5px;
}

.woocommerce-checkout .woocommerce-form-coupon .form-row-last {
	grid-column: 2;
	grid-row: 1;
	justify-self: stretch;
	display: flex;
	align-items: flex-end;
}

.woocommerce-checkout form.checkout {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: minmax(0, 1.28fr) minmax(360px, 0.92fr);
	column-gap: 34px;
	row-gap: 12px;
	align-items: start;
}

.woocommerce-checkout .col2-set {
	display: grid;
	gap: 24px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.woocommerce-checkout #customer_details {
	grid-column: 1;
	grid-row: 1 / span 3;
}

.woocommerce-checkout #order_review_heading {
	grid-column: 2;
	grid-row: 1;
	margin-top: 0;
}

.woocommerce-checkout #order_review {
	grid-column: 2;
	grid-row: 2;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
	float: none;
	width: 100%;
}

.woocommerce-checkout .woocommerce-billing-fields>h3,
.woocommerce-checkout .woocommerce-additional-fields>h3,
.woocommerce-checkout #order_review_heading {
	margin: 0 0 16px;
	padding-bottom: 14px;
	border-bottom: 1px solid #f0f0f0;
	color: #6b7280;
	font-family: var(--theme-font-display, "Space Grotesk", sans-serif);
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields,
.woocommerce-checkout #customer_details .woocommerce-additional-fields {
	gap: 10px;
}

.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last {
	float: none;
	width: calc(50% - 10px);
}

.woocommerce-checkout .form-row-first {
	margin-right: auto;
}

.woocommerce-checkout .form-row-last {
	margin-left: auto;
}

.woocommerce-checkout .form-row-wide {
	width: 100%;
}

.woocommerce-checkout .form-row label {
	margin-bottom: 7px;
	color: #374151;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.woocommerce-checkout .form-row .required {
	color: #ef4444;
	font-weight: 700;
}

.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .select2-container--default .select2-selection--single {
	min-height: 50px;
	padding: 0 16px;
	border: 1.5px solid #d1d5db;
	border-radius: 8px;
	background: #ffffff;
	color: #111827;
	font-size: 0.96rem;
	box-shadow: none;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.woocommerce-checkout .woocommerce-form-coupon .input-text {
	min-width: 0;
	width: 100%;
	min-height: 44px;
	padding: 0 14px;
	border: 1.5px solid #d1d5db;
	border-radius: 8px;
	background: #ffffff;
	font-size: 0.93rem;
}

.woocommerce-checkout .woocommerce-form-coupon button.button {
	min-height: 44px;
	width: 100%;
	padding: 0 20px;
	border: 0;
	border-radius: 8px;
	background: #18181b;
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: 700;
	white-space: nowrap;
	transition: background 0.15s ease;
}

.woocommerce-checkout .woocommerce-form-coupon button.button:hover {
	background: #09090b;
}

.woocommerce-checkout .form-row textarea {
	min-height: 170px;
	padding-top: 16px;
	padding-bottom: 16px;
	resize: vertical;
}

.woocommerce-checkout .form-row input::placeholder,
.woocommerce-checkout .form-row textarea::placeholder,
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #98a2b3;
}

.woocommerce-checkout .form-row input.input-text:focus,
.woocommerce-checkout .form-row textarea:focus,
.woocommerce-checkout .form-row select:focus,
.woocommerce-checkout .select2-container--default.select2-container--focus .select2-selection--single {
	border-color: #e36b1a;
	box-shadow: 0 0 0 3px rgba(227, 107, 26, 0.12);
	outline: 0;
}

.woocommerce-checkout #order_review {
	position: sticky;
	top: 104px;
	display: grid;
	gap: 18px;
}

.woocommerce-checkout-review-order {
	display: grid;
	gap: 18px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
	border-radius: 10px !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table,
.woocommerce-checkout #payment {
	margin: 0;
	border: 1.5px solid #e5e7eb;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
	overflow: hidden;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
	display: table !important;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table thead,
.woocommerce-checkout .woocommerce-checkout-review-order-table tbody,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot {
	display: table-row-group !important;
	width: 100%;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tr {
	display: table-row !important;
	width: 100%;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce-checkout-review-order-table td {
	display: table-cell !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table th:first-child,
.woocommerce-checkout .woocommerce-checkout-review-order-table td:first-child {
	width: 56%;
	text-align: left;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table th:last-child,
.woocommerce-checkout .woocommerce-checkout-review-order-table td:last-child {
	width: 44%;
	text-align: right;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table thead th {
	padding-top: 24px;
	padding-bottom: 24px;
	color: #111827;
	font-size: 0.92rem;
	font-weight: 800;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tbody td,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
	padding-top: 22px;
	padding-bottom: 22px;
	border-top: 1px solid #e5e7eb;
	color: #344054;
	font-size: 0.98rem;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
	color: #344054;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.55;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
	text-align: right;
	white-space: nowrap;
	color: #111827;
	font-weight: 700;
	vertical-align: middle;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .shipping td,
.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td {
	text-align: right;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce-checkout .woocommerce-checkout-review-order-table .shipping th,
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th {
	color: #111827;
	font-weight: 800;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .shipping th {
	vertical-align: top;
	padding-top: 30px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .shipping td {
	text-align: left;
	white-space: normal;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .shipping-heading th,
.woocommerce-checkout .woocommerce-checkout-review-order-table .shipping-content td {
	width: 100%;
	text-align: left;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .shipping-heading th {
	padding-bottom: 10px;
	vertical-align: top;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .shipping-content td {
	padding-top: 0;
	line-height: 1.55;
	word-break: break-word;
	overflow-wrap: anywhere;
}

.woocommerce-checkout ul#shipping_method {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 10px;
}

.woocommerce-checkout ul#shipping_method li {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	column-gap: 12px;
	align-items: center;
	margin: 0;
	padding: 13px 16px;
	border: 1.5px solid #e5e7eb;
	border-radius: 8px;
	background: #fafafa;
	box-shadow: none;
	transition: border-color 0.18s ease, background 0.18s ease;
}

.woocommerce-checkout ul#shipping_method li:hover {
	border-color: #d1d5db;
	background: #f5f5f5;
}

.woocommerce-checkout ul#shipping_method li:has(input[type="radio"]:checked) {
	border-color: #e36b1a;
	background: #fff8f4;
	box-shadow: 0 0 0 1px #e36b1a;
}

.woocommerce-checkout ul#shipping_method li:has(input[type="radio"]:focus-visible) {
	outline: 2px solid rgba(31, 41, 55, 0.16);
	outline-offset: 2px;
}

.woocommerce-checkout ul#shipping_method input[type="radio"] {
	grid-column: 1;
	grid-row: 1;
	align-self: center;
	margin-top: 0;
	width: 17px;
	height: 17px;
	accent-color: #e36b1a;
}

.woocommerce-checkout ul#shipping_method label {
	grid-column: 2;
	margin: 0;
	display: block;
	width: 100%;
	cursor: pointer;
}

.woocommerce-checkout .woo-shipping-option__content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.woocommerce-checkout .woo-shipping-option__title {
	display: block;
	color: #111827;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: -0.02em;
}

.woocommerce-checkout .woo-shipping-option__separator {
	color: #667085;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
}

.woocommerce-checkout .woo-shipping-option__price {
	display: inline-block;
	color: #111827;
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1.2;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td {
	font-size: 1rem;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td {
	color: #e36b1a;
	font-size: 1.1rem;
	font-weight: 800;
	letter-spacing: -0.01em;
	white-space: nowrap;
}

.woocommerce-checkout #payment {
	padding: 20px;
}

.woocommerce-checkout #payment div.payment_box {
	grid-column: 1 / -1;
	grid-row: 2;
	margin: 8px 0 0;
	padding: 12px 14px;
	border: 1px solid #fde8d8;
	border-radius: 6px;
	background: #fffbf8;
	color: #6b4226;
	font-size: 0.88rem;
	line-height: 1.65;
	box-shadow: none;
}

.woocommerce-checkout #payment div.payment_box::before {
	display: none;
}

.woocommerce-checkout #payment ul.payment_methods {
	margin: 0;
	padding: 0;
	border-bottom: 0;
	list-style: none;
}

.woocommerce-checkout #payment ul.payment_methods>li {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	column-gap: 12px;
	row-gap: 0;
	align-items: start;
	margin: 0;
	padding: 13px 16px;
	border: 1.5px solid #e5e7eb;
	border-radius: 8px;
	background: #fafafa;
	transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.woocommerce-checkout #payment ul.payment_methods>li+li {
	margin-top: 8px;
}

.woocommerce-checkout #payment ul.payment_methods>li:has(> input[type="radio"]:checked) {
	border-color: #e36b1a;
	background: #fff8f4;
	box-shadow: 0 0 0 1px #e36b1a, 0 2px 8px rgba(227, 107, 26, 0.08);
}

.woocommerce-checkout #payment ul.payment_methods label {
	grid-column: 2;
	grid-row: 1;
	display: flex;
	align-items: center;
	margin: 0;
	color: #111827;
	font-size: 0.94rem;
	font-weight: 600;
	line-height: 1.4;
	cursor: pointer;
}

.woocommerce-checkout #payment ul.payment_methods input[type="radio"] {
	grid-column: 1;
	grid-row: 1;
	align-self: center;
	flex-shrink: 0;
	width: 17px;
	height: 17px;
	margin: 0;
	accent-color: #e36b1a;
}

.woocommerce-checkout #payment .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_midtrans img {
	vertical-align: middle;
}

.woocommerce-checkout .woocommerce-privacy-policy-text {
	margin: 10px 6px 0;
	color: #667085;
	font-size: 0.96rem;
	line-height: 1.7;
}

.woocommerce-checkout .woocommerce-privacy-policy-text a {
	color: #667085;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.woocommerce-checkout #payment .form-row.place-order {
	margin: 0;
	padding: 14px 6px 0;
	width: 100%;
}

.woocommerce-checkout #payment #place_order {
	min-height: 54px;
	padding: 0 24px;
	border: 0;
	border-radius: 10px;
	background: #e36b1a;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	box-shadow: 0 4px 16px rgba(227, 107, 26, 0.28);
	width: 100%;
	float: none;
	display: block;
	transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.12s ease;
}

.woocommerce-checkout #payment #place_order:hover {
	background: #c95f15;
	box-shadow: 0 6px 20px rgba(227, 107, 26, 0.38);
	transform: translateY(-1px);
}

.woocommerce-checkout #payment #place_order:focus {
	background: #c95f15;
	outline: 3px solid rgba(227, 107, 26, 0.3);
	outline-offset: 2px;
}

.woocommerce-checkout #payment #place_order:active {
	transform: translateY(0);
	box-shadow: 0 2px 8px rgba(227, 107, 26, 0.2);
}

.woocommerce-mini-cart {
	display: grid;
	gap: 14px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.woocommerce-mini-cart .mini_cart_item {
	display: grid;
	grid-template-columns: 56px 1fr;
	gap: 12px;
	align-items: start;
	padding-bottom: 14px;
	border-bottom: 1px solid #f1f5f9;
}

.woocommerce-mini-cart .mini_cart_item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.woocommerce-mini-cart .remove_from_cart_button {
	order: 3;
	justify-self: end;
	color: #991b1b;
	font-weight: 700;
	text-decoration: none;
}

.woocommerce-mini-cart .attachment-woocommerce_thumbnail,
.woocommerce-mini-cart img {
	width: 56px;
	height: 56px;
	object-fit: cover;
	border-radius: 10px;
}

.woocommerce-mini-cart__total,
.woocommerce-mini-cart__buttons,
.woocommerce-mini-cart .total,
.woocommerce-mini-cart .buttons {
	margin-top: 16px;
}

.woocommerce-mini-cart .buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.woocommerce-mini-cart .buttons .button {
	flex: 1 1 140px;
	text-align: center;
}

.woocommerce-cart .cart-empty,
.woocommerce .return-to-shop {
	padding: 24px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

.woocommerce .return-to-shop .button {
	margin-top: 0;
}

.woo-empty-state {
	display: grid;
	gap: 14px;
	padding: 28px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

.woo-empty-state__eyebrow {
	margin: 0;
	color: #64748b;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.woo-empty-state__title {
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.15;
}

.woo-empty-state__copy {
	margin: 0;
	color: #4b5563;
	line-height: 1.7;
}

.woocommerce-order .woocommerce-order-overview,
.woocommerce-order .woocommerce-table--order-details,
.woocommerce-order .woocommerce-customer-details address {
	border-radius: 10px;
	background: #ffffff;
}

@media (max-width: 1024px) {

	body.woocommerce ul.products,
	body.woocommerce-shop ul.products,
	body.post-type-archive-product ul.products,
	body.tax-product_cat ul.products,
	body.tax-product_tag ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 768px) {
	.site-main--shop {
		padding: 10px 10px 48px;
	}

	.woocommerce-checkout .site-main--shop {
		padding: 0 0 36px;
	}

	.woocommerce-checkout .site-main--shop .container {
		width: min(100%, calc(100% - 32px)) !important;
		max-width: none !important;
	}

	.single-product .site-main--shop {
		padding: 0 0 32px;
	}

	.single-product .site-main--shop .container {
		width: 100% !important;
		max-width: none !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.woocommerce-shop .shop-layout,
	.shop-layout,
	.tax-product_cat .shop-layout,
	.tax-product_tag .shop-layout {
		grid-template-columns: 1fr;
		row-gap: 0px !important;
	}

	.shop-layout, .tax-product_cat .shop-layout {
        grid-template-columns: 1fr;
        row-gap: 10px !important;
    }

	.woocommerce-shop .shop-layout,
	.post-type-archive-product {
		grid-template-columns: 1fr;
		row-gap: 10px !important;
	}

	.woocommerce-shop .woocommerce-result-count,
	.woocommerce-shop .woocommerce-ordering,
	.post-type-archive-product .woocommerce-result-count,
	.post-type-archive-product .woocommerce-ordering,
	.tax-product_cat .woocommerce-result-count,
	.tax-product_cat .woocommerce-ordering,
	.tax-product_tag .woocommerce-result-count,
	.tax-product_tag .woocommerce-ordering {
		grid-column: 1;
	}

	.woocommerce-shop .woocommerce-ordering,
	.post-type-archive-product .woocommerce-ordering,
	.tax-product_cat .woocommerce-ordering,
	.tax-product_tag .woocommerce-ordering {
		width: 100%;
	}

	.woocommerce-shop .woocommerce-ordering select,
	.post-type-archive-product .woocommerce-ordering select,
	.tax-product_cat .woocommerce-ordering select,
	.tax-product_tag .woocommerce-ordering select {
		width: 100%;
		min-width: 0;
	}

	.woocommerce-shop .site-main--shop .container,
	.post-type-archive-product .site-main--shop .container,
	.tax-product_cat .site-main--shop .container,
	.tax-product_tag .site-main--shop .container {
		width: min(100%, calc(100% - 24px)) !important;
		max-width: none !important;
	}

	.woocommerce ul.products,
	body.woocommerce-shop ul.products,
	body.post-type-archive-product ul.products,
	body.tax-product_cat ul.products,
	body.tax-product_tag ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 12px !important;
	}

	body.woocommerce ul.products li.product,
	body.woocommerce-shop ul.products li.product,
	body.post-type-archive-product ul.products li.product,
	body.tax-product_cat ul.products li.product,
	body.tax-product_tag ul.products li.product {
		width: 100% !important;
		max-width: 100% !important;
	}

	.woocommerce-shop .shop-layout,
	.post-type-archive-product .shop-layout,
	.tax-product_cat .shop-layout,
	.tax-product_tag .shop-layout {
		row-gap: 12px;
	}

	.woocommerce-shop .woocommerce-breadcrumb,
	.post-type-archive-product .woocommerce-breadcrumb,
	.tax-product_cat .woocommerce-breadcrumb,
	.tax-product_tag .woocommerce-breadcrumb,
	.woocommerce-shop .woocommerce-products-header,
	.post-type-archive-product .woocommerce-products-header,
	.tax-product_cat .woocommerce-products-header,
	.tax-product_tag .woocommerce-products-header,
	.woocommerce-shop .woocommerce-result-count,
	.post-type-archive-product .woocommerce-result-count,
	.tax-product_cat .woocommerce-result-count,
	.tax-product_tag .woocommerce-result-count,
	.woocommerce-shop .woocommerce-ordering,
	.post-type-archive-product .woocommerce-ordering,
	.tax-product_cat .woocommerce-ordering,
	.tax-product_tag .woocommerce-ordering {
		margin: 0;
	}

	.woocommerce-shop .woocommerce-breadcrumb,
	.post-type-archive-product .woocommerce-breadcrumb,
	.tax-product_cat .woocommerce-breadcrumb,
	.tax-product_tag .woocommerce-breadcrumb {
		margin-bottom: 4px;
	}

	.woocommerce-shop .woocommerce-products-header__title.page-title,
	.post-type-archive-product .woocommerce-products-header__title.page-title,
	.tax-product_cat .woocommerce-products-header__title.page-title,
	.tax-product_tag .woocommerce-products-header__title.page-title {
		margin-bottom: 8px;
		font-size: clamp(2.7rem, 12.8vw, 3.7rem);
		line-height: 0.92;
	}

	.woocommerce-shop .woocommerce-result-count,
	.post-type-archive-product .woocommerce-result-count,
	.tax-product_cat .woocommerce-result-count,
	.tax-product_tag .woocommerce-result-count {
		margin-bottom: 8px;
		font-size: 0.74rem;
		line-height: 1.35;
	}

	.woocommerce-shop .woocommerce-ordering select,
	.post-type-archive-product .woocommerce-ordering select,
	.tax-product_cat .woocommerce-ordering select,
	.tax-product_tag .woocommerce-ordering select {
		min-height: 32px;
		padding: 0 34px 0 14px;
	}

	.single-product div.product {
		gap: 22px;
	}

	.single-product .product-detail-page {
		gap: 28px;
	}

	.single-product .product-detail-hero {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.single-product .product-detail-hero__media {
		position: static;
		top: auto;
	}

	.single-product .product-detail-hero__image,
	.single-product .product-detail-hero__placeholder {
		aspect-ratio: 1 / 1.08;
	}

	.single-product .woocommerce-product-gallery__wrapper {
		padding: 0;
		border-radius: 0;
	}

	.single-product .summary .product_title {
		font-size: clamp(2rem, 11vw, 2.65rem);
	}

	.single-product .summary .price {
		font-size: clamp(1.75rem, 7vw, 2.2rem);
	}

	.single-product .product-detail-topbar__eyebrow {
		font-size: 1rem;
	}

	.single-product .woocommerce-tabs .panel h2,
	.single-product .woocommerce-tabs .panel h3,
	.single-product .related>h2 {
		font-size: 0.92rem;
	}

	.cart-contents {
		width: 100%;
		justify-content: center;
	}

	.woocommerce-cart .site-header__commerce .cart-contents {
		width: auto;
		justify-content: flex-start;
	}

	.woocommerce-account .woocommerce,
	.woocommerce-checkout form.checkout {
		grid-template-columns: 1fr;
	}

	.woocommerce-checkout .entry-title,
	.woocommerce-checkout .woocommerce h1 {
		font-size: clamp(1.7rem, 8vw, 2.2rem);
		letter-spacing: -0.04em;
	}

	.woocommerce-checkout .woocommerce-form-coupon {
		grid-column: auto;
		grid-template-columns: 1fr auto;
		gap: 0 8px;
		padding: 12px 14px;
		border-radius: 10px;
		align-items: end;
	}

	.woocommerce-checkout .shop-layout,
	.woocommerce-checkout .woocommerce,
	.woocommerce-checkout form.checkout,
	.woocommerce-checkout .col2-set,
	.woocommerce-checkout #order_review,
	.woocommerce-checkout-review-order {
		gap: 10px;
	}

	.woocommerce-checkout .woocommerce {
		grid-template-columns: 1fr;
		row-gap: 10px;
	}

	.woocommerce-checkout .woocommerce-info {
		padding: 12px 14px 12px 40px;
		border-radius: 8px;
		font-size: 0.85rem;
		line-height: 1.5;
	}

	.woocommerce-checkout .woocommerce-billing-fields>h3,
	.woocommerce-checkout .woocommerce-additional-fields>h3,
	.woocommerce-checkout #order_review_heading {
		margin-bottom: 12px;
		padding-bottom: 10px;
		font-size: 0.7rem;
		letter-spacing: 0.1em;
	}

	.woocommerce-checkout .form-row-first,
	.woocommerce-checkout .form-row-last {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.woocommerce-checkout .woocommerce-form-coupon .form-row-first,
	.woocommerce-checkout .woocommerce-form-coupon .form-row-last {
		width: auto;
		margin: 0;
	}

	.woocommerce-checkout .woocommerce-form-coupon-toggle,
	.woocommerce-checkout .woocommerce-form-coupon,
	.woocommerce-checkout form.checkout,
	.woocommerce-checkout #customer_details,
	.woocommerce-checkout #order_review_heading,
	.woocommerce-checkout #order_review {
		grid-column: auto;
		grid-row: auto;
	}

	.woocommerce-checkout .woocommerce-form-coupon .input-text,
	.woocommerce-checkout .woocommerce-form-coupon button.button {
		width: 100%;
	}

	.woocommerce-checkout #customer_details .woocommerce-billing-fields,
	.woocommerce-checkout #customer_details .woocommerce-additional-fields {
		gap: 8px;
	}

	.woocommerce-checkout .form-row label {
		margin-bottom: 5px;
		font-size: 0.78rem;
	}

	.woocommerce-checkout .form-row input.input-text,
	.woocommerce-checkout .form-row textarea,
	.woocommerce-checkout .form-row select,
	.woocommerce-checkout .select2-container--default .select2-selection--single {
		min-height: 46px;
		padding: 0 14px;
		border-radius: 8px;
		font-size: 0.92rem;
	}

	.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 44px;
	}

	.woocommerce-checkout .form-row textarea {
		min-height: 120px;
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.woocommerce-checkout #order_review {
		position: static;
		top: auto;
	}

	.woocommerce-checkout .woocommerce-checkout-review-order-table,
	.woocommerce-checkout #payment {
		border-radius: 10px;
	}

	.woocommerce-checkout .woocommerce-checkout-review-order-table thead th,
	.woocommerce-checkout .woocommerce-checkout-review-order-table tbody td,
	.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th,
	.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
		padding: 14px 12px;
		font-size: 0.88rem;
	}

	.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
		font-size: 0.92rem;
		line-height: 1.5;
	}

	.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td {
		font-size: 1rem;
	}

	.woocommerce-checkout .woocommerce-checkout-review-order-table .shipping-heading th {
		padding-top: 14px;
	}

	.woocommerce-checkout .woocommerce-checkout-review-order-table .shipping-content td {
		padding-top: 0;
	}

	.woocommerce-checkout ul#shipping_method li {
		grid-template-columns: 17px minmax(0, 1fr);
		column-gap: 10px;
		padding: 12px 14px;
	}

	.woocommerce-checkout .woo-shipping-option__title {
		font-size: 0.92rem;
		margin-top: 5px;
	}

	.woocommerce-checkout .woo-shipping-option__price {
		font-size: 0.82rem;
	}

	.woocommerce-checkout .woo-shipping-option__content {
		gap: 8px;
		line-height: 1.4;
	}

	.woocommerce-checkout #payment {
		padding: 14px;
	}

	.woocommerce-checkout #payment ul.payment_methods>li {
		grid-template-columns: 17px minmax(0, 1fr);
		column-gap: 10px;
		padding: 12px 14px;
		border-radius: 8px;
	}

	.woocommerce-checkout #payment ul.payment_methods label {
		gap: 10px;
		font-size: 0.9rem;
		line-height: 1.4;
		margin-top: 0;
	}

	.woocommerce-checkout #payment div.payment_box {
		margin-left: 0;
		padding: 10px 12px;
		border-radius: 6px;
		font-size: 0.84rem;
		line-height: 1.6;
	}

	.woocommerce-checkout .woocommerce-privacy-policy-text {
		margin: 6px 4px 0;
		font-size: 0.84rem;
		line-height: 1.65;
	}

	.woocommerce-checkout #payment .form-row.place-order {
		padding: 6px 4px 0;
	}

	.woocommerce-checkout #payment #place_order {
		min-height: 52px;
		border-radius: 10px;
		font-size: 1rem;
		margin-top: 14px;
	}

	.woocommerce-cart table.shop_table,
	.woocommerce-checkout table.shop_table,
	.woocommerce-account table.shop_table,
	.woocommerce-order table.shop_table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.woocommerce-order .woocommerce-order-overview {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
		padding: 0;
	}

	.woocommerce-order .woocommerce-order-overview li {
		display: flex;
		flex-direction: column;
		justify-content: center;
		box-sizing: border-box;
		min-height: 96px;
		margin: 0;
		padding: 18px 18px 16px;
		border: 1px solid #e5e7eb;
		border-radius: 10px;
		color: #667085;
		font-size: 0.72rem;
		font-weight: 700;
		letter-spacing: 0.08em;
		line-height: 1.4;
		text-transform: uppercase;
	}

	.woocommerce-order .woocommerce-order-overview li strong {
		display: block;
		margin-top: 10px;
		color: #344054;
		font-size: 1rem;
		font-weight: 700;
		letter-spacing: normal;
		line-height: 1.45;
		text-transform: none;
	}

	.woocommerce-order .woocommerce-order > p {
		margin: 0 0 20px;
		color: #475467;
		font-size: 0.98rem;
		line-height: 1.75;
	}

	.woocommerce-order .woocommerce-order-details__title,
	.woocommerce-order .woocommerce-column__title,
	.woocommerce-view-order .woocommerce-order-details__title,
	.woocommerce-view-order .woocommerce-column__title {
		margin: 0 0 14px;
		color: #111827;
		font-size: 1.1rem;
		font-weight: 800;
		letter-spacing: -0.02em;
	}

	.woocommerce-order .woocommerce-table--order-details,
	.woocommerce-order .woocommerce-customer-details address,
	.woocommerce-view-order .woocommerce-table--order-details,
	.woocommerce-view-order .woocommerce-customer-details address {
		padding: 18px;
		border-radius: 10px;
	}

	.woocommerce-order .woocommerce-table--order-details thead,
	.woocommerce-view-order .woocommerce-table--order-details thead {
		display: none;
	}

	.woocommerce-order .woocommerce-table--order-details tbody,
	.woocommerce-order .woocommerce-table--order-details tfoot,
	.woocommerce-order .woocommerce-table--order-details tr,
	.woocommerce-order .woocommerce-table--order-details th,
	.woocommerce-order .woocommerce-table--order-details td,
	.woocommerce-view-order .woocommerce-table--order-details tbody,
	.woocommerce-view-order .woocommerce-table--order-details tfoot,
	.woocommerce-view-order .woocommerce-table--order-details tr,
	.woocommerce-view-order .woocommerce-table--order-details th,
	.woocommerce-view-order .woocommerce-table--order-details td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	.woocommerce-order .woocommerce-table--order-details tbody tr,
	.woocommerce-view-order .woocommerce-table--order-details tbody tr {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 10px 14px;
		align-items: start;
		padding: 16px 0;
		border-bottom: 1px solid #e5e7eb;
	}

	.woocommerce-order .woocommerce-table--order-details tbody tr:last-child,
	.woocommerce-view-order .woocommerce-table--order-details tbody tr:last-child {
		border-bottom: 0;
	}

	.woocommerce-order .woocommerce-table--order-details td,
	.woocommerce-order .woocommerce-table--order-details th,
	.woocommerce-view-order .woocommerce-table--order-details td,
	.woocommerce-view-order .woocommerce-table--order-details th {
		padding: 0;
		border: 0;
	}

	.woocommerce-order .woocommerce-table--order-details td::before,
	.woocommerce-order .woocommerce-table--order-details tfoot td::before,
	.woocommerce-view-order .woocommerce-table--order-details td::before,
	.woocommerce-view-order .woocommerce-table--order-details tfoot td::before {
		display: none;
		content: none;
	}

	.woocommerce-order .woocommerce-table--order-details tfoot tr,
	.woocommerce-view-order .woocommerce-table--order-details tfoot tr {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 10px 14px;
		align-items: start;
		padding: 16px 0;
		border-top: 1px solid #e5e7eb;
	}

	.woocommerce-order .woocommerce-table--order-details tfoot tr:first-child,
	.woocommerce-view-order .woocommerce-table--order-details tfoot tr:first-child {
		margin-top: 8px;
	}

	.woocommerce-order .woocommerce-table--order-details tfoot th,
	.woocommerce-view-order .woocommerce-table--order-details tfoot th {
		color: #111827;
		font-weight: 700;
	}

	.woocommerce-order .woocommerce-table--order-details tfoot td,
	.woocommerce-order .woocommerce-table--order-details tbody td:last-child,
	.woocommerce-view-order .woocommerce-table--order-details tfoot td,
	.woocommerce-view-order .woocommerce-table--order-details tbody td:last-child {
		text-align: right;
		line-height: 1.5;
	}

	.woocommerce-order .woocommerce-table--order-details .product-name,
	.woocommerce-view-order .woocommerce-table--order-details .product-name {
		color: #344054;
		font-size: 1rem;
		font-weight: 600;
		line-height: 1.55;
	}

	.woocommerce-order .woocommerce-table--order-details .product-total,
	.woocommerce-view-order .woocommerce-table--order-details .product-total {
		color: #344054;
		font-size: 1rem;
		font-weight: 700;
		white-space: nowrap;
	}

	.woocommerce-order .woocommerce-table--order-details tfoot th,
	.woocommerce-view-order .woocommerce-table--order-details tfoot th,
	.woocommerce-order .woocommerce-table--order-details tfoot td,
	.woocommerce-view-order .woocommerce-table--order-details tfoot td {
		margin: 0;
	}

	.woocommerce-order .woocommerce-table--order-details tfoot td,
	.woocommerce-view-order .woocommerce-table--order-details tfoot td {
		max-width: 60%;
	}

	.woocommerce-order .woocommerce-customer-details,
	.woocommerce-view-order .woocommerce-customer-details {
		display: grid;
		gap: 18px;
		margin-top: 24px;
	}

	.woocommerce-order .woocommerce-customer-details .woocommerce-columns,
	.woocommerce-view-order .woocommerce-customer-details .woocommerce-columns {
		display: grid;
		gap: 18px;
	}

	.woocommerce-order .woocommerce-customer-details address,
	.woocommerce-view-order .woocommerce-customer-details address {
		margin: 0;
		color: #475467;
		font-size: 0.98rem;
		font-style: normal;
		line-height: 1.75;
	}

	.woocommerce-cart .woocommerce-cart-form,
	.woocommerce-cart .cart-collaterals {
		padding: 20px;
		border-radius: 10px;
	}

	.woocommerce-cart table.cart thead {
		display: none;
	}

	.woocommerce-cart table.cart tbody,
	.woocommerce-cart table.cart tr,
	.woocommerce-cart table.cart td {
		display: block;
		width: 100%;
	}

	.woocommerce-cart table.cart tr.cart_item {
		position: relative;
		padding: 18px 0;
	}

	.woocommerce-cart table.cart td {
		padding: 0;
		border: 0;
	}

	.woocommerce-cart table.cart td.product-remove {
		position: absolute;
		right: 0;
		bottom: 18px;
		width: auto;
	}

	.woocommerce-cart table.cart td.product-thumbnail {
		float: left;
		width: 84px;
		margin-right: 16px;
		padding-right: 0;
	}

	.woocommerce-cart table.cart td.product-thumbnail img {
		width: 84px;
	}

	.woocommerce-cart table.cart td.product-name,
	.woocommerce-cart table.cart td.product-price,
	.woocommerce-cart table.cart td.product-quantity,
	.woocommerce-cart table.cart td.product-subtotal {
		margin-left: 100px;
	}

	.woocommerce-cart table.cart td.product-name a {
		font-size: 1.05rem;
	}

	.woocommerce-cart table.cart td.product-price,
	.woocommerce-cart table.cart td.product-subtotal {
		margin-top: 8px;
	}

	.woocommerce-cart table.cart td.product-quantity {
		margin-top: 14px;
	}

	.woocommerce-cart table.cart tr td.actions {
		margin-top: 18px;
		padding-top: 18px;
		border-top: 1px solid #e5e7eb;
	}

	.woocommerce-cart table.cart td.actions .coupon {
		display: grid;
		gap: 12px;
		width: 100%;
	}

	.woocommerce-cart table.cart td.actions .coupon .input-text,
	.woocommerce-cart table.cart td.actions .coupon .button,
	.woocommerce-cart table.cart td.actions>.button {
		width: 100%;
		box-sizing: border-box;
	}

	.woocommerce-mini-cart .buttons .button,
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-checkout #payment #place_order {
		width: 100%;
	}

	.woocommerce-checkout #payment ul.payment_methods {
		padding-left: 0;
	}

	.woocommerce-checkout .col2-set,
	.woocommerce-checkout-review-order,
	.woocommerce-account .woocommerce-MyAccount-content,
	.woocommerce-order .woocommerce-order {
		padding: 18px;
	}

	.woocommerce-checkout .col2-set,
	.woocommerce-checkout #customer_details {
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.woocommerce-checkout-review-order,
	.woocommerce-checkout #order_review {
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}
}

@media (max-width: 520px) {
	.woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	.single-product .site-main--shop {
		padding-top: 0px;
	}

	.single-product .product-detail-page {
		gap: 24px;
	}

	.single-product .product-detail-topbar {
		grid-template-columns: 48px minmax(0, 1fr) 48px;
		gap: 12px;
	}

	.single-product .product-detail-topbar__back,
	.single-product .product-detail-topbar__cart {
		width: 48px;
		height: 48px;
	}

	.single-product .product-detail-topbar__eyebrow {
		font-size: 1rem;
	}

	.single-product .product-detail-topbar__name {
		font-size: 0.92rem;
	}

	.single-product .woocommerce-product-gallery__wrapper {
		padding: 0;
		border-radius: 0;
	}

	.single-product .product-detail-hero__media {
		border-radius: 0;
	}

	.single-product .woocommerce-product-gallery__image {
		border-radius: 10px;
	}

	.single-product .woocommerce-product-gallery .flex-control-thumbs {
		gap: 8px;
		margin-top: 10px;
	}

	.single-product .summary {
		gap: 12px;
	}

	.single-product .summary .product_title {
		font-size: 2rem;
	}

	.single-product .product-detail-price-row {
		gap: 8px;
	}

	.single-product .product-detail-price-badge {
		min-height: 24px;
		padding: 0 8px;
		font-size: 0.76rem;
	}

	.single-product .summary .price {
		gap: 8px;
		font-size: 1.2rem;
	}

	.single-product .summary .price del {
		font-size: 0.86rem;
	}

	.single-product .summary .woocommerce-product-details__short-description {
		font-size: 0.95rem;
		line-height: 1.6;
	}

	.single-product .summary form.cart {
		gap: 14px;
	}

	.single-product .product-detail-option-title {
		font-size: 0.95rem;
	}

	.single-product .product-detail-option-pills {
		gap: 8px;
	}

	.single-product .product-detail-option-pill {
		min-width: 42px;
		min-height: 40px;
		padding: 0 12px;
		font-size: 0.88rem;
	}

	.single-product .summary .variation-swatch button {
		width: 56px;
		height: 56px;
		font-size: 16px;
	}

	.single-product .summary .variation-heading {
		flex-wrap: wrap;
		row-gap: 8px;
	}

	.single-product .summary .variation-heading__label {
		font-size: 18px;
	}

	.single-product .summary .variation-heading__value,
	.single-product .summary .variation-size-guide {
		font-size: 16px;
	}

	.single-product .summary .variation-swatch.color button {
		width: 64px;
		height: 64px;
	}

	.single-product .summary .quantity .qty,
	.single-product .summary .single_add_to_cart_button,
	.single-product .summary .product-detail-buy-now {
		min-height: 64px;
	}

	.single-product .summary .woocommerce-variation-add-to-cart>.single_add_to_cart_button,
	.single-product .summary .woocommerce-variation-add-to-cart>.product-detail-buy-now {
		flex-basis: 100%;
	}

	.single-product .woocommerce-tabs {
		margin-top: 24px;
		padding-top: 22px;
	}

	.single-product .woocommerce-tabs .panel {
		margin-bottom: 22px;
	}

	.single-product .woocommerce-tabs .panel h2,
	.single-product .woocommerce-tabs .panel h3,
	.single-product .related>h2 {
		font-size: 0.92rem;
	}

	.single-product .woocommerce-tabs .panel p,
	.single-product .woocommerce-tabs .panel li {
		font-size: 0.95rem;
	}

	.single-product .related.products {
		margin-top: 28px;
	}

	.single-product .related ul.products.columns-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.single-product .related .mytheme-product-card {
		border-radius: 10px;
	}

	.single-product .related .mytheme-product-card__content {
		padding: 12px 10px 14px;
		gap: 6px;
	}

	.single-product .related .woocommerce-loop-product__title {
		font-size: 0.88rem;
		line-height: 1.2;
	}

	.single-product .related .price {
		font-size: 0.84rem;
		line-height: 1.3;
	}

	.single-product .related .price del {
		font-size: 0.74rem;
	}

	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce-checkout .col2-set,
	.woocommerce-checkout-review-order,
	.woocommerce-account .woocommerce-MyAccount-content,
	.woocommerce-order .woocommerce-order,
	.woo-empty-state {
		padding: 18px;
		border-radius: 0;
	}

	.woocommerce-order .woocommerce-order-overview {
		grid-template-columns: 1fr;
	}

	.woocommerce-order .woocommerce-table--order-details,
	.woocommerce-order .woocommerce-customer-details address,
	.woocommerce-view-order .woocommerce-table--order-details,
	.woocommerce-view-order .woocommerce-customer-details address {
		padding: 16px;
		border-radius: 0;
	}

	.woocommerce-order .woocommerce-table--order-details td::before,
	.woocommerce-order .woocommerce-table--order-details tfoot td::before,
	.woocommerce-view-order .woocommerce-table--order-details td::before,
	.woocommerce-view-order .woocommerce-table--order-details tfoot td::before {
		font-size: 0.74rem;
	}

	.woocommerce-order .woocommerce-order-overview li,
	.woocommerce-view-order .woocommerce-order-overview li {
		min-height: 88px;
		padding: 16px 16px 14px;
	}

	.woocommerce-order .woocommerce-order-overview li strong,
	.woocommerce-view-order .woocommerce-order-overview li strong {
		font-size: 0.96rem;
	}

	.woocommerce-order .woocommerce-table--order-details tbody tr,
	.woocommerce-order .woocommerce-table--order-details tfoot tr,
	.woocommerce-view-order .woocommerce-table--order-details tbody tr,
	.woocommerce-view-order .woocommerce-table--order-details tfoot tr {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.woocommerce-order .woocommerce-table--order-details .product-total,
	.woocommerce-order .woocommerce-table--order-details tfoot td,
	.woocommerce-view-order .woocommerce-table--order-details .product-total,
	.woocommerce-view-order .woocommerce-table--order-details tfoot td {
		max-width: none;
		text-align: left;
		white-space: normal;
	}

	.woocommerce ul.products li.product .button {
		width: 100%;
	}

	.woocommerce-mini-cart .mini_cart_item {
		grid-template-columns: 48px 1fr;
	}

	.woocommerce-mini-cart .attachment-woocommerce_thumbnail,
	.woocommerce-mini-cart img {
		width: 48px;
		height: 48px;
	}

	.woocommerce-cart .woocommerce-cart-form,
	.woocommerce-cart .cart-collaterals {
		padding: 16px;
		border-radius: 10px;
	}

	.woocommerce-cart table.cart td.product-thumbnail {
		width: 72px;
		margin-right: 14px;
	}

	.woocommerce-cart table.cart td.product-thumbnail img {
		width: 72px;
		border-radius: 10px;
	}

	.woocommerce-cart table.cart td.product-name,
	.woocommerce-cart table.cart td.product-price,
	.woocommerce-cart table.cart td.product-quantity,
	.woocommerce-cart table.cart td.product-subtotal {
		margin-left: 86px;
	}

	.woocommerce-cart .entry-title,
	.woocommerce-cart .woocommerce h1 {
		font-size: 2.15rem;
	}
}

@media (max-width: 520px) {

	.woocommerce-shop .woocommerce-products-header__title.page-title,
	.post-type-archive-product .woocommerce-products-header__title.page-title,
	.tax-product_cat .woocommerce-products-header__title.page-title,
	.tax-product_tag .woocommerce-products-header__title.page-title {
		font-size: 3rem;
	}
}


.woocommerce div.product form.cart {
	margin-bottom: 2em;
}

/* ============================================================
   ORDER CONFIRMATION — Thank you page
   ============================================================ */

.woocommerce-checkout.woocommerce-order-received .woocommerce {
	display: block !important;
}

/* Page wrapper — full-width, aligned with container (like PDP) */
.woocommerce-order {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 0 48px !important;
	background: transparent !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
}

/* Success banner — centered within full-width container */
.woocommerce-notice--success.woocommerce-thankyou-order-received {
	font-size: 15px;
	font-weight: 600;
	color: #059669;
	text-align: center;
	margin: 0 auto 28px !important;
	max-width: 560px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	background: transparent;
	padding: 28px 0 0;
	border: none;
	line-height: 1.55;
}

.woocommerce-notice--success.woocommerce-thankyou-order-received::before {
	content: "\2713";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	background: #d1fae5;
	color: #059669;
	border-radius: 50%;
	font-size: 24px;
	font-weight: 700;
	flex-shrink: 0;
}

/* Wrap long URLs so they don't overflow the layout */
.woocommerce-order a,
.woocommerce-order p,
.woocommerce-order td,
.woocommerce-order th,
.woocommerce-order address {
	overflow-wrap: break-word;
	word-break: break-word;
}

/* Kill clearfix pseudo-elements that become ghost grid items */
.woocommerce-order-overview::before,
.woocommerce-order-overview::after {
	display: none !important;
	content: none !important;
}

/* Order meta grid — 5-col on desktop (1 row), unified bordered card */
.woocommerce-order-overview {
	display: grid !important;
	grid-template-columns: repeat(5, 1fr) !important;
	gap: 0 !important;
	margin: 0 0 24px !important;
	padding: 0 !important;
	list-style: none !important;
	background: #f9fafb !important;
	border: 1.5px solid #e5e7eb !important;
	border-radius: 10px !important;
	overflow: hidden !important;
}

.woocommerce-order-overview li {
	display: flex !important;
	flex-direction: column !important;
	gap: 5px !important;
	font-size: 10.5px !important;
	font-weight: 700 !important;
	color: #6b7280 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.08em !important;
	/* All items: right + bottom dividers. Container overflow:hidden clips edge borders. */
	border: none !important;
	border-right: 1.5px solid #e5e7eb !important;
	border-bottom: 1.5px solid #e5e7eb !important;
	border-radius: 0 !important;
	padding: 16px 18px !important;
	float: none !important;
	width: auto !important;
	min-height: 0 !important;
	box-sizing: border-box !important;
}

.woocommerce-order-overview li strong {
	display: block !important;
	font-size: 14px !important;
	color: #111827 !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	font-weight: 700 !important;
	word-break: break-word !important;
	margin: 2px 0 0 !important;
}

/* Orange accent on total */
.woocommerce-order-overview__total strong {
	color: #e36b1a !important;
}

/* Payment method note ("Pay with cash...") */
.woocommerce-order > p {
	font-size: 13px;
	color: #6b7280;
	margin: 0 0 18px;
	padding: 11px 14px;
	background: #fffbeb;
	border-radius: 8px;
	border: 1px solid #fde68a;
	line-height: 1.5;
}

/* Section headings */
.woocommerce-order .woocommerce-order-details__title,
.woocommerce-order .woocommerce-customer-details h2,
.woocommerce-order .woocommerce-column__title {
	font-size: 14px;
	font-weight: 800;
	color: #111827;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	margin-bottom: 12px;
}

/* Order details section spacing */
.woocommerce-order .woocommerce-order-details {
	margin-bottom: 24px;
}

/* Order table */
.woocommerce-table--order-details {
	width: 100% !important;
	border-collapse: collapse !important;
	border: 1.5px solid #e5e7eb !important;
	border-radius: 10px !important;
	overflow: hidden !important;
	font-size: 14px !important;
	/* Reset block display from older media query overrides */
	display: table !important;
}

.woocommerce-table--order-details thead,
.woocommerce-table--order-details tbody,
.woocommerce-table--order-details tfoot,
.woocommerce-table--order-details tr,
.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
	display: revert !important;
	width: auto !important;
}

.woocommerce-table--order-details thead tr {
	background: #f9fafb;
	border-bottom: 1.5px solid #e5e7eb !important;
}

.woocommerce-table--order-details thead th {
	padding: 11px 16px !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.07em !important;
	color: #6b7280 !important;
	text-align: left !important;
	border: none !important;
}

.woocommerce-table--order-details thead th:last-child {
	text-align: right !important;
}

.woocommerce-table--order-details tbody tr {
	border-bottom: 1px solid #f3f4f6 !important;
	display: table-row !important;
	padding: 0 !important;
}

.woocommerce-table--order-details tbody tr:last-child {
	border-bottom: none !important;
}

.woocommerce-table--order-details td,
.woocommerce-table--order-details tbody th {
	padding: 13px 16px !important;
	border: none !important;
	vertical-align: top !important;
}

.woocommerce-table--order-details td:last-child {
	text-align: right !important;
	white-space: nowrap !important;
}

.woocommerce-table--order-details .product-name {
	font-weight: 600 !important;
	color: #111827 !important;
	line-height: 1.55 !important;
}

.woocommerce-table--order-details .product-total {
	font-weight: 700 !important;
	color: #374151 !important;
}

/* Footer rows */
.woocommerce-table--order-details tfoot tr {
	border-top: 1px solid #f3f4f6 !important;
	display: table-row !important;
	padding: 0 !important;
}

.woocommerce-table--order-details tfoot th,
.woocommerce-table--order-details tfoot td {
	padding: 11px 16px !important;
	font-size: 13px !important;
	border: none !important;
}

.woocommerce-table--order-details tfoot th {
	text-align: left !important;
	font-weight: 600 !important;
	color: #374151 !important;
	max-width: none !important;
}

.woocommerce-table--order-details tfoot td {
	text-align: right !important;
	color: #374151 !important;
	max-width: none !important;
}

.woocommerce-table--order-details tfoot td::before {
	display: none !important;
	content: none !important;
}

/* Total row */
.woocommerce-table--order-details tfoot .order-total th,
.woocommerce-table--order-details tfoot .order-total td {
	font-weight: 800 !important;
	font-size: 15px !important;
	border-top: 1.5px solid #e5e7eb !important;
	padding-top: 13px !important;
	padding-bottom: 13px !important;
}

.woocommerce-table--order-details tfoot .order-total td {
	color: #e36b1a !important;
}

/* Customer addresses */
.woocommerce-customer-details {
	display: block !important;
}

.woocommerce-customer-details .woocommerce-columns {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 14px !important;
}

.woocommerce-customer-details .woocommerce-columns::before,
.woocommerce-customer-details .woocommerce-columns::after {
	display: none !important;
}

.woocommerce-customer-details address {
	font-style: normal !important;
	font-size: 13.5px !important;
	line-height: 1.65 !important;
	color: #4b5563 !important;
	background: #f9fafb !important;
	padding: 16px 18px !important;
	border-radius: 10px !important;
	border: 1.5px solid #e5e7eb !important;
	margin: 0 !important;
}

/* Tablet ≤ 900px — 3-col overview */
@media (max-width: 900px) {
	.woocommerce-order-overview {
		grid-template-columns: repeat(3, 1fr) !important;
	}
}

/* Mobile ≤ 600px — 2-col overview, compact */
@media (max-width: 600px) {
	.woocommerce-order {
		padding: 0 0 32px !important;
	}

	.woocommerce-notice--success.woocommerce-thankyou-order-received {
		font-size: 13.5px !important;
		gap: 10px !important;
		padding-top: 20px !important;
		max-width: 100% !important;
	}

	.woocommerce-notice--success.woocommerce-thankyou-order-received::before {
		width: 44px !important;
		height: 44px !important;
		font-size: 20px !important;
	}

	.woocommerce-order-overview {
		grid-template-columns: repeat(2, 1fr) !important;
		margin-bottom: 16px !important;
	}

	.woocommerce-order-overview li {
		padding: 12px 14px !important;
	}

	.woocommerce-order-overview li strong {
		font-size: 13px !important;
	}

	.woocommerce-order .woocommerce-order-details {
		margin-bottom: 16px !important;
	}

	.woocommerce-order .woocommerce-order-details__title,
	.woocommerce-order .woocommerce-customer-details h2,
	.woocommerce-order .woocommerce-column__title {
		font-size: 11px !important;
		margin-bottom: 10px !important;
	}

	.woocommerce-table--order-details td,
	.woocommerce-table--order-details tbody th {
		padding: 11px 14px !important;
	}

	.woocommerce-table--order-details tfoot th,
	.woocommerce-table--order-details tfoot td {
		padding: 9px 14px !important;
	}

	.woocommerce-customer-details .woocommerce-columns {
		grid-template-columns: 1fr !important;
		gap: 10px !important;
	}

	.woocommerce-customer-details .woocommerce-columns .woocommerce-column {
		width: 100% !important;
		max-width: 100% !important;
	}

	.woocommerce-order > p {
		font-size: 12px !important;
		padding: 10px 12px !important;
	}
}

/* ============================================================
   CHECKOUT — Visual polish (Shopify-like)
   ============================================================ */

/* Page background */
body.woocommerce-checkout .site-main--shop {
	background: #f4f4f5;
}

/* Desktop: form section as white card */
@media (min-width: 769px) {
	.woocommerce-checkout #customer_details {
		background: #ffffff;
		border: 1.5px solid #e5e7eb;
		border-radius: 10px;
		padding: 28px 28px 32px;
		box-shadow: 0 1px 6px rgba(15, 23, 42, 0.04);
	}

	/* Right: order summary wrapper */
	.woocommerce-checkout #order_review {
		background: transparent;
	}

	/* Order summary inner box — heading label above table */
	.woocommerce-checkout #order_review_heading {
		background: transparent;
		padding: 0 0 12px;
		border-radius: 0;
	}
}

/* Select2 placeholder color */
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #9ca3af;
}

/* Select2 single selection arrow */
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	top: 0;
	right: 14px;
}

/* Form grid gap — tighter between rows on mobile */
.woocommerce-checkout .woocommerce-billing-fields .form-row,
.woocommerce-checkout .woocommerce-additional-fields .form-row {
	margin: 0 0 10px;
}

/* Validation error */
.woocommerce-checkout .form-row.woocommerce-invalid .select2-container .select2-selection,
.woocommerce-checkout .form-row.woocommerce-invalid input.input-text,
.woocommerce-checkout .form-row.woocommerce-invalid select {
	border-color: #ef4444;
}

/* Valid field */
.woocommerce-checkout .form-row.woocommerce-validated input.input-text,
.woocommerce-checkout .form-row.woocommerce-validated select {
	border-color: #22c55e;
}

/* Privacy text */
.woocommerce-checkout .woocommerce-privacy-policy-text {
	font-size: 0.82rem;
	color: #9ca3af;
	line-height: 1.6;
}

/* Order table: tighter padding on desktop */
@media (min-width: 769px) {
	.woocommerce-checkout .woocommerce-checkout-review-order-table thead th,
	.woocommerce-checkout .woocommerce-checkout-review-order-table tbody td,
	.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th,
	.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
		padding: 16px 20px;
	}
}

/* Order total: already set above */

/* Coupon form */
.woocommerce-checkout .woocommerce-form-coupon {
	border-radius: 10px;
}

.woocommerce-checkout .woocommerce-form-coupon .input-text {
	border-radius: 8px;
}

.woocommerce-checkout .woocommerce-form-coupon button.button {
	border-radius: 8px;
	background: #18181b;
}

/* Mobile improvements */
@media (max-width: 768px) {
	body.woocommerce-checkout .site-main--shop {
		background: #ffffff;
	}

	.woocommerce-checkout .woocommerce-info {
		border-radius: 8px;
		font-size: 0.88rem;
	}

	/* Pull order summary below form on mobile */
	.woocommerce-checkout #order_review {
		margin-top: 4px;
		background: #f9fafb;
		border-radius: 10px;
		padding: 16px;
		border: 1.5px solid #e5e7eb;
	}

	.woocommerce-checkout #order_review_heading {
		margin-bottom: 12px;
	}

	/* Compact form rows */
	.woocommerce-checkout .woocommerce-billing-fields .form-row,
	.woocommerce-checkout .woocommerce-additional-fields .form-row {
		margin: 0 0 8px;
	}

	/* Payment methods mobile */
	.woocommerce-checkout #payment ul.payment_methods > li + li {
		margin-top: 6px;
	}
}

/* =====================================================
   CHECKOUT — Checkbox & radio alignment fixes
   ===================================================== */

/* "Ship to a different address?" checkbox */
.woocommerce-checkout .woocommerce-shipping-toggle,
.woocommerce-checkout p.form-row.woocommerce-form-row--wide > label,
.woocommerce-checkout label.woocommerce-form__label-for-checkbox,
.woocommerce-checkout .woocommerce-form-login__rememberme {
	display: flex;
	align-items: center;
	gap: 9px;
	cursor: pointer;
	font-size: 0.9rem;
	font-weight: 500;
	color: #374151;
	line-height: 1.4;
}

.woocommerce-checkout input[type="checkbox"] {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	margin: 0;
	accent-color: #e36b1a;
	cursor: pointer;
}

/* Shipping option label — center the content vertically */
.woocommerce-checkout ul#shipping_method label {
	display: flex;
	align-items: center;
}

/* Payment method label — ensure single-line label aligns with radio */
.woocommerce-checkout #payment ul.payment_methods > li {
	/* Re-declare align-items to ensure it's center for radio+label row */
	align-items: center;
}

/* Shipping gap tighter */
.woocommerce-checkout ul#shipping_method {
	gap: 8px;
	margin-top: 8px;
}

/* Privacy policy text tighter */
.woocommerce-checkout #payment .form-row.place-order {
	padding-top: 12px;
}

/* Remove double-gap from col2-set on desktop */
@media (min-width: 769px) {
	.woocommerce-checkout .col2-set {
		gap: 18px;
	}
}
