/*
Theme Name:     Astra Child
Theme URI:
Description:    Astra child theme.
Author:         Elvira Infotech
Author URI:
Template:       astra
Version:        0.1.0
*/

/* Design system — per design_handoff_homepage/README.md. Native system
   font stacks only, no web fonts loaded. */
   .mono {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

body,
.site,
button,
input,
select,
textarea {
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

:root {
	--ctwl-ink: #15161A;
	--ctwl-paper: #FAFAF7;
	--ctwl-line: #DEDAD0;
	--ctwl-muted: #807C72;
	--ctwl-accent: #B5603C;
	--ctwl-accent-tint: #F3E9E4;
}

/* Header — per design_handoff_homepage, with the real logo image now
   used (client confirmed: use site-logo.svg despite its wrong-brand
   embedded text, as a placeholder) instead of the text wordmark. */
#masthead {
	background: var(--ctwl-paper);
	border-bottom: 1px solid var(--ctwl-line);
}

/* Source SVG artwork is pale/near-white — invisible against the light
   header background as-is. Recolored to the ink color via filter
   (brightness(0) turns the opaque shape solid black, the rest of the
   chain tints that black to the target hex); no Astra control recolors
   an uploaded image. */
#masthead .custom-logo-link img {
	filter: brightness(0) saturate(100%) invert(16%) sepia(27%) saturate(7344%) hue-rotate(351deg) brightness(73%) contrast(104%);
}

/* Site title text stays hidden — the logo image is the wordmark now. */
#masthead .site-title {
	display: none;
}

#masthead .main-header-menu .menu-item>a {
	font-size: 16px;
	font-weight: 500;
	color: var(--ctwl-muted);
}

#masthead .main-header-menu .menu-item>a:hover {
	color: var(--ctwl-ink);
}

#masthead .main-header-menu .ctwl-account-pill>a {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 11px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border: 1px solid var(--ctwl-line);
	border-radius: 1px;
	padding: 8px 14px !important;
	color: var(--ctwl-muted) !important;
}

@media (min-width: 545px) {
	#masthead .main-header-menu {
		justify-content: center;
	}
}

/* Homepage category tiles: WooCommerce's Product Categories block only
   ships a plain list layout (image + text row) — there's no "card grid"
   display mode to switch to natively. Restyled as square image cards
   with the label overlaid, the standard e-commerce category-tile pattern. */
.wc-block-product-categories-list {
	display: grid !important;
	grid-template-columns: repeat(5, 1fr) !important;
	gap: 1.25em;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.wc-block-product-categories-list-item {
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 4px;
	float: none !important;
	width: auto !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.wc-block-product-categories-list-item a {
	display: block !important;
	width: 100%;
	height: 100%;
}

.wc-block-product-categories-list-item__image {
	position: absolute !important;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	margin: 0 !important;
}

.wc-block-product-categories-list-item__image img {
	position: absolute !important;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	object-fit: cover;
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.wc-block-product-categories-list-item:hover .wc-block-product-categories-list-item__image img {
	transform: scale(1.05);
}


.wc-block-product-categories-list-item__image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0) 55%);
}

.wc-block-product-categories-list-item__name {
	position: absolute;
	left: 1em;
	bottom: 0.9em;
	color: #fff;
	font-weight: 600;
	font-size: 1.05rem;
	z-index: 1;
}

.wc-block-product-categories-list-item-count {
	position: absolute;
	right: 1em;
	bottom: 1.3em;
	color: rgba(255, 255, 255, 0.85);
	font-size: 0.85rem;
	z-index: 1;
}

.wc-block-product-categories-list-item-count > span[aria-hidden="true"]::after {
	content: " available";
}

@media (max-width: 921px) {
	.wc-block-product-categories-list {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 544px) {
	.wc-block-product-categories-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* ==========================================================================
   HOMEPAGE — per design_handoff_homepage/README.md (page-id-185)
   No real product/category photography exists yet (only ~7 distinct
   stock photos are reused across 50 products — confirmed duplication,
   not something to paper over with more mismatched photos). The spec
   itself designs for this: tinted placeholder tiles with a diagonal
   stripe, swappable for real object-fit:cover photos the moment the
   client uploads real images — just replace the placeholder div with
   an <img>, the layout/aspect-ratio doesn't change.
   ========================================================================== */
.page-id-185 .site-content,
.page-id-185 .ast-woocommerce-container,
.page-id-282 .site-content,
.page-id-282 .ast-woocommerce-container {
	background: var(--ctwl-paper);
}

.page-id-185,
.page-id-282 {
	color: var(--ctwl-ink);
}


/* Homepage content sits inside Astra's default page wrapper, which adds
   its own top spacing before entry-content — zeroed out here so the
   access strip sits flush under the header with no gap. */
.page-id-185 .ast-container,
.page-id-185 .site-content,
.page-id-185 .entry-content {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

/* Access strip — full-bleed (100vw), not constrained to the 1320px
   content container, so it spans edge-to-edge under the header. */
.ctwl-access-strip {
	background: var(--ctwl-ink);
	padding: 6px 56px;
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100vw;
	margin-top: 8px;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.ctwl-access-dot {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--ctwl-accent);
	flex-shrink: 0;
}

.ctwl-access-label {
	font-size: 11px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #d9d6cf;
}

/* Intro block */
.ctwl-intro {
	padding: 56px 56px 40px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 48px;
}

.ctwl-intro-headline {
	font-size: 44px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: var(--ctwl-ink);
	max-width: 640px;
	margin: 0;
}

.ctwl-intro-sub {
	font-size: 15px;
	line-height: 1.6;
	color: var(--ctwl-muted);
	max-width: 340px;
	margin: 0;
}

/* Section eyebrow */
.ctwl-eyebrow {
	font-size: 23px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ctwl-muted);
}

/* Category rail */
.ctwl-cat-section {
	padding: 0 56px 44px;
}

.ctwl-cat-section .ctwl-eyebrow {
	margin-bottom: 14px;
}

.ctwl-cat-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 18px;
}

.ctwl-cat-tile {
	position: relative;
	aspect-ratio: 4 / 3;
	border-radius: 2px;
	overflow: hidden;
	display: block;
}

.ctwl-cat-tile img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ctwl-cat-tile::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(21, 22, 26, 0.65), rgba(21, 22, 26, 0) 55%);
}

.ctwl-cat-tile-meta {
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 16px;
	z-index: 1;
}

.ctwl-cat-tile-name {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}

.ctwl-cat-tile-count {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.75);
	margin-top: 3px;
	margin-left: 10px;
}

/* Product grid */
.ctwl-grid-section {
	padding: 0 56px 64px;
}

.ctwl-grid-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 18px;
}
.ctwl-grid-head a {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none !important;
	color: var(--ctwl-muted);
	border: 1px solid var(--ctwl-line);
	border-radius: 2px;
	padding: 6px 14px;
	background: transparent;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ctwl-grid-head a:hover {
	color: #76140a;
	border-color: #76140a;
	background: rgba(118, 20, 10, 0.05);
	text-decoration: none;
}

.ctwl-badge-new {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #76140a;
	padding: 4px 8px;
	border-radius: 1px;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.06em;
	color: white;
}

.ctwl-badge-1of1 {
	position: absolute;
	top: 10px;
	right: 10px;
	background: rgba(20, 22, 26, 0.55);
	backdrop-filter: blur(2px);
	padding: 4px 7px;
	border-radius: 1px;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: var(--ctwl-paper);display: none;
}

.ctwl-product-title, .ctwl-product-title a {
	font-size: 16px;
	font-weight: 500;
	color: var(--ctwl-ink);text-decoration: none !important;
}

.ctwl-product-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ctwl-native-grid li.wc-block-product .added_to_cart.wc_forward{
	color: #76140a;
}
.ctwl-product-price {
	font-size: 14.5px;
	font-weight: 600;
	color: var(--ctwl-ink);
}

.ctwl-product-cat {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--ctwl-muted);
}

/* Homepage product grid — native woocommerce/product-collection block. */
.ctwl-native-grid .wc-block-product-template {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr) !important;
	gap: 28px 24px;
}

.ctwl-native-grid li.wc-block-product {
	list-style: none;
	width: 100% !important;
}

.ctwl-native-grid .wc-block-components-product-image {
	position: relative;
	aspect-ratio: 3 / 4;
	border-radius: 2px;
	overflow: hidden;
	display: block;
	margin-bottom: 9px;
}

.ctwl-native-grid .wc-block-components-product-image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ctwl-native-grid li.wc-block-product:hover .wc-block-components-product-image img {
	transform: scale(1.05);
}


.ctwl-native-grid .ctwl-product-row .wc-block-components-product-price {
	font-size: 14.5px;
	font-weight: 600;
	color: var(--ctwl-ink);
}

.ctwl-native-order-btn .wp-block-button__link {
	display: block !important;
	width: 100% !important;
	text-align: center !important;
	margin-top: 4px;
	padding: 11px 0;
	text-decoration: none !important;
	border: 1px solid var(--ctwl-ink) !important;
	border-radius: 1px;
	background: none !important;
	font-size: 12px;
	font-weight: 500;
	color: var(--ctwl-ink) !important;
}

.ctwl-native-order-btn .wp-block-button__link:hover {
	background: var(--ctwl-ink) !important;
	color: var(--ctwl-paper) !important;
}

@media (max-width: 780px) {
	.ctwl-native-grid .wc-block-product-template {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media (max-width: 780px) {
	.ctwl-access-strip {
		padding: 8px 20px;
	}

	.ctwl-intro {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		padding: 28px 20px 24px;
	}

	.ctwl-intro-headline {
		font-size: 26px;
		max-width: 280px;
	}

	.ctwl-intro-sub {
		font-size: 14px;
		max-width: 280px;
	}

	.ctwl-cat-section,
	.ctwl-grid-section {
		padding-left: 20px;
		padding-right: 20px;
	}

	.ctwl-cat-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.ctwl-product-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px 12px;
	}
}

/* ==========================================================================
   SHOP / CATEGORY ARCHIVE — ledger card grid
   Applies to the real, live /shop/ and /product-category/ pages (body
   classes WordPress/WooCommerce add automatically). Manifest number and
   NEW badge come from woocommerce/content-product.php override.
   ========================================================================== */


/* Modern, clean grid-based WooCommerce product archives */
.post-type-archive-product ul.products,
.tax-product_cat ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr) !important;
	gap: 36px 24px !important;
	list-style: none !important;
	margin: 0 0 3em !important;
	padding: 0 !important;
}

@media (max-width: 921px) {
	.post-type-archive-product ul.products,
	.tax-product_cat ul.products {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 24px 16px !important;
	}
}

@media (max-width: 544px) {
	.post-type-archive-product ul.products,
	.tax-product_cat ul.products {
		grid-template-columns: 1fr !important;
		gap: 24px !important;
	}
}

.post-type-archive-product ul.products li.product,
.tax-product_cat ul.products li.product {
	display: flex !important;
	flex-direction: column !important;
	position: relative;
	border: none !important;
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
	box-shadow: none !important;
	width: auto !important;
	float: none !important;
}

