:root {
	--ginmd-ink: #17221d;
	--ginmd-forest: #18392d;
	--ginmd-gold: #b28a48;
	--ginmd-cream: #f4f0e8;
	--ginmd-line: rgba(23, 34, 29, 0.14);
}

.ginmd-shop-intro {
	max-width: 760px;
	margin: 0 auto 54px;
	padding: 10px 24px 0;
	text-align: center;
	color: var(--ginmd-ink);
}

.ginmd-shop-intro .ginmd-eyebrow,
.ginmd-card-kicker {
	display: block;
	margin: 0 0 12px;
	color: var(--ginmd-gold);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.19em;
	line-height: 1.4;
	text-transform: uppercase;
}

.ginmd-shop-intro h1 {
	margin: 0 0 18px;
	color: var(--ginmd-ink);
	font-size: clamp(42px, 6vw, 76px);
	font-weight: 500;
	letter-spacing: -0.035em;
	line-height: 0.98;
}

.ginmd-shop-intro p:last-child {
	max-width: 650px;
	margin: 0 auto;
	color: rgba(23, 34, 29, 0.72);
	font-size: 17px;
	line-height: 1.7;
}

.ginmd-catalog-archive .site-main,
.ginmd-catalog-archive .content-area {
	background: var(--ginmd-cream);
}

.ginmd-catalog-archive .woocommerce-notices-wrapper:empty {
	display: none;
}

.ginmd-catalog-archive .products-wrapper {
	position: relative;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 24px 88px;
}

.ginmd-catalog-archive ul.products,
.ginmd-catalog-fallback ul.products,
.elementor-widget-shortcode ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin: 0 !important;
	padding: 0 !important;
}

.ginmd-catalog-archive ul.products::before,
.ginmd-catalog-archive ul.products::after,
.ginmd-catalog-fallback ul.products::before,
.ginmd-catalog-fallback ul.products::after,
.elementor-widget-shortcode ul.products::before,
.elementor-widget-shortcode ul.products::after {
	display: none !important;
	content: none !important;
}

.ginmd-catalog-archive ul.products li.product,
.ginmd-catalog-fallback ul.products li.product,
.elementor-widget-shortcode ul.products li.product {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 0 28px !important;
	overflow: hidden;
	border: 1px solid var(--ginmd-line);
	background: #fff;
	text-align: center;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.ginmd-catalog-archive ul.products li.product:hover,
.ginmd-catalog-fallback ul.products li.product:hover,
.elementor-widget-shortcode ul.products li.product:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 42px rgba(23, 34, 29, 0.1);
}

.ginmd-catalog-archive .product-image-wrap,
.ginmd-catalog-fallback .product-image-wrap,
.elementor-widget-shortcode .product-image-wrap {
	display: flex;
	min-height: 420px;
	align-items: center;
	justify-content: center;
	margin: 0 0 25px;
	padding: 30px;
	background: #f0ede6;
}

.ginmd-catalog-archive ul.products li.product img,
.ginmd-catalog-fallback ul.products li.product img,
.elementor-widget-shortcode ul.products li.product img {
	width: 100%;
	height: 360px;
	margin: 0 !important;
	object-fit: contain;
	transition: transform 220ms ease;
}

.ginmd-catalog-archive li.product:hover img,
.ginmd-catalog-fallback li.product:hover img,
.elementor-widget-shortcode li.product:hover img {
	transform: scale(1.025);
}

.ginmd-catalog-archive .product-meta-wrap,
.ginmd-catalog-fallback .product-meta-wrap,
.elementor-widget-shortcode .product-meta-wrap {
	padding: 0 22px;
}

.ginmd-catalog-archive .woocommerce-loop-product__title,
.ginmd-catalog-fallback .woocommerce-loop-product__title,
.elementor-widget-shortcode .woocommerce-loop-product__title {
	margin: 0 !important;
	padding: 0 !important;
	font-size: clamp(22px, 2.2vw, 30px) !important;
	font-weight: 500 !important;
	line-height: 1.15 !important;
}

