.gmtwf-commerce-page {
	--gmt-commerce-dark: #11110f;
	--gmt-commerce-ink: #151515;
	--gmt-commerce-muted: #626262;
	--gmt-commerce-gold: #b29764;
	--gmt-commerce-price-color: #765a2f;
	--gmt-commerce-line: #ded8ca;
	--gmt-commerce-soft: #f7f4ed;
	--gmt-commerce-warm-white: #f7f4ee;
	--theme-content-vertical-spacing: 0px;
	color: var(--gmt-commerce-ink);
}

body.gmtwf-commerce-shop-page .hero-section,
body.gmtwf-commerce-shop-page .entry-header,
body.gmtwf-commerce-shop-page .page-title,
body.gmtwf-commerce-shop-page .woocommerce-products-header__title,
body.gmtwf-commerce-shop-page .woocommerce-result-count,
body.gmtwf-commerce-shop-page .woocommerce-ordering,
body.gmtwf-commerce-shop-page nav.woocommerce-pagination {
	display: none;
}

body.gmtwf-mvp-page #header,
body.gmtwf-commerce-page #header {
	position: sticky;
	top: 0;
	z-index: 9999;
	transition: box-shadow 0.18s ease;
}

body.admin-bar.gmtwf-mvp-page #header,
body.admin-bar.gmtwf-commerce-page #header {
	top: 32px;
}

body.gmtwf-commerce-page .ct-header [data-row="middle"] {
	--height: 110px;
	background-color: var(--gmt-commerce-dark) !important;
	border-bottom: 1px solid rgba(178, 151, 100, 0.16);
	box-shadow: none;
	transition: min-height 0.25s ease, height 0.25s ease, box-shadow 0.25s ease;
}

body.gmtwf-header-compact.gmtwf-commerce-page .ct-header [data-row="middle"] {
	--height: 72px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

body.gmtwf-header-compact .ct-header [data-row="middle"] .site-logo-container {
	transform: scale(0.86);
	transform-origin: left center;
}

body.gmtwf-commerce-page .ct-header [data-row*="mobile"] {
	--height: 74px;
	background-color: var(--gmt-commerce-dark) !important;
	border-bottom: 1px solid rgba(178, 151, 100, 0.16);
	box-shadow: none;
	transition: min-height 0.25s ease, height 0.25s ease, box-shadow 0.25s ease;
}

body.gmtwf-header-compact.gmtwf-commerce-page .ct-header [data-row*="mobile"] {
	--height: 64px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

body.gmtwf-commerce-page .ct-header [data-id="menu"] .menu-item > a,
body.gmtwf-commerce-page .ct-header .ct-header-menu .menu-item > a,
body.gmtwf-commerce-page .ct-header .ct-menu-link {
	color: var(--gmt-commerce-warm-white);
}

body.gmtwf-commerce-page .ct-header [data-id="menu"] .menu-item.current-menu-item > a,
body.gmtwf-commerce-page .ct-header [data-id="menu"] .menu-item.current-menu-ancestor > a,
body.gmtwf-commerce-page .ct-header [data-id="menu"] .menu-item > a:hover,
body.gmtwf-commerce-page .ct-header [data-id="menu"] .menu-item > a:focus,
body.gmtwf-commerce-page .ct-header .ct-header-menu .menu-item.current-menu-item > a,
body.gmtwf-commerce-page .ct-header .ct-header-menu .menu-item.current-menu-ancestor > a,
body.gmtwf-commerce-page .ct-header .ct-header-menu .menu-item > a:hover,
body.gmtwf-commerce-page .ct-header .ct-header-menu .menu-item > a:focus,
body.gmtwf-commerce-page .ct-header .ct-menu-link:hover,
body.gmtwf-commerce-page .ct-header .ct-menu-link:focus {
	color: var(--gmt-commerce-gold);
}

body.gmtwf-commerce-page .ct-header [data-id="menu"] .sub-menu,
body.gmtwf-commerce-page .ct-header .ct-header-menu .sub-menu,
body.gmtwf-commerce-page .ct-header [data-dropdown],
body.gmtwf-commerce-page #offcanvas,
body.gmtwf-commerce-page #offcanvas .ct-panel-content,
body.gmtwf-commerce-page #offcanvas .ct-header-panel,
body.gmtwf-commerce-page #offcanvas .mobile-menu {
	background: var(--gmt-commerce-dark);
	border-color: rgba(178, 151, 100, 0.16);
	color: var(--gmt-commerce-warm-white);
}

body.gmtwf-commerce-page .ct-header [data-id="menu"] .sub-menu a,
body.gmtwf-commerce-page .ct-header .ct-header-menu .sub-menu a,
body.gmtwf-commerce-page #offcanvas .mobile-menu a,
body.gmtwf-commerce-page #offcanvas .ct-panel-content a {
	color: var(--gmt-commerce-warm-white);
}