/* Image container & Zoom effect */
.post-type-archive-product .astra-shop-thumbnail-wrap,
.tax-product_cat .astra-shop-thumbnail-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	border-radius: 2px;
	margin-bottom: 12px;
}

.post-type-archive-product .astra-shop-thumbnail-wrap a.woocommerce-loop-product__link,
.tax-product_cat .astra-shop-thumbnail-wrap a.woocommerce-loop-product__link {
	display: block;
	width: 100%;
	height: 100%;
}

.post-type-archive-product .astra-shop-thumbnail-wrap img,
.tax-product_cat .astra-shop-thumbnail-wrap img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	border-radius: 2px;
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

.post-type-archive-product ul.products li.product:hover .astra-shop-thumbnail-wrap img,
.tax-product_cat ul.products li.product:hover .astra-shop-thumbnail-wrap img {
	transform: scale(1.05);
}

/* On-card floating cart/action button */
.post-type-archive-product .ast-on-card-button,
.tax-product_cat .ast-on-card-button {
	position: absolute;
	right: 12px;
	bottom: 12px;
	background: var(--ctwl-paper) !important;
	border: 1px solid var(--ctwl-line) !important;
	border-radius: 50% !important;
	width: 38px;
	height: 38px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transform: translateY(6px);
	transition: opacity 0.3s, transform 0.3s, background-color 0.2s, border-color 0.2s;
	z-index: 2;
}

.post-type-archive-product ul.products li.product:hover .ast-on-card-button,
.tax-product_cat ul.products li.product:hover .ast-on-card-button {
	opacity: 1;
	transform: translateY(0);
}

.post-type-archive-product .ast-on-card-button:hover,
.tax-product_cat .ast-on-card-button:hover {
	background: var(--ctwl-ink) !important;
	border-color: var(--ctwl-ink) !important;
}

.post-type-archive-product .ast-on-card-button:hover svg,
.tax-product_cat .ast-on-card-button:hover svg {
	fill: var(--ctwl-paper) !important;
}
.tax-product_cat .ast-on-card-button:hover .ahfb-svg-iconset svg{
fill:black !important
}
.post-type-archive-product .ast-on-card-button svg,
.tax-product_cat .ast-on-card-button svg {
	width: 16px;
	height: 16px;
	fill: var(--ctwl-ink) !important;
	transition: fill 0.2s;
}

.post-type-archive-product .ast-card-action-tooltip,
.tax-product_cat .ast-card-action-tooltip {
	display: none !important;
}

/* Product content card details */
.post-type-archive-product .astra-shop-summary-wrap,
.tax-product_cat .astra-shop-summary-wrap {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.post-type-archive-product ul.products li.product .ast-woo-product-category,
.tax-product_cat ul.products li.product .ast-woo-product-category {
	display: block;
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
	font-size: 14px !important;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--ctwl-muted) !important;
	padding: 0 !important;
	margin: 0 0 4px !important;
}

.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
	font-size: 14.5px !important;
	font-weight: 500;
	line-height: 1.4;
	color: var(--ctwl-ink) !important;
	padding: 0 !important;
	margin: 0 0 6px !important;
}

.post-type-archive-product ul.products li.product .price,
.tax-product_cat ul.products li.product .price {
	display: block;
	font-size: 14.5px !important;
	font-weight: 600;
	color: var(--ctwl-ink) !important;
	padding: 0 !important;
	margin: 0 0 12px !important;
}

.post-type-archive-product ul.products li.product .button,
.tax-product_cat ul.products li.product .button {
	margin-top: auto !important;
	display: block !important;
	width: 100% !important;
	text-align: center !important;
	text-decoration: none !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	padding: 11px 0 !important;
	border: 1px solid var(--ctwl-ink) !important;
	border-radius: 1px !important;
	background: transparent !important;
	color: var(--ctwl-ink) !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	transition: background-color 0.2s, color 0.2s;
}

.post-type-archive-product ul.products li.product .button:hover,
.tax-product_cat ul.products li.product .button:hover {
	background: var(--ctwl-ink) !important;
	color: var(--ctwl-paper) !important;
}

.post-type-archive-product .woocommerce-pagination ul.page-numbers,
.tax-product_cat .woocommerce-pagination ul.page-numbers {
	display: flex;
	gap: 8px;
	list-style: none;
	justify-content: center;
	padding: 8px 0 0;
}

.post-type-archive-product .woocommerce-pagination .page-numbers li,
.tax-product_cat .woocommerce-pagination .page-numbers li {
	list-style: none;
}

.post-type-archive-product .woocommerce-pagination a.page-numbers,
.post-type-archive-product .woocommerce-pagination span.page-numbers,
.tax-product_cat .woocommerce-pagination a.page-numbers,
.tax-product_cat .woocommerce-pagination span.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid var(--ctwl-line);
	border-radius: 2px;
	color: var(--ctwl-muted);
	font-size: 13px;
}

.post-type-archive-product .woocommerce-pagination span.page-numbers.current,
.tax-product_cat .woocommerce-pagination span.page-numbers.current {
	/* background: var(--ctwl-ink);
	border-color: var(--ctwl-ink); */
	color: var(--ctwl-paper);
}

/* ==========================================================================
   MILESTONE 3 — WHOLESALE / B2B STYLES
   ========================================================================== */

/* Wholesale pricing table (shown on single product page for wholesale users) */
.ctw-wholesale-table {
	margin: 20px 0;
	padding: 16px 20px;
	background: #f8f6f0;
	border: 1px solid var(--ctwl-line);
	border-left: 3px solid var(--ctwl-accent);
	border-radius: 2px;
}

.ctw-wholesale-table h4 {
	font-size: 13px;
	font-weight: 600;
	color: var(--ctwl-ink);
	margin: 0 0 12px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.ctw-wholesale-table table {
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
}

.ctw-wholesale-table th {
	text-align: left;
	padding: 6px 10px;
	background: var(--ctwl-ink);
	color: var(--ctwl-paper);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ctw-wholesale-table td {
	padding: 7px 10px;
	border-bottom: 1px solid var(--ctwl-line);
	color: var(--ctwl-ink);
}

.ctw-wholesale-table tr:last-child td {
	border-bottom: none;
}

.ctw-wholesale-table tr:nth-child(even) td {
	background: rgba(0, 0, 0, 0.02);
}

/* ==========================================================================
   MILESTONE 3 — SHARED FORM STYLES (wholesale register + vendor register)
   ========================================================================== */

.ctw-form-wrap {
	max-width: 560px;
	margin: 40px auto;
	padding: 36px 40px;
	background: #fff;
	border: 1px solid var(--ctwl-line);
	border-radius: 4px;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
}

.ctw-form-wrap h2 {
	font-size: 22px;
	font-weight: 700;
	color: var(--ctwl-ink);
	margin: 0 0 8px;
}

.ctw-form-intro {
	font-size: 14px;
	color: var(--ctwl-muted);
	margin: 0 0 28px;
	line-height: 1.5;
}

.ctw-form {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.ctw-form-row {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.ctw-form-row label {
	font-size: 13px;
	font-weight: 500;
	color: var(--ctwl-ink);
}

.ctw-form-row label .required {
	color: var(--ctwl-accent);
	margin-left: 2px;
}

.ctw-form-row input,
.ctw-form-row select,
.ctw-form-row textarea {
	width: 100%;
	padding: 10px 14px;
	border: 1px solid var(--ctwl-line);
	border-radius: 3px;
	font-size: 14px;
	color: var(--ctwl-ink);
	background: var(--ctwl-paper);
	transition: border-color 0.15s;
	box-sizing: border-box;
}

.ctw-form-row input:focus,
.ctw-form-row select:focus,
.ctw-form-row textarea:focus {
	outline: none;
	border-color: var(--ctwl-accent);
	box-shadow: 0 0 0 3px var(--ctwl-accent-tint);
}

.ctw-form-row--half {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.ctw-form-row--half label {
	grid-column: 1 / -1;
}

.ctw-form-note {
	font-size: 13px;
	color: var(--ctwl-muted);
	text-align: center;
	margin: 0;
}

.ctw-form-note a {
	color: var(--ctwl-accent);
}

/* ==========================================================================
   MILESTONE 3 — BUTTON SYSTEM
   ========================================================================== */

.ctw-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 24px;
	background: var(--ctwl-ink);
	color: var(--ctwl-paper);
	font-size: 13px;
	font-weight: 600;
	border: 1px solid var(--ctwl-ink);
	border-radius: 3px;
	cursor: pointer;
	text-decoration: none;
	letter-spacing: 0.01em;
	transition: background 0.15s, color 0.15s;
}

.ctw-btn:hover {
	background: var(--ctwl-accent);
	border-color: var(--ctwl-accent);
	color: #fff;
}

.ctw-btn--sm {
	padding: 8px 16px;
	font-size: 12px;
}

.ctw-btn--outline {
	background: transparent;
	color: var(--ctwl-ink);
}

.ctw-btn--outline:hover {
	background: var(--ctwl-ink);
	color: var(--ctwl-paper);
}

/* ==========================================================================
   MILESTONE 3 — NOTICE COMPONENTS
   ========================================================================== */

.ctw-notice {
	padding: 14px 18px;
	border-radius: 3px;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 20px;
	border: 1px solid var(--ctwl-line);
	background: var(--ctwl-paper);
	color: var(--ctwl-ink);
}

.ctw-notice--success {
	background: #f0fdf4;
	border-color: #bbf7d0;
	color: #15803d;
}

.ctw-notice--error {
	background: #fef2f2;
	border-color: #fecaca;
	color: #dc2626;
}

.ctw-notice a {
	color: inherit;
	font-weight: 600;
}

/* ==========================================================================
   MILESTONE 3 — BADGE SYSTEM
   ========================================================================== */

.ctw-badge {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 20px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.03em;
	background: var(--ctwl-line);
	color: var(--ctwl-ink);
}

.ctw-badge--green {
	background: #dcfce7;
	color: #15803d;
}

.ctw-badge--red {
	background: #fee2e2;
	color: #dc2626;
}

.ctw-badge--amber {
	background: #fef3c7;
	color: #92400e;
}

.ctw-badge--blue {
	background: #dbeafe;
	color: #1d4ed8;
}

/* ==========================================================================
   MILESTONE 3 — VENDOR DASHBOARD
   ========================================================================== */

.ctw-vendor-dashboard {
	max-width: 900px;
	margin: 0 auto;
	padding: 20px 0 60px;
}

.ctw-vendor-header {
	margin-bottom: 32px;
}

.ctw-vendor-header h2 {
	font-size: 24px;
	font-weight: 700;
	color: var(--ctwl-ink);
	margin: 0 0 6px;
}

.ctw-vendor-header p {
	font-size: 14px;
	color: var(--ctwl-muted);
	margin: 0;
}

/* Stats cards row */
.ctw-vendor-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-bottom: 40px;
}

.ctw-stat-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 24px 16px;
	background: #fff;
	border: 1px solid var(--ctwl-line);
	border-radius: 4px;
	text-align: center;
	gap: 6px;
}

.ctw-stat-number {
	font-size: 36px;
	font-weight: 700;
	color: var(--ctwl-ink);
	line-height: 1;
}

.ctw-stat-label {
	font-size: 12px;
	color: var(--ctwl-muted);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

/* Vendor sections */
.ctw-vendor-section {
	margin-bottom: 36px;
}

.ctw-vendor-section h3 {
	font-size: 16px;
	font-weight: 600;
	color: var(--ctwl-ink);
	margin: 0 0 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--ctwl-line);
}

.ctw-empty {
	font-size: 14px;
	color: var(--ctwl-muted);
	font-style: italic;
	padding: 20px 0;
}

/* Data tables (vendor dashboard + wholesale admin) */
.ctw-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
}

.ctw-table th {
	text-align: left;
	padding: 8px 12px;
	background: var(--ctwl-paper);
	border-bottom: 2px solid var(--ctwl-line);
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--ctwl-muted);
}