.ginmd-catalog-archive .woocommerce-loop-product__title a,
.ginmd-catalog-fallback .woocommerce-loop-product__title a,
.elementor-widget-shortcode .woocommerce-loop-product__title a {
	color: var(--ginmd-ink) !important;
	text-decoration: none;
}

.ginmd-catalog-archive .price,
.ginmd-catalog-archive .button,
.ginmd-catalog-fallback .price,
.ginmd-catalog-fallback .button,
.elementor-widget-shortcode .price,
.elementor-widget-shortcode .button {
	display: none !important;
}

.ginmd-product-page div.product .product-images-summary-wrap {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
	gap: clamp(38px, 6vw, 92px);
	align-items: center;
}

.ginmd-product-page div.product .product-gallery-wrap {
	padding: clamp(30px, 5vw, 70px);
	background: var(--ginmd-cream);
}

.ginmd-product-page div.product .woocommerce-product-gallery__image img {
	max-height: 660px;
	object-fit: contain;
}

.ginmd-product-page div.product .summary {
	width: 100% !important;
}

.ginmd-product-page div.product .product_title {
	margin: 8px 0 22px;
	color: var(--ginmd-ink);
	font-size: clamp(42px, 5vw, 70px);
	font-weight: 500;
	letter-spacing: -0.035em;
	line-height: 1;
}

.ginmd-product-page .product_posted_in {
	color: var(--ginmd-gold);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ginmd-product-page .woocommerce-product-details__short-description {
	max-width: 590px;
	color: rgba(23, 34, 29, 0.74);
	font-size: 17px;
	line-height: 1.72;
}

.ginmd-product-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 30px 0 16px;
}

.ginmd-button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	border: 1px solid var(--ginmd-forest);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background 160ms ease, color 160ms ease;
}

.ginmd-button--primary {
	background: var(--ginmd-forest);
	color: #fff !important;
}

.ginmd-button--outline {
	background: transparent;
	color: var(--ginmd-forest) !important;
}

.ginmd-button:hover {
	background: var(--ginmd-gold);
	border-color: var(--ginmd-gold);
	color: #fff !important;
}

.ginmd-responsibility-note {
	margin: 0;
	color: rgba(23, 34, 29, 0.58);
	font-size: 12px;
	line-height: 1.6;
}

.ginmd-product-page .product-description-wrapper {
	max-width: 840px;
	margin: 70px auto 0;
}

.ginmd-product-page .related.products {
	margin-top: 80px;
}

@media (max-width: 1024px) {
	.ginmd-catalog-archive ul.products,
	.ginmd-catalog-fallback ul.products,
	.elementor-widget-shortcode ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ginmd-product-page div.product .product-images-summary-wrap {
		grid-template-columns: 1fr 1fr;
		gap: 38px;
	}
}

@media (max-width: 767px) {
	.ginmd-shop-intro {
		margin-bottom: 34px;
		padding-inline: 18px;
	}

	.ginmd-catalog-archive .products-wrapper {
		padding: 0 16px 60px;
	}

	.ginmd-catalog-archive ul.products,
	.ginmd-catalog-fallback ul.products,
	.elementor-widget-shortcode ul.products {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.ginmd-catalog-archive .product-image-wrap,
	.ginmd-catalog-fallback .product-image-wrap,
	.elementor-widget-shortcode .product-image-wrap {
		min-height: 350px;
	}

	.ginmd-catalog-archive ul.products li.product img,
	.ginmd-catalog-fallback ul.products li.product img,
	.elementor-widget-shortcode ul.products li.product img {
		height: 300px;
	}

	.ginmd-product-page div.product .product-images-summary-wrap {
		display: block;
	}

	.ginmd-product-page div.product .summary {
		margin-top: 34px;
	}

	.ginmd-product-actions {
		flex-direction: column;
	}
}