body.gmtwf-commerce-page .ct-header [data-id="menu"] .sub-menu a:hover,
body.gmtwf-commerce-page .ct-header [data-id="menu"] .sub-menu a:focus,
body.gmtwf-commerce-page .ct-header .ct-header-menu .sub-menu a:hover,
body.gmtwf-commerce-page .ct-header .ct-header-menu .sub-menu a:focus,
body.gmtwf-commerce-page #offcanvas .mobile-menu a:hover,
body.gmtwf-commerce-page #offcanvas .mobile-menu a:focus,
body.gmtwf-commerce-page #offcanvas .mobile-menu .current-menu-item > a,
body.gmtwf-commerce-page #offcanvas .ct-panel-content a:hover,
body.gmtwf-commerce-page #offcanvas .ct-panel-content a:focus {
	color: var(--gmt-commerce-gold);
}

body.gmtwf-commerce-page .ct-header-trigger,
body.gmtwf-commerce-page .ct-header-trigger .ct-icon,
body.gmtwf-commerce-page .ct-header-search,
body.gmtwf-commerce-page .ct-header-search .ct-icon,
body.gmtwf-commerce-page [data-id="search"] .ct-icon,
body.gmtwf-commerce-page [data-id="trigger"] .ct-icon {
	color: var(--gmt-commerce-warm-white);
	fill: currentColor;
}

body.gmtwf-commerce-page .ct-header-trigger:hover,
body.gmtwf-commerce-page .ct-header-trigger:focus,
body.gmtwf-commerce-page .ct-header-search:hover,
body.gmtwf-commerce-page .ct-header-search:focus,
body.gmtwf-commerce-page [data-id="search"]:hover .ct-icon,
body.gmtwf-commerce-page [data-id="trigger"]:hover .ct-icon {
	color: var(--gmt-commerce-gold);
}

body.gmtwf-commerce-page #main,
body.gmtwf-commerce-page .site-main,
body.gmtwf-commerce-page .site-content,
body.gmtwf-commerce-page article.page,
body.gmtwf-commerce-page .entry-content {
	margin-top: 0;
	padding-top: 0;
}

.gmtwf-commerce-inner {
	width: calc(100% - 96px);
	max-width: 1500px;
	margin-inline: auto;
}

.gmtwf-commerce-mvp-shop {
	padding-block: clamp(34px, 5vw, 70px);
}

.gmtwf-commerce-section-head {
	margin-bottom: 18px;
}

.gmtwf-commerce-section-head h2 {
	margin-bottom: 0;
}

.gmtwf-commerce-category-grid,
.gmtwf-commerce-product-grid {
	display: grid;
	gap: 28px;
	margin: 22px 0 42px;
}

.gmtwf-commerce-category-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gmtwf-commerce-product-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gmtwf-commerce-category-card,
.gmtwf-commerce-product-card,
.woocommerce ul.products li.product,
.woocommerce-cart .cart_totals,
.woocommerce-checkout #order_review,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	border: 1px solid var(--gmt-commerce-line);
	background: #fff;
	box-shadow: 0 14px 34px rgba(17, 17, 17, 0.045);
}

.gmtwf-commerce-category-card,
.gmtwf-commerce-product-card {
	display: flex;
	flex-direction: column;
	color: var(--gmt-commerce-ink);
	text-decoration: none;
	height: 100%;
	min-width: 0;
}

.gmtwf-commerce-category-card {
	gap: 14px;
	padding: 22px;
}

.gmtwf-commerce-category-card:hover,
.gmtwf-commerce-category-card:focus,
.gmtwf-commerce-product-card:hover,
.gmtwf-commerce-product-card:focus-within {
	border-color: var(--gmt-commerce-gold);
}