.ctw-table td {
	padding: 10px 12px;
	border-bottom: 1px solid var(--ctwl-line);
	color: var(--ctwl-ink);
	vertical-align: middle;
}

.ctw-table tr:last-child td {
	border-bottom: none;
}

.ctw-table tr:hover td {
	background: #fafaf5;
}

.ctw-table a {
	color: var(--ctwl-accent);
	text-decoration: none;
}

.ctw-table a:hover {
	text-decoration: underline;
}

/* Quick actions bar */
.ctw-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

/* ==========================================================================
   MILESTONE 3 — ORDER CONFIRMATION PAGE
   ========================================================================== */

.woocommerce-order-received .entry-content,
.woocommerce-order-received .woocommerce {
	max-width: 1000px;
	margin: 0 auto;
	padding: 24px 16px;
}
.woocommerce-order-received .woocommerce-js ul.order_details::before{
content:none
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
	font-size: 22px;
	font-weight: 600;
	color: var(--ctwl-ink);
	margin-bottom: 24px;
	border-left: 3px solid #76140a;
	padding-left: 16px;
}

.woocommerce-order-received .woocommerce-thankyou-order-details {
	background: #fff;
	border: 1px solid var(--ctwl-line);
	border-radius: 4px;
	padding: 24px;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 16px 24px;
	margin: 0 0 32px 0;
}

.woocommerce-order-received .woocommerce-thankyou-order-details li {
	font-size: 12px !important;
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--ctwl-muted);
}

.woocommerce-order-received .woocommerce-thankyou-order-details li strong {
	display: block;
	font-size: 15px !important;
	font-family: system-ui, -apple-system, sans-serif;
	color: var(--ctwl-ink);
	font-weight: 600;
	text-transform: none;
	letter-spacing: normal;
	margin-top: 4px;
}

.woocommerce-order-details__title,
.woocommerce-column__title {
	font-size: 18px !important;
	font-weight: 600 !important;
	color: var(--ctwl-ink) !important;
	margin-top: 32px !important;
	margin-bottom: 16px !important;
	letter-spacing: -0.01em;
}

.woocommerce-table--order-details {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid var(--ctwl-line);
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 32px;
}

.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
	padding: 14px 18px;
	border-bottom: 1px solid var(--ctwl-line);
	text-align: left;
	font-size: 14px;
}

.woocommerce-table--order-details thead th {
	background: #fbfbfa;
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--ctwl-muted);
	border-bottom: 2px solid var(--ctwl-line);
}

.woocommerce-table--order-details tbody td {
	color: var(--ctwl-ink);
}

.woocommerce-table--order-details tbody td.product-name a {
	color: var(--ctwl-ink);
	text-decoration: none;
	font-weight: 500;
}

.woocommerce-table--order-details tbody td.product-name a:hover {
	color: #76140a;
}

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

.woocommerce-table--order-details tfoot th,
.woocommerce-table--order-details tfoot td {
	font-size: 14px;
	border-bottom: 1px solid var(--ctwl-line);
}

.woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce-table--order-details tfoot tr:last-child td {
	border-bottom: none;
	font-weight: 600;
}



.woocommerce-customer-details .woocommerce-column {
	background: #fff;
	border: 1px solid var(--ctwl-line);
	padding: 24px;
	border-radius: 4px;
}

.woocommerce-customer-details .woocommerce-column__title {
	margin-top: 0 !important;
	border-bottom: 1px solid var(--ctwl-line);
	padding-bottom: 12px;
	margin-bottom: 16px !important;
}

.woocommerce-customer-details address {
	font-style: normal;
	font-size: 14px;
	line-height: 1.6;
	color: var(--ctwl-muted);
}

.woocommerce-customer-details--email,
.woocommerce-customer-details--phone {
	margin-top: 8px;
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 12px;
}
@media (max-width:991px){
	.woocommerce-checkout .col2-set .col-1{
		margin-bottom:20px
	}
}
@media (max-width: 768px) {
	.woocommerce-customer-details .addresses {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	
	.woocommerce-order-received .woocommerce-thankyou-order-details {
		grid-template-columns: 1fr 1fr;
	}
}


/* ==========================================================================
   MILESTONE 3 — MOBILE REFINEMENTS
   ========================================================================== */

@media (max-width: 768px) {

	/* Wholesale form */
	.ctw-form-wrap {
		padding: 24px 20px;
		margin: 20px 16px;
	}

	.ctw-form-row--half {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	/* Vendor dashboard */
	.ctw-vendor-stats {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.ctw-stat-card {
		flex-direction: row;
		justify-content: flex-start;
		padding: 16px 20px;
	}

	.ctw-stat-number {
		font-size: 28px;
	}

	/* Tables: horizontal scroll on mobile */
	.ctw-vendor-section {
		overflow-x: auto;
	}

	.ctw-table {
		min-width: 480px;
	}

	/* Vendor dashboard */
	.ctw-vendor-dashboard {
		padding: 16px 16px 40px;
	}

	/* Actions */
	.ctw-actions {
		flex-direction: column;
	}

	.ctw-actions .ctw-btn {
		width: 100%;
	}
}

/* ==========================================================================
   MILESTONE 3 — SHOP GRID: 2-COL MOBILE / 4-COL DESKTOP REINFORCEMENT
   ========================================================================== */

/* Force 2-col on mobile across all archive views */
@media (max-width: 600px) {
	.post-type-archive-product ul.products,
	.tax-product_cat ul.products {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 12px !important;
	}
}

/* Force 4-col on desktop */
@media (min-width: 922px) {
	.post-type-archive-product ul.products,
	.tax-product_cat ul.products {
		display: grid !important;
		grid-template-columns: repeat(4, 1fr) !important;
		gap: 24px !important;
	}
}

/* Page Background matches the header background */
.tax-product_cat,
.post-type-archive-product,
.tax-product_cat #primary,
.post-type-archive-product #primary,
.tax-product_cat .site-content,
.post-type-archive-product .site-content,
.tax-product_cat .ast-container,
.post-type-archive-product .ast-container {
	background-color: var(--ctwl-paper) !important;
}

/* Breadcrumbs Styling */
.woocommerce-breadcrumb {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
	font-size: 16px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
	color: var(--ctwl-muted) !important;
	margin-bottom: 8px !important;
	padding: 0 !important;
}

.woocommerce-breadcrumb a {
	color: var(--ctwl-muted) !important;
	text-decoration: none !important;
	transition: color 0.2s;
}

.woocommerce-breadcrumb a:hover {
	color: var(--ctwl-ink) !important;
}

/* Header Title Styling */
.woocommerce-products-header {
	margin-bottom: 40px !important;
	padding: 0 !important;
	border: none !important;
}

.woocommerce-products-header__title.page-title {
	font-size: 38px !important;
	font-weight: 500 !important;
	letter-spacing: -0.02em !important;
	color: var(--ctwl-ink) !important;
	margin: 0 !important;
	line-height: 1.2 !important;
	text-transform: none !important;
}

/* Result count and ordering alignment */
.tax-product_cat .woocommerce-result-count,
.post-type-archive-product .woocommerce-result-count {
	font-size: 16px !important;
	color: var(--ctwl-muted) !important;
	margin: 0 0 20px 0 !important;
	float: left !important;
	line-height: 38px !important;
}

.tax-product_cat .woocommerce-ordering,
.post-type-archive-product .woocommerce-ordering {
	margin: 0 0 20px 0 !important;
	float: right !important;
}

.tax-product_cat .woocommerce-ordering select,
.post-type-archive-product .woocommerce-ordering select {
	font-family: inherit !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	color: var(--ctwl-ink) !important;
	border: 1px solid var(--ctwl-line) !important;
	border-radius: 1px !important;
	background-color: var(--ctwl-paper) !important;
	padding: 8px 32px 8px 12px !important;
	outline: none !important;
	cursor: pointer !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23807C72' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 10px center !important;
	background-size: 14px !important;
	min-width: 160px !important;
}

.tax-product_cat .woocommerce-ordering select:focus,
.post-type-archive-product .woocommerce-ordering select:focus {
	border-color: var(--ctwl-ink) !important;
}

/* Clear WooCommerce floats on the grid */
.tax-product_cat ul.products,
.post-type-archive-product ul.products {
	clear: both !important;
	padding-top: 10px !important;
}

@media (max-width: 600px) {
	.tax-product_cat .woocommerce-result-count,
	.post-type-archive-product .woocommerce-result-count {
		float: none !important;
		margin-bottom: 12px !important;
		text-align: left !important;
		line-height: normal !important;
	}

	.tax-product_cat .woocommerce-ordering,
	.post-type-archive-product .woocommerce-ordering {
		float: none !important;
		margin-bottom: 24px !important;
	}
	
	.tax-product_cat .woocommerce-ordering select,
	.post-type-archive-product .woocommerce-ordering select {
		width: 100% !important;
	}
}

/* ==========================================================================
   MILESTONE 4 — MY ACCOUNT PAGE DESIGN (#76140a, BLACK, WHITE)
   ========================================================================== */

.logged-in.woocommerce-account .woocommerce {
	display: flex !important;
	gap: 40px !important;
	align-items: flex-start !important;
	/* margin-top: 30px !important; */
}

@media (max-width: 768px) {
	.woocommerce-account .woocommerce {
		flex-direction: column !important;
		gap: 30px !important;
	}
}

/* Sidebar navigation */
.woocommerce-account .woocommerce-MyAccount-navigation {
	flex: 0 0 240px !important;
	width: 240px !important;
	background: #ffffff !important;
	border: 1px solid #e5e5e5 !important;
	border-radius: 4px !important;
	padding: 0 !important;
	box-shadow: 0 2px 8px rgba(0,0,0,0.02) !important;
}

@media (max-width: 768px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100% !important;
		flex: none !important;
	}
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid #f5f5f5 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
	border-bottom: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
	display: block !important;
	padding: 12px 20px !important;
	color: #000000 !important;
	font-weight: 500 !important;
	font-size: 14px !important;
	text-decoration: none !important;
	border-left: 3px solid transparent !important;
	transition: all 0.2s ease !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
	color: #76140a !important;
	background-color: #fafafa !important;
	border-left-color: #76140a !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
	color: #76140a !important;
	background-color: #fcf4f4 !important;
	border-left-color: #76140a !important;
	font-weight: 600 !important;
}

/* Account content area */
.woocommerce-account .woocommerce-MyAccount-content {
	flex: 1 !important;
	background: #ffffff !important;
	border: 1px solid #e5e5e5 !important;
	border-radius: 4px !important;
	padding: 32px !important;
	color: #000000 !important;
	box-shadow: 0 2px 8px rgba(0,0,0,0.02) !important;
}

@media (max-width: 768px) {
	.woocommerce-account .woocommerce-MyAccount-content {
		padding: 14px !important;
		width: 100% !important;
	}
}

.woocommerce-account .woocommerce-MyAccount-content p {
	font-size: 15px !important;
	line-height: 1.6 !important;
	color: #000000 !important;
	margin-bottom: 16px !important;
}

.woocommerce-account .woocommerce-MyAccount-content a {
	color: #76140a !important;
	/* text-decoration: underline !important; */
	font-weight: 500 !important;
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
	color: #000000 !important;
}

/* WooCommerce Orders table */
.woocommerce-orders .woocommerce-orders-table {
	width: 100% !important;
	border-collapse: collapse !important;
	background: #ffffff !important;
	border: 1px solid var(--ctwl-line, #e5e5e5) !important;
	border-radius: 4px !important;
	overflow: hidden !important;
	margin: 20px 0 32px 0 !important;
}

.woocommerce-orders .woocommerce-orders-table th,
.woocommerce-orders .woocommerce-orders-table td {
	padding: 14px 18px !important;
	border-bottom: 1px solid var(--ctwl-line, #e5e5e5) !important;
	text-align: left !important;
	font-size: 14px !important;
	vertical-align: middle !important;
}

.woocommerce-orders .woocommerce-orders-table thead th {
	background: #fbfbfa !important;
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace !important;
	font-size: 11px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
	color: var(--ctwl-muted, #777777) !important;
	border-bottom: 2px solid var(--ctwl-line, #e5e5e5) !important;
}

.woocommerce-orders .woocommerce-orders-table tbody td {
	color: var(--ctwl-ink, #000000) !important;
}

.woocommerce-orders .woocommerce-orders-table tbody tr:last-child td,
.woocommerce-orders .woocommerce-orders-table tbody tr:last-child th {
	border-bottom: none !important;
}

.woocommerce-orders .woocommerce-orders-table a {
	color: var(--ctwl-ink, #000000) !important;
	text-decoration: none !important;
	font-weight: 500 !important;
}

.woocommerce-orders .woocommerce-orders-table a:hover {
	color: #76140a !important;
}

/* Status colors and buttons */
.woocommerce-orders .woocommerce-orders-table .woocommerce-button.button.view {
	display: inline-block !important;
	background: #000000 !important;
	color: #ffffff !important;
	border: 1px solid #000000 !important;
	border-radius: 2px !important;
	padding: 6px 14px !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.03em !important;
	line-height: 1.3 !important;
	transition: all 0.2s ease !important;
}

.woocommerce-orders .woocommerce-orders-table .woocommerce-button.button.view:hover {
	background: #76140a !important;
	border-color: #76140a !important;
	color: #ffffff !important;
}

@media (max-width: 768px) {
	.woocommerce-orders table.shop_table_responsive thead {
		display: none !important;
	}
	.woocommerce-orders table.shop_table_responsive tr {
		display: block !important;
		border-bottom: 1px solid var(--ctwl-line, #e5e5e5) !important;
		padding: 10px 0 !important;
	}
	.woocommerce-orders table.shop_table_responsive tr:last-child {
		border-bottom: none !important;
	}
	.woocommerce-orders table.shop_table_responsive td,
	.woocommerce-orders table.shop_table_responsive th {
		display: block !important;
		text-align: right !important;
		padding: 8px 10px !important;
		border-bottom: none !important;
	}
	.woocommerce-orders table.shop_table_responsive td::before,
	.woocommerce-orders table.shop_table_responsive th::before {
		content: attr(data-title) ": " !important;
		float: left !important;
		font-weight: 600 !important;
		color: var(--ctwl-muted, #777777) !important;
		text-transform: uppercase !important;
		font-size: 11px !important;
		font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace !important;
		letter-spacing: 0.05em !important;
	}
	.woocommerce-orders table.shop_table_responsive td.woocommerce-orders-table__cell-order-actions::before {
		display: none !important;
	}
	.woocommerce-orders table.shop_table_responsive td.woocommerce-orders-table__cell-order-actions {
		text-align: center !important;
		padding-top: 12px !important;
	}
}

.archive #primary, .woocommerce-page #primary{
	margin-top:0 !important
}
/* Header Title styling */
.woocommerce-products-header:after, .woocommerce-account .entry-header:after, .woocommerce-cart  .entry-header:after,
 .woocommerce-checkout  .entry-header::after {
	content:'';
	width:200vw;
	height:100%;
	left:-50vw;
	position:absolute;
	background-color:black;
	top:0
	
	
}
.woocommerce-account .entry-header,  .woocommerce-cart  .entry-header, .woocommerce-checkout   .entry-header{
	margin-bottom: 80px;
}
.archive ul.products li.product{
padding: 20px !important;
  background: white !important;
  border-radius: 5px !important;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
	
}
.wc-blocks-components-select .wc-blocks-components-select__label{
	left:15px
}
body.woocommerce-checkout .wc-blocks-components-select__select{
	padding-top: 19px !important;
}
.site-content{
	overflow:hidden;
}
.woocommerce-products-header,.woocommerce-account  .entry-header,  .woocommerce-cart  .entry-header, .woocommerce-checkout .entry-header{

	position:relative;
	
}
.woocommerce-products-header__title.page-title,.woocommerce-account .entry-header h1 ,  .woocommerce-cart  .entry-header h1,
 .woocommerce-checkout   .entry-header h1{
	position:relative;
	z-index:2;	padding:50px 0px;color:white !important;
	text-align:center
}


/* Info notices and banners styled with crimson accent and black button */
.woocommerce-orders .woocommerce-info, .woocommerce-downloads  .woocommerce-info{
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	background: #fcf4f4 !important;
	border: 1px solid #f2d5d5 !important;
	border-left: 4px solid #76140a !important;
	padding: 16px 20px !important;
	color: #000000 !important;
	font-size: 14px !important;
	border-radius: 2px !important;
	margin: 0 0 20px 0 !important;
	line-height: 1.5 !important;
}

.woocommerce-orders .woocommerce-info a.button, .woocommerce-downloads .woocommerce-info a.button{
	display: inline-block !important;
	background: #76140a !important;
	color: #ffffff !important;
	border: 1px solid #76140a !important;
	border-radius: 1px !important;
	padding: 8px 18px !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	text-decoration: none !important;
	margin-left: 15px !important;
	line-height: 1.3 !important;
	transition: background-color 0.2s, border-color 0.2s !important;
}

.woocommerce-orders .woocommerce-info a.button:hover, .woocommerce-downloads  .woocommerce-info a{
	background: #000000 !important;
	border-color: #000000 !important;
	color: #ffffff !important;
}

@media (max-width: 600px) {
	.woocommerce-orders .woocommerce-info , .woocommerce-downloads .woocommerce-info{
		flex-direction: column !important;
		align-items: flex-start !important;
		gap: 12px !important;
	}
	
	.woocommerce-orders .woocommerce-info a.button , .woocommerce-downloads .woocommerce-info a.button{
		margin-left: 0 !important;
		width: 100% !important;
		text-align: center !important;
	}
}

/* ==========================================================================
   MILESTONE 4 — EDIT ADDRESS PAGE DESIGN
   ========================================================================== */

.woocommerce-edit-address .addresses {
	display: flex !important;
	gap: 24px !important;
	margin-top: 24px !important;
}

@media (max-width: 768px) {
	.woocommerce-cart .entry-header{
		margin-bottom: 30px;
	  }
	  .woocommerce-checkout .entry-heade{
		margin-bottom: 0 !important;
	  }
	.woocommerce-edit-address .addresses {
		flex-direction: column !important;
		gap: 20px !important;
	}
}

.woocommerce-edit-address .woocommerce-Address {
	flex: 1 1 0% !important;
	background: #ffffff !important;
	border: 1px solid var(--ctwl-line) !important;
	border-radius: 4px !important;
	padding: 24px !important;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.02) !important;
}

.woocommerce-edit-address .woocommerce-Address-title {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	border-bottom: 1px solid var(--ctwl-line) !important;
	padding-bottom: 12px !important;
	margin-bottom: 16px !important;
}

.woocommerce-edit-address .woocommerce-Address-title h2,
.woocommerce-edit-address .woocommerce-Address-title h3 {
	font-size: 15px !important;
	font-weight: 600 !important;
	color: #000000 !important;
	margin: 0 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.03em !important;
}

.woocommerce-edit-address .woocommerce-Address-title a.edit {
	font-size: 12.5px !important;
	color: #76140a !important;
	text-decoration: none !important;
	font-weight: 600 !important;
	transition: color 0.15s ease !important;
}

.woocommerce-edit-address .woocommerce-Address-title a.edit:hover {
	color: #000000 !important;
}

.woocommerce-edit-address address {
	font-style: normal !important;
	font-size: 14.5px !important;
	line-height: 1.6 !important;
	color: #333333 !important;
	margin: 0 !important;
}

/* Form field layouts */
.woocommerce-edit-address .woocommerce-address-fields__field-wrapper {
	display: flex !important;
	flex-direction: column !important;
	
}

@media (min-width: 601px) {
	.woocommerce-edit-address .woocommerce-address-fields__field-wrapper {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr) !important;
		
	}
	
	.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .form-row-wide {
		grid-column: 1 / -1 !important;
	}
}

.woocommerce-edit-address .form-row {
	display: flex !important;
	flex-direction: column !important;
	gap: 6px !important;
	margin: 0 !important;
	float: none !important;
	width: 100% !important;
}

.woocommerce-edit-address .form-row label {
	font-size: 13px !important;
	font-weight: 500 !important;
	color: #000000 !important;
	line-height: 1.4 !important;
}

.woocommerce-edit-address .form-row label .required {
	color: #76140a !important;
	text-decoration: none !important;
}

.woocommerce-edit-address .form-row input.input-text,
.woocommerce-edit-address .form-row select,
.woocommerce-edit-address .form-row textarea {
	width: 100% !important;
	padding: 10px 14px !important;
	border: 1px solid var(--ctwl-line) !important;
	border-radius: 1px !important;
	font-size: 14px !important;
	color: #000000 !important;
	background: #ffffff !important;
	transition: border-color 0.15s ease, box-shadow 0.15s ease !important;
	box-sizing: border-box !important;
}

.woocommerce-edit-address .form-row input.input-text:focus,
.woocommerce-edit-address .form-row select:focus,
.woocommerce-edit-address .form-row textarea:focus {
	outline: none !important;
	border-color: #76140a !important;
	box-shadow: 0 0 0 3px rgba(118, 20, 10, 0.08) !important;
}

/* Primary save button */
.woocommerce-edit-address button.button[name="save_address"] {
	display: inline-block !important;
	background: #76140a !important;
	color: #ffffff !important;
	border: 1px solid #76140a !important;
	border-radius: 1px !important;
	padding: 12px 28px !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
	cursor: pointer !important;
	transition: background-color 0.15s ease, border-color 0.15s ease !important;
	margin-top: 10px !important;
}

.woocommerce-edit-address button.button[name="save_address"]:hover {
	background: #000000 !important;
	border-color: #000000 !important;
}

/* ==========================================================================
   MILESTONE 4 — EDIT ACCOUNT DETAILS DESIGN
   ========================================================================== */

.woocommerce-edit-account .edit-account {
	display: flex !important;
	flex-direction: column !important;
	
}

@media (min-width: 601px) {
	.woocommerce-edit-account .edit-account {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr) !important;
		
	}
	
	.woocommerce-edit-account .edit-account > p:not(.woocommerce-form-row--first):not(.woocommerce-form-row--last),
	.woocommerce-edit-account .edit-account > fieldset,
	.woocommerce-edit-account .edit-account > div.clear {
		grid-column: 1 / -1 !important;
	}
}

.woocommerce-edit-account .form-row {
	display: flex !important;
	flex-direction: column !important;
	gap: 6px !important;
	margin: 0 !important;
	float: none !important;
	width: 100% !important;
}

.woocommerce-edit-account .form-row label {
	font-size: 13px !important;
	font-weight: 500 !important;
	color: #000000 !important;
	line-height: 1.4 !important;
}

.woocommerce-edit-account .form-row label .required {
	color: #76140a !important;
	text-decoration: none !important;
}

.woocommerce-edit-account .form-row input.input-text {
	width: 100% !important;
	padding: 10px 14px !important;
	border: 1px solid var(--ctwl-line) !important;
	border-radius: 1px !important;
	font-size: 14px !important;
	color: #000000 !important;
	background: #ffffff !important;
	transition: border-color 0.15s ease, box-shadow 0.15s ease !important;
	box-sizing: border-box !important;
}

.woocommerce-edit-account .form-row input.input-text:focus {
	outline: none !important;
	border-color: #76140a !important;
	box-shadow: 0 0 0 3px rgba(118, 20, 10, 0.08) !important;
}

/* Display name description styling */
.woocommerce-edit-account #account_display_name_description {
	font-size: 12px !important;
	color: var(--ctwl-muted) !important;
	margin-top: 4px !important;
	display: block !important;
	line-height: 1.4 !important;
}

.woocommerce-edit-account #account_display_name_description em {
	font-style: normal !important;
}

/* Password Change Fieldset */
.woocommerce-edit-account fieldset {
	border: 1px solid var(--ctwl-line) !important;
	border-radius: 4px !important;
	padding: 52px 24px 24px 24px !important;
	margin: 20px 0 10px 0 !important;
	background: #ffffff !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 16px !important;position: relative;
}

.woocommerce-edit-account fieldset legend {
	font-size: 14.5px !important;
	font-weight: 600 !important;
	color: #000000 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.03em !important;
	padding: 0 10px !important;
	margin: 0 !important;
	position: absolute;
	top: 21px;
	border: none !important;
	left: 14px;
}

/* Password input field visibility toggle wrap */
.woocommerce-edit-account .password-input {
	position: relative !important;
	display: block !important;
	width: 100% !important;
}

.woocommerce-edit-account .password-input input {
	padding-right: 44px !important;
}

.woocommerce-edit-account .password-input .show-password-input {
	position: absolute !important;
	right: 12px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	background: transparent !important;
	border: none !important;
	outline: none !important;
	cursor: pointer !important;
	opacity: 0.5 !important;
	padding: 0 !important;
	transition: opacity 0.15s ease !important;
	translate: unset !important;
}

.woocommerce-edit-account .password-input .show-password-input:hover {
	opacity: 0.8 !important;
}

/* Save changes button */
.woocommerce-edit-account button.button[name="save_account_details"] {
	display: inline-block !important;
	background: #76140a !important;
	color: #ffffff !important;
	border: 1px solid #76140a !important;
	border-radius: 1px !important;
	padding: 12px 28px !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
	cursor: pointer !important;
	transition: background-color 0.15s ease, border-color 0.15s ease !important;
	margin-top: 10px !important;
}

.woocommerce-edit-account button.button[name="save_account_details"]:hover {
	background: #000000 !important;
	border-color: #000000 !important;
}
@media (max-width:767px){
	.astra-cart-drawer .astra-cart-drawer-close{
		box-shadow: none !important;border: none !important;
		outline: none !important;
	}
	.woocommerce-address-fields__field-wrapper p{
		margin-bottom: 0px !important;
	}
	.woocommerce-mini-cart__buttons.buttons a{
		margin: 0 !important;
	}
	.woocommerce-account .entry-header {
		margin-bottom: 34px;
	}
	.woocommerce-edit-address .woocommerce-Address{
		padding: 8px !important;
	}
}

/* ==========================================================================
   MILESTONE 4 — CART PAGE DESIGN
   ========================================================================== */

.woocommerce-cart .wc-block-components-notice-banner {
	background: #fcf4f4 !important;
	border: 1px solid #f2d5d5 !important;
	border-left: 4px solid #76140a !important;
	color: #000000 !important;
	border-radius: 2px !important;
	padding: 16px 20px !important;
	display: flex !important;
	align-items: center !important;
	margin-bottom: 24px !important;
	box-sizing: border-box !important;
}

.woocommerce-cart .wc-block-components-notice-banner svg {
	fill: #76140a !important;
}

.woocommerce-cart .wc-block-components-notice-banner__dismiss {
	background: transparent !important;
	border: none !important;
	cursor: pointer !important;
	color: #000000 !important;
}

.woocommerce-cart .wc-block-cart-items {
	border-collapse: collapse !important;
	width: 100% !important;
}
.woocommerce-cart  .wc-block-components-product-price{
font-size: 14px;color: #76140a ;
}
.woocommerce-cart .wc-block-cart-items__header th {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
	font-size: 16px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
	color: var(--ctwl-muted) !important;
	border-bottom: 1px solid var(--ctwl-line) !important;
	padding: 12px 8px !important;
	font-weight: 500 !important;
}

.woocommerce-cart .wc-block-cart-items__row {
	border-bottom: 1px solid #f5f5f5 !important;
}

.woocommerce-cart .wc-block-cart-item__image img {
	border-radius: 2px !important;
	object-fit: cover !important;
	border: 1px solid var(--ctwl-line) !important;
}

.woocommerce-cart .wc-block-components-product-name {
	font-size: 15px !important;
	font-weight: 500 !important;
	color: #000000 !important;
	text-decoration: none !important;
}

.woocommerce-cart .wc-block-components-product-name:hover {
	color: #76140a !important;
}

.woocommerce-cart .wc-block-components-product-metadata__description p {
	font-size: 13px !important;
	color: var(--ctwl-muted) !important;
	margin-top: 4px !important;
}

/* Quantity selector */
.woocommerce-cart .wc-block-components-quantity-selector {
	border: 1px solid var(--ctwl-line) !important;
	border-radius: 1px !important;
	background: #ffffff !important;border-radius: 5px !important;
}

.woocommerce-cart .wc-block-components-quantity-selector__input {
	font-family: inherit !important;
	font-weight: 600 !important;
	color: #000000 !important;
}

.woocommerce-cart .wc-block-components-quantity-selector__button {
	color: #000000 !important;
	cursor: pointer !important;
}

/* Remove button */
.woocommerce-cart .wc-block-cart-item__remove-link {
	color: var(--ctwl-muted) !important;
	transition: color 0.15s ease !important;
}

.woocommerce-cart .wc-block-cart-item__remove-link:hover {
	color: #76140a !important;
}

.woocommerce-cart .wc-block-cart-item__remove-link svg {
	fill: currentColor !important;
}

/* Sidebar totals */
.woocommerce-cart .wc-block-cart__sidebar {
	background: #ffffff !important;
	border: 1px solid var(--ctwl-line) !important;
	border-top: 3px solid #76140a !important; /* Top accent line */
	border-radius: 4px !important;
	padding: 28px !important;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03) !important;
}

.woocommerce-cart .wc-block-cart__totals-title {
	font-size: 18px !important;
	font-weight: 600 !important;
	color: #000000 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.04em !important;
	border-bottom: 1px solid var(--ctwl-line) !important;
	padding-bottom: 14px !important;
	margin-bottom: 22px !important;
}

.woocommerce-cart .wc-block-components-totals-item {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	font-size: 14px !important;
	margin-bottom: 16px !important;
}

.woocommerce-cart .wc-block-components-totals-item__label {
	font-size: 13px !important;
	color: var(--ctwl-muted) !important;
	font-weight: 500 !important;
}

.woocommerce-cart .wc-block-components-totals-item__value {
	font-size: 14px !important;
	font-weight: 600 !important;
	color: #000000 !important;
}

/* Shipping Notice Box Restyling */
.woocommerce-cart .wc-block-components-totals-shipping {
	background: #fafaf7 !important;
	border: 1px dashed var(--ctwl-line) !important;
	border-radius: 2px !important;
	padding: 12px 16px !important;
	margin-bottom: 20px !important;
}

.woocommerce-cart .wc-block-components-totals-shipping .wc-block-components-totals-item {
	margin-bottom: 0 !important;
}

.woocommerce-cart .wc-block-components-totals-shipping .wc-block-components-totals-item__label {
	font-size: 12px !important;
	color: #76140a !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.02em !important;
}

.woocommerce-cart .wc-block-components-totals-shipping .wc-block-components-totals-item__value {
	color: #76140a !important;
	font-weight: 700 !important;
}

/* Estimated Total block */
.woocommerce-cart .wc-block-components-totals-footer-item {
	margin-bottom: 0px !important;
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
}

.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
	font-size: 14px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.02em !important;
	color: #000000 !important;
}

.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	color: #76140a !important;
	font-size: 22px !important;
	font-weight: 700 !important;
}

/* Checkout submit button */
.woocommerce-cart a.wc-block-cart__submit-button {
	display: flex !important;
	width: 100% !important;
	background: #76140a !important;
	border: 1px solid #76140a !important;
	color: #ffffff !important;
	border-radius: 1px !important;
	padding: 14px 0 !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
	align-items: center !important;
	justify-content: center !important;
	text-decoration: none !important;
	transition: background-color 0.15s ease, border-color 0.15s ease !important;
}

.woocommerce-cart a.wc-block-cart__submit-button:hover {
	background: #000000 !important;
	border-color: #000000 !important;
}

.woocommerce-cart a.wc-block-cart__submit-button .wc-block-components-button__text {
	color: #ffffff !important;
}
.entry-content[data-ast-blocks-layout] > .alignwide{
	margin: 0 !important;
}

/* ==========================================================================
   MILESTONE 4 — CHECKOUT PAGE DESIGN
   ========================================================================== */

/* Error notices on checkout */
.woocommerce-checkout .wc-block-components-notice-banner {
	background: #fcf4f4 !important;
	border: 1px solid #f2d5d5 !important;
	border-left: 4px solid #76140a !important;
	color: #000000 !important;
	border-radius: 2px !important;
	padding: 16px 20px !important;
	display: flex !important;
	align-items: center !important;
	margin-bottom: 24px !important;
	box-sizing: border-box !important;
}

.woocommerce-checkout .wc-block-components-notice-banner svg {
	fill: #76140a !important;
}

/* Steps headings */
.woocommerce-checkout .wc-block-components-checkout-step__title {
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #000000 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.04em !important;
	border-bottom: 1px solid var(--ctwl-line) !important;
	padding-bottom: 10px !important;
	margin-bottom: 20px !important;
}

/* Form Inputs & Select fields */
.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-blocks-components-select__select {
	width: 100% !important;
	padding: 12px 14px !important;
	border: 1px solid var(--ctwl-line) !important;
	border-radius: 1px !important;
	font-size: 14px !important;
	color: #000000 !important;
	background: #ffffff !important;
	transition: border-color 0.15s ease, box-shadow 0.15s ease !important;
	box-sizing: border-box !important;
}

.woocommerce-checkout .wc-block-components-text-input input:focus,
.woocommerce-checkout .wc-blocks-components-select__select:focus {
	outline: none !important;
	border-color: #76140a !important;
	box-shadow: 0 0 0 3px rgba(118, 20, 10, 0.08) !important;
}

/* Input label transitions */
.woocommerce-checkout .wc-block-components-text-input label {
	color: var(--ctwl-muted) !important;
}

.woocommerce-checkout .wc-block-components-text-input.is-active label {
	color: #76140a !important;
}
body .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted{
	box-shadow: unset;
}
/* Option highlight panels (shipping/payments) */
.woocommerce-checkout .wc-block-components-radio-control__option-checked,
.woocommerce-checkout .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
	background: #fafaf7 !important;
	/* border-left: 3px solid #76140a !important; */
}