.gmtwf-commerce-product-card *,
.gmtwf-commerce-category-card * {
	min-width: 0;
}

.gmtwf-commerce-category-image,
.gmtwf-commerce-product-image img,
.woocommerce div.product div.images img,
.woocommerce ul.products li.product img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.gmtwf-commerce-category-image,
.gmtwf-commerce-category-card .gmtwf-commerce-image-fallback {
	min-height: 190px;
}

.gmtwf-commerce-product-card > div {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 12px;
	padding: 26px;
}

.gmtwf-commerce-product-card .gmt-mvp-button,
.gmtwf-commerce-product-card .gmtwf-commerce-button {
	margin-top: auto;
}

.gmtwf-commerce-product-card h3 {
	margin: 0;
	font-size: clamp(22px, 1.8vw, 26px);
	line-height: 1.16;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
}

.gmtwf-commerce-product-card p {
	margin: 0;
}

.gmtwf-commerce-product-card h3 a {
	color: var(--gmt-commerce-ink);
	text-decoration: none;
}

.gmtwf-commerce-product-category,
.gmtwf-commerce-product-price,
.gmtwf-price-on-request {
	color: var(--gmt-commerce-price-color);
}

.gmtwf-commerce-product-price,
.gmtwf-price-on-request {
	font-weight: 700;
}

.gmtwf-commerce-image-fallback {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	border: 1px solid var(--gmt-commerce-line);
	background:
		linear-gradient(135deg, rgba(178, 151, 100, 0.14), rgba(255, 255, 255, 0.22)),
		var(--gmt-commerce-soft);
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.gmtwf-commerce-product-card .gmt-mvp-button,
.gmtwf-commerce-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 20px;
	border: 1px solid var(--gmt-commerce-gold);
	border-radius: 2px;
	background: var(--gmt-commerce-gold);
	color: #111 !important;
	font-weight: 700;
	text-decoration: none;
}

.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.gmtwf-commerce-product-card .gmt-mvp-button:hover,
.gmtwf-commerce-product-card .gmt-mvp-button:focus,
.gmtwf-commerce-button:hover,
.gmtwf-commerce-button:focus {
	border-color: var(--gmt-commerce-dark);
	background: var(--gmt-commerce-dark);
	color: #fff !important;
}

.woocommerce div.product .product_title,
.woocommerce div.product .woocommerce-tabs,
.woocommerce table.shop_table,
.woocommerce form.checkout,
.woocommerce form.login,
.woocommerce form.register {
	color: var(--gmt-commerce-ink);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price,
.woocommerce-Price-amount,
.woocommerce-variation-price,
.woocommerce-cart .product-price,
.woocommerce-cart .product-subtotal,
.woocommerce-cart .cart-subtotal,
.woocommerce-cart .order-total,
.woocommerce-checkout .cart-subtotal,
.woocommerce-checkout .order-total {
	color: var(--gmt-commerce-price-color);
	font-weight: 700;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce div.product form.cart .variations select,
.woocommerce .quantity .qty {
	min-height: 48px;
	border: 1px solid var(--gmt-commerce-line);
	border-radius: 2px;
	padding: 10px 12px;
	background: #fff;
	color: var(--gmt-commerce-ink);
	font: inherit;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	border-top-color: var(--gmt-commerce-gold);
	background: var(--gmt-commerce-soft);
	color: var(--gmt-commerce-ink);
}

.gmtwf-commerce-note {
	border-left: 4px solid var(--gmt-commerce-gold);
	padding: 12px 14px;
	background: var(--gmt-commerce-soft);
	color: var(--gmt-commerce-muted);
}

@media (max-width: 782px) {
	body.admin-bar.gmtwf-mvp-page #header,
	body.admin-bar.gmtwf-commerce-page #header {
		top: 46px;
	}
}

@media (max-width: 1180px) {
	.gmtwf-commerce-category-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	.gmtwf-commerce-inner {
		width: calc(100% - 64px);
	}
}

@media (max-width: 900px) {
	.gmtwf-commerce-category-grid,
	.gmtwf-commerce-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.gmtwf-commerce-inner {
		width: calc(100% - 40px);
	}
}

@media (max-width: 600px) {
	.gmtwf-commerce-category-grid,
	.gmtwf-commerce-product-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.gmtwf-commerce-inner {
		width: calc(100% - 28px);
	}
}