/* Checkout Sidebar Card */
.woocommerce-checkout .wc-block-checkout__sidebar {
	background: #ffffff !important;
	border: 1px solid var(--ctwl-line) !important;
	border-top: 3px solid #76140a !important;
	border-radius: 4px !important;
	padding: 28px !important;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03) !important;
}

.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text {
	font-size: 18px !important;
	font-weight: 600 !important;
	color: #000000 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.04em !important;
}

.woocommerce-checkout .wc-block-components-checkout-order-summary__title-price {
	color: #76140a !important;
	font-weight: 700 !important;
}

/* Order Summary Items list */
.woocommerce-checkout .wc-block-components-order-summary-item {
	padding: 12px 0 !important;
	border-bottom: 1px solid #f5f5f5 !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item__image img {
	border-radius: 2px !important;
	object-fit: cover !important;
	border: 1px solid var(--ctwl-line) !important;
}

.woocommerce-checkout .wc-block-components-product-name {
	font-size: 14.5px !important;
	font-weight: 500 !important;
	color: #000000 !important;
}

.woocommerce-checkout .wc-block-components-totals-item {
	display: flex !important;
	justify-content: space-between !important;
	font-size: 14.5px !important;
	margin-bottom: 12px !important;
}

.woocommerce-checkout .wc-block-components-totals-item__label {
	font-size: 13px !important;
	color: var(--ctwl-muted) !important;
}

.woocommerce-checkout .wc-block-components-totals-footer-item {
	border-top: 1px solid var(--ctwl-line) !important;
	padding-top: 16px !important;
	margin-top: 16px !important;
	display: flex !important;
	align-items: baseline !important;
	justify-content: space-between !important;
}

.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
	font-size: 14px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.02em !important;
	color: #000000 !important;
}

.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	color: #76140a !important;
	font-size: 22px !important;
	font-weight: 700 !important;
}

/* Place Order Submit button */
.woocommerce-checkout button.wc-block-components-checkout-place-order-button {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	background: #76140a !important;
	border: 1px solid #76140a !important;
	color: #ffffff !important;
	border-radius: 1px !important;
	padding: 15px 0 !important;
	font-size: 13.5px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
	width: 100% !important;
	cursor: pointer !important;
	transition: background-color 0.15s ease, border-color 0.15s ease !important;
}

.woocommerce-checkout button.wc-block-components-checkout-place-order-button:hover {
	background: #000000 !important;
	border-color: #000000 !important;
}



/* ==========================================================================
   MILESTONE 4 — SINGLE PRODUCT SUMMARY STYLING
   ========================================================================== */

/* Breadcrumbs */
.single-product .woocommerce-breadcrumb {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
	font-size: 13px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
	color: var(--ctwl-muted) !important;
	margin-bottom: 12px !important;
}

.single-product .woocommerce-breadcrumb a {
	color: var(--ctwl-muted) !important;
	text-decoration: none !important;
	transition: color 0.15s ease !important;
}

.single-product .woocommerce-breadcrumb a:hover {
	color: #000000 !important;
}

/* Category taxonomy badge above title */
.single-product .single-product-category a {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
	font-size: 13px !important;
	text-transform: uppercase !important;
	background: #fafaf7 !important;
	border: 1px solid var(--ctwl-line) !important;
	padding: 4px 8px !important;
	border-radius: 2px !important;
	color: var(--ctwl-muted) !important;
	text-decoration: none !important;
	transition: background-color 0.15s ease, color 0.15s ease !important;
}

.single-product .single-product-category a:hover {
	background: #76140a !important;
	color: #ffffff !important;
	border-color: #76140a !important;
}

/* Product Title */
.single-product .product_title {
	font-size: 28px !important;
	font-weight: 600 !important;
	color: #000000 !important;
	margin: 8px 0 12px 0 !important;
	line-height: 1.25 !important;
}

/* Price */
.single-product .price {
	font-size: 25px !important;
	font-weight: 600 !important;
	color: #76140a !important; /* Prominent crimson color */
	margin-bottom: 18px !important;
}

/* Short Description */
.single-product .woocommerce-product-details__short-description {
	font-size: 14.5px !important;
	line-height: 1.6 !important;
	color: #444444 !important;
	margin-bottom: 22px !important;
}

/* Stock box */
.single-product .ast-stock-detail {
	background: #fafaf7 !important;
	border: 1px solid var(--ctwl-line) !important;
	padding: 10px 16px !important;
	border-radius: 2px !important;
	display: inline-flex !important;
	gap: 8px !important;
	font-size: 13px !important;
	margin-bottom: 24px !important;
	width: fit-content !important;
	min-width: 200px;
	justify-content: center;
}

.single-product .ast-stock-detail .ast-stock-avail {
	color: var(--ctwl-muted) !important;
	font-weight: 500 !important;
}

.single-product .ast-stock-detail .stock {
	font-weight: 700 !important;
	color: #15803d !important;
}

/* Add to Cart CTA Button */
.single-product button.single_add_to_cart_button {
	display: inline-block !important;
	background: #76140a !important;
	border: 1px solid #76140a !important;
	color: #ffffff !important;
	border-radius: 1px !important;
	padding: 12px 32px !important;
	font-size: 13.5px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
	cursor: pointer !important;
	transition: background-color 0.15s ease, border-color 0.15s ease !important;
	margin-left: 0 !important;
	min-width: 200px;
}
.single-product  div.product form.cart div.quantity{
margin:0 !important
}

.single-product button.single_add_to_cart_button:hover {
	background: #000000 !important;
	border-color: #000000 !important;
}

/* Product Meta lists */
.single-product .product_meta {
	border-top: 1px solid var(--ctwl-line) !important;
	padding-top: 20px !important;
	margin-top: 28px !important;
	font-size: 12.5px !important;
	color: var(--ctwl-muted) !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 6px !important;
}

.single-product .product_meta span {
	color: var(--ctwl-muted) !important;
}

.single-product .product_meta a {
	color: #000000 !important;
	font-weight: 500 !important;
	text-decoration: none !important;
	transition: color 0.15s ease !important;
}

.single-product .product_meta a:hover {
	color: #76140a !important;
}

/* Related products section */
.single-product .related.products {
	display: none !important;
	padding-top: 40px !important;
	margin-top: 40px !important;
	clear: both !important;
}

.single-product .related.products > h2 {
	font-size: 25px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.04em !important;
	color: #000000 !important;
	border-bottom: 1px solid var(--ctwl-line) !important;
	padding-bottom: 12px !important;
	margin-bottom: 24px !important;
}

/* Related products loop add to cart buttons */
.single-product .related.products a.add_to_cart_button:not(.ast-select-options-trigger) {
	display: block !important;
	width: 100% !important;
	background: #76140a !important;
	border: 1px solid #76140a !important;
	color: #ffffff !important;
	border-radius: 1px !important;
	padding: 10px 0 !important;
	font-size: 12.5px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
	text-align: center !important;
	text-decoration: none !important;
	cursor: pointer !important;
	transition: background-color 0.15s ease, border-color 0.15s ease !important;
	margin-top: 10px !important;
}

.single-product .related.products a.add_to_cart_button:hover {
	background: #000000 !important;
	border-color: #000000 !important;
	color: #ffffff !important;
}

/*** customizer ****/

body .site-below-footer-wrap[data-section="section-below-footer-builder"]{
	background-color:black;
}
body .site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row{
	min-height:unset ;
}
body .site-below-footer-wrap[data-section="section-below-footer-builder"] p,
body .site-below-footer-wrap[data-section="section-below-footer-builder"] p a{
	color:white;
}

.home .wp-block-group.alignfull.ctwl-access-strip.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-d194fe2d.wp-block-group-is-layout-flex{
	margin-top:0; justify-content: center;
}
.home .wp-block-cover__background.has-background-dim{
	background-color:rgba(255,255,255,0.1) !important;
}
.banner_home .wp-block-cover__inner-container{
	max-width: 600px;
  margin-left: 0;
  margin-right: auto;
}
.banner_home .wp-block-cover__inner-container h2{
	color:black
}
.banner_home .wp-block-cover{
	padding-left:10% !important;
	padding-top:0 !important;
	padding-bottom:0 !important
}
header .site-primary-header-wrap{
	max-width:100% !important;
	padding-left:8% !important;
	padding-right:8% !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity{
	background-color: #76140a;
}
@media (min-width:1200px) and (max-width:1600px){
	header .site-primary-header-wrap{
		max-width:100% !important;
		padding-left:50px !important;
		padding-right:50px !important;
	}
}
.wc-block-product-categories-list-item a span{
	display:block;
}
.home .entry-content{
	padding-bottom:60px
}
.wc-block-product-template .ctwl-native-order-btn .wp-block-button__link{
	position: absolute;
	height: 39px;
	bottom: 19px;
	width: calc(100% - 40px) !important;
}
.home .wp-block-group.ctwl-grid-section.is-layout-flow.wp-block-group-is-layout-flow{
padding-top:40px
}
.wc-block-product-template li{
	position:relative;
	
	padding: 20px 20px 60px 20px !important;
  background: white !important;
  border-radius: 5px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}
.woocommerce-MyAccount-content h2{
	font-size:30px
}
@media (max-width:767px){
	.woocommerce-MyAccount-content h2 {
  font-size: 25px;
}
}
.woocommerce-orders .woocommerce-info:after, .woocommerce-downloads .woocommerce-info:after,
.woocommerce-orders .woocommerce-info:before, .woocommerce-downloads .woocommerce-info:before{
	content:none
}
.single-product #main{
	margin-top:50px
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
	background-color:#76140a !important;
	color:white !important
}
body .woocommerce-breadcrumb a{
	color:#76140a !important
}

/* ==========================================================================
   MILESTONE 4 — MINI CART WIDGET STYLING
   ========================================================================== */

.widget_shopping_cart_content {
	background: #ffffff !important;
	padding: 16px !important;
	border: 1px solid var(--ctwl-line) !important;
	border-radius: 4px !important;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04) !important;
}
.wc-block-components-sidebar-layout{
	align-items:flex-start
}
.ast-site-header-cart .widget_shopping_cart .product_list_widget, .woocommerce .ast-site-header-cart .widget_shopping_cart .product_list_widget{
	padding:0px !important
}
.woocommerce-message:after, .woocommerce-message:before{
	content:none
}

.widget_shopping_cart .mini_cart_item a.remove {
	position: absolute !important;
	left: 8px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	color: var(--ctwl-muted) !important;
	background: transparent !important;
	border: none !important;
	transition: color 0.15s ease !important;
	line-height: 1 !important;
	width: 20px !important;
	height: 20px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.widget_shopping_cart .mini_cart_item a.remove:hover {
	color: #76140a !important;
	background: transparent !important;
}

.widget_shopping_cart .mini_cart_item a.remove svg {
	fill: currentColor !important;
	width: 14px !important;
	height: 14px !important;
}

.widget_shopping_cart .mini_cart_item img {
	width: 48px !important;
	height: 48px !important;
	object-fit: cover !important;
	border-radius: 2px !important;
	border: 1px solid var(--ctwl-line) !important;
	margin: 0 !important;
}

.widget_shopping_cart .mini_cart_item a:not(.remove) {
	font-size: 13.5px !important;
	font-weight: 500 !important;
	color: #000000 !important;
	text-decoration: none !important;
	line-height: 1.4 !important;
	flex: 1 !important;
	transition: color 0.15s ease !important;
}

.widget_shopping_cart .mini_cart_item a:not(.remove):hover {
	color: #76140a !important;
}

.widget_shopping_cart .mini_cart_item .quantity {
	font-size: 12.5px !important;
	color: var(--ctwl-muted) !important;
	white-space: nowrap !important;
	font-weight: 500 !important;
}

.widget_shopping_cart .mini_cart_item .quantity .amount {
	color: #76140a !important;
	font-weight: 600 !important;
	font-size: 13.5px !important;
}

/* Total subtotal row */
.widget_shopping_cart .woocommerce-mini-cart__total {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	border-top: 1px solid var(--ctwl-line) !important;
	padding: 8px 8px !important;
	margin: 10px 0 !important;
	font-size: 14px !important;
}

.widget_shopping_cart .woocommerce-mini-cart__total strong {
	color: #000000 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.03em !important;
	font-weight: 600 !important;
}

.widget_shopping_cart .woocommerce-mini-cart__total .amount {
	color: #76140a !important;
	font-weight: 700 !important;
	font-size: 17px !important;
}

/* Action buttons */
.widget_shopping_cart .woocommerce-mini-cart__buttons {
	display: flex !important;
	gap: 12px !important;
	padding: 0px !important;
	margin: 10px 0 0 0 !important;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons a.button {
	flex: 1 !important;
	text-align: center !important;
	padding: 12px 0 !important;
	font-size: 11.5px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
	border-radius: 1px !important;
	text-decoration: none !important;
	display: block !important;
	transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease !important;
	line-height: 1 !important;
}

/* View Cart Button */
.widget_shopping_cart .woocommerce-mini-cart__buttons a.button:not(.checkout) {
	background: #ffffff !important;
	border: 1px solid #76140a !important;
	color: #76140a !important;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons a.button:not(.checkout):hover {
	background: #76140a !important;
	color: #ffffff !important;
}

/* Checkout Button */
.widget_shopping_cart .woocommerce-mini-cart__buttons a.button.checkout {
	background: #76140a !important;
	border: 1px solid #76140a !important;
	color: #ffffff !important;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons a.button.checkout:hover {
	background: #000000 !important;
	border-color: #000000 !important;
	color: #ffffff !important;
}

/* ==========================================================================
   MILESTONE 4 — MY ACCOUNT LOGIN FORM DESIGN
   ========================================================================== */

.woocommerce-account .login {
	background: #ffffff !important;
	border: 1px solid var(--ctwl-line) !important;
	border-radius: 4px !important;
	padding: 32px !important;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03) !important;
	max-width: 100% !important;
	margin: 20px 0 !important;
}

.woocommerce-account .login .form-row {
	display: flex !important;
	flex-direction: column !important;
	gap: 6px !important;
	margin-bottom: 18px !important;
	float: none !important;
	width: 100% !important;
}

.woocommerce-account .login .form-row label {
	font-size: 13px !important;
	font-weight: 500 !important;
	color: #000000 !important;
	line-height: 1.4 !important;
}

.woocommerce-account .login .form-row label .required {
	color: #76140a !important;
	text-decoration: none !important;
}

.woocommerce-account .login .form-row input.input-text {
	width: 100% !important;
	padding: 10px 14px !important;
	border: 1px solid var(--ctwl-line) !important;
	border-radius: 1px !important;
	font-size: 14px !important;
	color: #000000 !important;
	background: #ffffff !important;
	transition: border-color 0.15s ease, box-shadow 0.15s ease !important;
	box-sizing: border-box !important;
}

.woocommerce-account .login .form-row input.input-text:focus {
	outline: none !important;
	border-color: #76140a !important;
	box-shadow: 0 0 0 3px rgba(118, 20, 10, 0.08) !important;
}

/* Password eye button wrap */
.woocommerce-account .login .password-input {
	position: relative !important;
	display: block !important;
	width: 100% !important;
}

.woocommerce-account .login .password-input input {
	padding-right: 44px !important;
}

.woocommerce-account .login .password-input .show-password-input {
	position: absolute !important;
	right: 12px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	background: transparent !important;
	border: none !important;
	outline: none !important;
	cursor: pointer !important;
	opacity: 0.5 !important;
	padding: 0 !important;
	transition: opacity 0.15s ease !important;
	translate: unset !important;
}

.woocommerce-account .login .password-input .show-password-input:hover {
	opacity: 0.8 !important;
}

/* Remember me checkbox and Login submit button styling */
.woocommerce-account .login .woocommerce-form-login__rememberme {
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	font-size: 13.5px !important;
	color: var(--ctwl-muted) !important;
	margin: 10px 0 !important;
	cursor: pointer !important;
}

.woocommerce-account .login .woocommerce-form-login__rememberme input[type="checkbox"] {
	margin: 0 !important;
	cursor: pointer !important;
}

.woocommerce-account .login button.woocommerce-form-login__submit {
	display: block !important;
	width: 100% !important;
	background: #76140a !important;
	border: 1px solid #76140a !important;
	color: #ffffff !important;
	border-radius: 1px !important;
	padding: 12px 0 !important;
	font-size: 13.5px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
	cursor: pointer !important;
	text-align: center !important;
	transition: background-color 0.15s ease, border-color 0.15s ease !important;
	margin-top: 10px !important;
}

.woocommerce-account .login button.woocommerce-form-login__submit:hover {
	background: #000000 !important;
	border-color: #000000 !important;
}

/* Lost password link */
.woocommerce-account .login .lost_password {
	margin-top: 16px !important;
	text-align: center !important;
	margin-bottom: 0 !important;
}

.woocommerce-account .login .lost_password a {
	font-size: 12.5px !important;
	color: var(--ctwl-muted) !important;
	text-decoration: none !important;
	transition: color 0.15s ease !important;
}

.woocommerce-account .login .lost_password a:hover {
	color: #76140a !important;
}

/* Register Form Styling */
.woocommerce-account .register {
	background: #ffffff !important;
	border: 1px solid var(--ctwl-line) !important;
	border-radius: 4px !important;
	padding: 32px !important;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03) !important;
	max-width: 100% !important;
	margin: 20px 0 !important;
	
}

.woocommerce-account .register .form-row {
	display: flex !important;
	flex-direction: column !important;
	gap: 6px !important;
	margin-bottom: 18px !important;
	float: none !important;
	width: 100% !important;
}

.woocommerce-account .register .form-row label {
	font-size: 13px !important;
	font-weight: 500 !important;
	color: #000000 !important;
	line-height: 1.4 !important;
}

.woocommerce-account .register .form-row label .required {
	color: #76140a !important;
	text-decoration: none !important;
}

.woocommerce-account .register .form-row input.input-text {
	width: 100% !important;
	padding: 10px 14px !important;
	border: 1px solid var(--ctwl-line) !important;
	border-radius: 1px !important;
	font-size: 14px !important;
	color: #000000 !important;
	background: #ffffff !important;
	transition: border-color 0.15s ease, box-shadow 0.15s ease !important;
	box-sizing: border-box !important;
}

.woocommerce-account .register .form-row input.input-text:focus {
	outline: none !important;
	border-color: #76140a !important;
	box-shadow: 0 0 0 3px rgba(118, 20, 10, 0.08) !important;
}

/* Register password eye wrap */
.woocommerce-account .register .password-input {
	position: relative !important;
	display: block !important;
	width: 100% !important;
}

.woocommerce-account .register .password-input input {
	padding-right: 44px !important;
}

.woocommerce-account .register .password-input .show-password-input {
	position: absolute !important;
	right: 12px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	background: transparent !important;
	border: none !important;
	outline: none !important;
	cursor: pointer !important;
	opacity: 0.5 !important;
	padding: 0 !important;
	transition: opacity 0.15s ease !important;
	translate: unset !important;
}

.woocommerce-account .register .password-input .show-password-input:hover {
	opacity: 0.8 !important;
}

/* Privacy policy text styling */
.woocommerce-account .register .woocommerce-privacy-policy-text p {
	font-size: 12px !important;
	color: var(--ctwl-muted) !important;
	line-height: 1.5 !important;
	margin-bottom: 18px !important;
}

.woocommerce-account .register .woocommerce-privacy-policy-text p a {
	color: #76140a !important;
	text-decoration: none !important;
}

/* Register submit button */
.woocommerce-account .register button.woocommerce-form-register__submit {
	display: block !important;
	width: 100% !important;
	background: #76140a !important;
	border: 1px solid #76140a !important;
	color: #ffffff !important;
	border-radius: 1px !important;
	padding: 12px 0 !important;
	font-size: 13.5px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
	cursor: pointer !important;
	text-align: center !important;
	transition: background-color 0.15s ease, border-color 0.15s ease !important;
}

.woocommerce-account .register button.woocommerce-form-register__submit:hover {
	background: #000000 !important;
	border-color: #000000 !important;
}
.woocommerce .col2-set .col-1 h2, .woocommerce-page .col2-set .col-2 h2{
	font-size:25px
}

/* ==========================================================================
   MILESTONE 4 — WOOCOMMERCE SUCCESS MESSAGE BANNER
   ========================================================================== */

.woocommerce-message, .woocommerce-message:focus {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	background: #f4fbf7 !important;
	border: 1px solid #dcf2e6 !important;
	border-left: 4px solid #16a34a !important; /* Green success bar */
	padding: 16px 20px !important;
	color: #000000 !important;
	font-size: 14px !important;
	border-radius: 2px !important;
	margin: 0 0 24px 0 !important;
	line-height: 1.5 !important;
}

.woocommerce-message a.button.wc-forward {
	display: inline-block !important;
	background: #000000 !important;
	color: #ffffff !important;
	border: 1px solid #000000 !important;
	border-radius: 1px !important;
	padding: 8px 18px !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
	text-decoration: none !important;
	margin-left: 15px !important;
	line-height: 1.3 !important;
	transition: background-color 0.15s ease, border-color 0.15s ease !important;
}

.woocommerce-message a.button.wc-forward:hover {
	background: #76140a !important; /* Crimson hover accent */
	border-color: #76140a !important;
	color: #ffffff !important;
}

@media (max-width: 600px) {
	.woocommerce-message {
		flex-direction: column !important;
		align-items: flex-start !important;
		gap: 12px !important;
	}
	
	.woocommerce-message a.button.wc-forward {
		margin-left: 0 !important;
		width: 100% !important;
		text-align: center !important;
	}
}

/* ==========================================================================
   MILESTONE 4 — WOOCOMMERCE ERROR BANNER
   ========================================================================== */

.woocommerce-error {
	list-style: none !important;
	margin: 0 0 24px 0 !important;
	padding: 0 !important; border-top-color: #76140a;
}
.woocommerce-error::before{
	content: none;
}
.woocommerce-error li {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	background: #fcf4f4 !important;
	border: 1px solid #f2d5d5 !important;
	border-left: 4px solid #76140a !important; /* Crimson error bar */
	padding: 16px 20px !important;
	color: #000000 !important;
	font-size: 14px !important;
	border-radius: 2px !important;
	line-height: 1.5 !important;
	margin: 0 !important;
}

.woocommerce-error li a.button.wc-forward {
	display: inline-block !important;
	background: #000000 !important;
	color: #ffffff !important;
	border: 1px solid #000000 !important;
	border-radius: 1px !important;
	padding: 8px 18px !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
	text-decoration: none !important;
	margin-left: 15px !important;
	line-height: 1.3 !important;
	transition: background-color 0.15s ease, border-color 0.15s ease !important;
}

.woocommerce-error li a.button.wc-forward:hover {
	background: #76140a !important;
	border-color: #76140a !important;
	color: #ffffff !important;
}

@media (max-width: 600px) {
	.woocommerce-error li {
		flex-direction: column !important;
		align-items: flex-start !important;
		gap: 12px !important;
	}
	
	.woocommerce-error li a.button.wc-forward {
		margin-left: 0 !important;
		width: 100% !important;
		text-align: center !important;
	}
}

/* ==========================================================================
   MILESTONE 4 — HEADER MINI CART DROPDOWN SPECIFIC STYLING
   ========================================================================== */

.ast-site-header-cart-data {
	padding: 0 !important;
	border: none !important;
}

.ast-site-header-cart-data .widget_shopping_cart_content {
	border: 1px solid var(--ctwl-line) !important;
	border-top: 3px solid #76140a !important; /* Top brand accent line */
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
	border-radius: 4px !important;
}
.ast-footer-copyright p{
	font-size:16px
}
.ast-header-account-inner-wrap a:hover{
	opacity: 0.7;
}
#ast-scroll-top{
	background-color: #76140a !important;
}
.wp-block-woocommerce-cart .wc-block-components-text-input.is-active label, .wp-block-woocommerce-checkout .wc-block-components-text-input.is-active label {
	top: 5px;
	left: 14px;
  }
  .wp-block-woocommerce-cart .wc-block-components-text-input.is-active input,
  .wp-block-woocommerce-checkout .wc-block-components-text-input input{
	padding-top: 27px !important;
  }
  .woocommerce-js ul.order_details::before{
	content: none;
  }

/* Empty Cart Block & Suggestions Grid */
.wp-block-woocommerce-empty-cart-block {
	padding: 60px 24px;
	text-align: center;
	background: var(--ctwl-paper);
	border: 1px solid var(--ctwl-line);
	border-radius: 4px;
	margin: 40px auto;
	max-width: 1000px;
}

.wc-block-cart__empty-cart__title {
	font-size: 24px !important;
	font-weight: 600 !important;
	color: var(--ctwl-ink);
	margin-bottom: 24px !important;
}

.wp-block-woocommerce-empty-cart-block h2:not(.wc-block-cart__empty-cart__title) {
	font-size: 20px !important;
	font-weight: 600 !important;
	color: var(--ctwl-ink);
	margin-top: 40px !important;
	margin-bottom: 24px !important;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}



.wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr) !important;
	gap: 20px !important;
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product {
	background: #fff;
	border: 1px solid var(--ctwl-line);
	padding: 16px !important;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	text-align: left;max-width: 100% !important;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product:hover {
	border-color: #76140a;
}
input[type=checkbox], input[type=radio] {
 
	accent-color: #76140a;
	}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-link {
	text-decoration: none !important;
	display: block;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image {
	margin-bottom: 12px !important;
	border-radius: 2px;
	overflow: hidden;
	aspect-ratio: 1/1;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product:hover .wc-block-grid__product-image img {
	transform: scale(1.04);
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title {
	font-size: 14px !important;
	font-weight: 500 !important;
	color: var(--ctwl-ink) !important;
	line-height: 1.4 !important;
	margin-bottom: 8px !important;
	min-height: 40px;text-align: center;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price {
	font-size: 14px !important;
	font-weight: 600 !important;
	color: #76140a !important;
	margin-bottom: 12px !important;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart {
	margin-top: auto !important;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart a.wp-block-button__link {
	display: block !important;
	width: 100% !important;
	text-align: center !important;
	background-color: #76140a !important;
	color: #ffffff !important;
	border: 1px solid #76140a !important;
	padding: 10px 16px !important;
	font-size: 11px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
	border-radius: 2px !important;
	transition: all 0.2s ease !important;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart a.wp-block-button__link:hover {
	background-color: transparent !important;
	color: #76140a !important;
	border-color: #76140a !important;
}
@media (max-width: 991px) {
	.wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media (max-width: 544px) {
	.wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
		grid-template-columns: 1fr !important;
	}
}
@media (min-width:1200px){
	.ast-container, .ast-container-fluid{
		padding-left: 50px;padding-right: 50px;
	}
}
@media (max-width:1200px){
	.wc-block-product-categories-list {
	
		grid-template-columns: repeat(3, 1fr) !important;
		
	  }
	  .ctwl-native-grid .wc-block-product-template {
	
		grid-template-columns: repeat(2, 1fr) !important;
		
	  }
	  .banner_home .wp-block-cover {
		padding-left: 4% !important;
	  }
	  .banner_home .wp-block-cover__inner-container{
		max-width: 487px;
	  }
	  .banner_home .wp-block-cover__inner-container h2 {
		
		font-size: 35px;
	  }
	
}
@media (max-width:991px){
	.woocommerce-account .entry-header, .woocommerce-cart .entry-header, .woocommerce-checkout .entry-header {
		margin-bottom: 20px;
	  }
	.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle{
		padding: 0;
	}
	.banner_home .wp-block-cover{
		min-height: 380px !important;
			  }
			body  [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
				width: 30px;
				height: 30px;
				fill: black;
			  }
			  header .site-primary-header-wrap{
				padding-left: 20px !important;
				padding-right: 20px !important;
			  }
}
@media (max-width:767px){
	.banner_home .wp-block-cover .wp-block-cover__image-background{
		object-position: right;
	}
	.woocommerce-message, .woocommerce-error, .woocommerce-info{
		flex-direction: column;gap: 5px;
	}
	.wp-block-woocommerce-empty-cart-block h2:not(.wc-block-cart__empty-cart__title){
		margin-top: 25px !important;
	}
	.wc-block-cart__empty-cart__title.with-empty-cart-icon::before{
		height: 3em;
		mask-size: 3em;
  width: 3em;margin-bottom: 10px;
	}
	.wp-block-woocommerce-empty-cart-block{
		padding: 20px;
	}
	.wp-block-woocommerce-empty-cart-block .wc-block-grid__product{
		margin: 0 !important;
	}
	.woocommerce-order-received .woocommerce-thankyou-order-details{
		display: block;
	}
	.woocommerce-js ul.order_details li{
		float: unset;margin-bottom: 15px;
	}
	.woocommerce-js ul.order_details li:last-child{
		margin-bottom: 0;
	}
	.woocommerce-order-received .entry-content, .woocommerce-order-received .woocommerce{
		padding-left: 0;padding-right: 0;
	}
	.woocommerce-cart .wc-block-cart__sidebar{
		margin-top:40px
	}
	.single-product .related.products {
		padding-top: 19px !important;
		margin-top: 1px !important;
	}
	.single-product .related.products > h2{
		font-size: 20px !important;
	}
	.banner_home .wp-block-cover__inner-container h2{
		font-size: 30px;
	}
	.ast-site-identity {
		padding: 10px 0;
	  }
	.site-logo-img img{
		max-width: 150px;
	}
	.wp-block-group.is-layout-flow.wp-block-group-is-layout-flow{
		padding-left:0px !important;padding-right: 0px !important;
	}
	.wc-block-product-categories-list {
		grid-template-columns: repeat(2, 1fr) !important;
	  }
	  .wc-block-product-categories-list-item-count {
		top: 3px;
	  }
	  .ctwl-eyebrow {
		font-size: 20px;
	  }
	  .wc-block-product-template li {
		
		padding: 5px 5px 53px 5px !important;
	  }
	  .ctwl-native-grid .wc-block-product-template{
		gap:20px 10px
	  }
	  .wc-block-product-template .ctwl-native-order-btn .wp-block-button__link {
		
		height: 36px;
		bottom: 11px;
		width: calc(100% - 11px) !important;
		padding: 0;
	  }
	  .ctwl-product-title, .ctwl-product-title a{
		font-size: 13px;
	  }
	  .home .entry-content {
		padding-bottom: 30px;
	  }
	  body .ast-footer-copyright p {
		
		font-size: 14px;
	  }
	  .archive ul.products li.product{
		padding: 6px !important;
	  }
	  .ctwl-badge-new{
		left: 0;top:0
	  }
	  .post-type-archive-product .ast-on-card-button, .tax-product_cat .ast-on-card-button {
		bottom: unset;
		top: 0;
	  }
	  .woocommerce-checkout .entry-header{
		margin-bottom: 0;
	  }
	  .woocommerce-checkout .wc-block-components-checkout-order-summary__title-text{
		font-size: 14px !important;
	  }
	  .woocommerce-checkout .wc-block-components-checkout-order-summary__title-price{
		font-size: 16px;
	  }
	  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title{
		margin-top: 0;
	  }
	 .woocommerce-checkout .wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block.is-sticky {
		display: none;
	  }
	  .home .wp-block-cover__background.has-background-dim{
		background-color:rgba(255,255,255,1) !important;
	}
}