body.woocommerce.archive .site-main,
body.woocommerce-shop .site-main,
body.post-type-archive-product .site-main {
	width: 100%;
	max-width: 1440px;
	margin-right: auto;
	margin-left: auto;
}

body.woocommerce-cart .site-main,
body.woocommerce-checkout .site-main {
	width: min(100% - 48px, 1200px);
	max-width: 1200px;
	margin: 64px auto 96px;
}

.woocommerce-cart .entry-title,
.woocommerce-checkout .entry-title {
	margin-bottom: 40px;
	color: #616450;
	font-family: "Glass Antiqua", sans-serif;
	font-size: 48px;
	font-weight: 400;
	line-height: 1.1;
}

.woocommerce-shop .woocommerce-breadcrumb {
	display: none;
}

.woocommerce-products-header {
	max-width: 1440px;
	margin: 0 auto 48px;
	padding: 0;
}

.dehofkamer-shop-catalogue-heading {
	margin: 0 0 28px;
	color: #616450;
	font-family: "Glass Antiqua", sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.1;
}

.dehofkamer-shop-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: stretch;
}

.dehofkamer-shop-hero__content {
	display: flex;
	min-width: 0;
	min-height: 480px;
	padding: 96px;
	flex-direction: column;
	justify-content: center;
	background-color: var(--e-global-color-secondary, #626854);
	background-image: linear-gradient(rgb(98 104 84 / 75%), rgb(98 104 84 / 75%)), url("https://dehofkamer.nl/wp-content/uploads/2024/04/hofkamer-patroon.png");
	background-position: center;
	background-size: cover;
	color: var(--e-global-color-9ad5f07, #fff);
}

.dehofkamer-shop-hero__title {
	margin: 0 0 28px;
	color: inherit;
	font-family: "Glass Antiqua", sans-serif;
	font-size: 48px;
	font-weight: 400;
	line-height: 1.1;
}

.dehofkamer-shop-hero__content p {
	max-width: 620px;
	margin: 0;
	font: inherit;
	line-height: 1.75;
}

.dehofkamer-shop-hero__image {
	min-width: 0;
	min-height: 480px;
	background-image: url("https://dehofkamer.nl/wp-content/uploads/2026/03/PRVLimburg_210725-1076-scaled.jpg");
	background-position: center;
	background-size: cover;
}

/* Product cards. */
.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-auto-rows: auto;
	gap: 0 16px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	display: flex;
	position: relative;
	width: 100%;
	min-width: 0;
	height: 100%;
	float: none;
	clear: none;
	margin: 0;
	padding: 0 0 24px;
	flex-direction: column;
	overflow: hidden;
	background: transparent;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link {
	display: flex;
	flex-direction: column;
}

.woocommerce ul.products li.product .dehofkamer-product-categories .woocommerce-loop-product__link {
	display: none;
}

.woocommerce ul.products li.product a img {
	width: 100%;
	height: 280px;
	margin: 0 0 20px;
	aspect-ratio: 4 / 3;
	border-radius: 4px;
	object-fit: cover;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .dehofkamer-product-categories,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button {
	margin-right: 0;
	margin-left: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 0;
	color: #616450;
	font-family: "Glass Antiqua", sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.25;
}

.woocommerce ul.products li.product .dehofkamer-product-categories {
	min-height: 36px;
	margin-top: 8px;
	margin-bottom: 12px;
	color: #8e895d;
	font-size: 13px;
	line-height: 1.4;
}

.woocommerce ul.products li.product .dehofkamer-product-categories a {
	color: inherit;
}

.woocommerce ul.products li.product .price {
	margin-top: 10px;
	margin-bottom: 20px;
	color: #000;
	font-size: 17px;
}

.woocommerce ul.products li.product .button {
	display: none;
}

/* Buttons and notices. */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
	padding: 11px 16px;
	background: #8e895d;
	border: 2px solid #8e895d;
	border-radius: 0;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover {
	background: #616450;
	border-color: #616450;
	color: #fff;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	padding: 20px 24px 20px 56px;
	background: #e7e2d9;
	border: 1px solid #cfc5b1;
	border-top: 4px solid #8e895d;
	color: #000;
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: #8e895d;
}

.woocommerce-error {
	border-top-color: #a98f6c;
}

/* Cart and checkout forms. */
.woocommerce table.shop_table {
	border: 1px solid #cfc5b1;
	border-collapse: collapse;
	border-radius: 0;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	padding: 18px;
	border-color: #cfc5b1;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table tfoot th {
	background: #e7e2d9;
	color: #616450;
	font-weight: 600;
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review {
	padding: 32px;
	background: #e7e2d9;
	border: 1px solid #cfc5b1;
	border-radius: 4px;
}

.woocommerce-cart .cart-collaterals .cart_totals {
	width: min(100%, 520px);
}

.woocommerce-cart .cart-collaterals .cart_totals h2,
.woocommerce-checkout h3 {
	margin-top: 0;
	color: #616450;
	font-family: "Glass Antiqua", sans-serif;
	font-size: 32px;
	font-weight: 400;
}

body.woocommerce-checkout .elementor-widget-woocommerce-checkout-page h3:not(:empty),
body.woocommerce-checkout .elementor-widget-woocommerce-checkout-page #order_review_heading {
	margin: 0 0 30px;
	color: #616450;
	font-family: "Glass Antiqua", sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2;
}

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

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .quantity .qty,
.woocommerce .select2-container .select2-selection--single {
	min-height: 52px;
	padding: 12px;
	background: #fff;
	border: 1px solid #cfc5b1;
	border-radius: 0;
	color: #000;
}

.woocommerce form .form-row textarea {
	min-height: 130px;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus,
.woocommerce .quantity .qty:focus {
	border-color: #8e895d;
	box-shadow: 0 0 0 2px rgb(142 137 93 / 20%);
	outline: 0;
}

body.woocommerce-checkout .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row input.input-text,
body.woocommerce-checkout .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row textarea,
body.woocommerce-checkout .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row select,
body.woocommerce-checkout .elementor-widget-woocommerce-checkout-page .select2-container .select2-selection--single {
	width: 100%;
	min-height: 52px;
	padding: 12px;
	background: #fff;
	border: 1px solid #cfc5b1;
	border-radius: 0;
}

body.woocommerce-checkout .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details,
body.woocommerce-checkout .elementor-widget-woocommerce-checkout-page .e-checkout__order_review,
body.woocommerce-checkout .elementor-widget-woocommerce-checkout-page .e-checkout__order_review-2,
body.woocommerce-checkout .elementor-widget-woocommerce-checkout-page .e-coupon-box {
	background: #e7e2d9;
	border: 1px solid #cfc5b1;
	border-radius: 4px;
}

body.woocommerce-checkout .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col-1,
body.woocommerce-checkout .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col-2,
body.woocommerce-checkout .elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment {
	background: transparent;
}

body.woocommerce-checkout .elementor-widget-woocommerce-checkout-page a {
	color: #8e895d;
}

body.woocommerce-checkout .elementor-widget-woocommerce-checkout-page input[type="checkbox"],
body.woocommerce-checkout .elementor-widget-woocommerce-checkout-page input[type="radio"] {
	accent-color: #8e895d;
}

body.woocommerce-checkout .elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order.button.alt {
	background: #8e895d;
	border-color: #8e895d;
	border-radius: 0;
	color: #fff;
}

body.woocommerce-checkout .elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order.button.alt:hover {
	background: #616450;
	border-color: #616450;
	color: #fff;
}

.woocommerce-checkout #payment {
	background: #e3e0d5;
	border-radius: 0;
}

.woocommerce-checkout #payment div.payment_box {
	background: #fff;
}

.woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: #fff;
}

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

.woocommerce .cart-empty {
	margin-bottom: 24px;
}

/* Cart coupon field. */
.woocommerce-cart table.cart td.actions .coupon {
	display: grid;
	grid-template-columns: minmax(180px, 1fr) auto;
	gap: 12px;
	width: min(100%, 520px);
}

body.woocommerce-cart .woocommerce table.cart td.actions .coupon #coupon_code.input-text {
	float: none;
	width: 100%;
	min-height: 50px;
	margin: 0;
	padding: 12px 16px;
	background: #fff;
	border: 1px solid #cfc5b1;
}

.woocommerce-cart table.cart td.actions .coupon .button {
	min-height: 50px;
	white-space: nowrap;
}

/* Keep order notes inside the checkout panel instead of a nested white card. */
body.woocommerce-checkout .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col-2,
body.woocommerce-checkout .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .woocommerce-additional-fields,
body.woocommerce-checkout .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .woocommerce-additional-fields__field-wrapper {
	background: transparent;
	border: 0;
	box-shadow: none;
}

/* Compact cart, only visible when products are present. */
.dehofkamer-mini-cart {
	position: relative;
	z-index: 2;
	flex: 0 0 auto;
}

.dehofkamer-mini-cart--empty {
	display: none;
}

.dehofkamer-mini-cart__toggle {
	display: flex;
	position: relative;
	width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 0;
	color: #616450;
}

.dehofkamer-mini-cart__toggle:hover,
.dehofkamer-mini-cart__toggle:focus {
	background: #616450;
	color: #fff;
}

.dehofkamer-mini-cart__icon {
	font-size: 18px;
	line-height: 1;
}

.dehofkamer-mini-cart__count {
	display: grid;
	position: absolute;
	top: -8px;
	right: -8px;
	width: 22px;
	height: 22px;
	place-items: center;
	background: #8e895d;
	border: 2px solid #e7e2d9;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
}

@media (max-width: 1024px) {
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.woocommerce-products-header {
		padding: 0;
	}

	.dehofkamer-shop-hero__title {
		font-size: 40px;
	}

	.dehofkamer-shop-catalogue-heading {
		font-size: 34px;
	}

	.dehofkamer-shop-hero__content {
		padding: 64px 48px;
	}
}

@media (max-width: 767px) {
	body.woocommerce-cart .site-main,
	body.woocommerce-checkout .site-main {
		width: min(100% - 32px, 1200px);
		margin-top: 40px;
		margin-bottom: 64px;
	}

	body.woocommerce-checkout .site-main {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	body.woocommerce-checkout .site-main > .page-content > .elementor > .e-con {
		padding-right: 16px;
		padding-left: 16px;
	}

	body.woocommerce-checkout .elementor-widget-woocommerce-checkout-page .e-checkout__container {
		grid-template-columns: minmax(0, 1fr);
	}

	.woocommerce-cart .entry-title,
	.woocommerce-checkout .entry-title {
		font-size: 28px;
	}

	.woocommerce ul.products {
		grid-template-columns: 1fr;
		grid-auto-rows: auto;
	}

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		width: 100% !important;
		float: none !important;
		clear: none !important;
	}

	.woocommerce-cart table.cart td.actions .coupon {
		grid-template-columns: 1fr;
		width: 100%;
	}

	body.woocommerce-cart .woocommerce table.cart td.actions .coupon .button {
		float: none;
		width: 100%;
	}

	.dehofkamer-mini-cart {
		margin-left: 8px;
	}

	.elementor-element.elementor-element-2502405 {
		align-items: center;
		flex-direction: row !important;
	}

	.elementor-element.elementor-element-f5fbd97 {
		width: auto !important;
		min-width: 0;
		flex: 1 1 auto;
	}

	.elementor-element.elementor-element-f5fbd97 .elementor-button-wrapper,
	.elementor-element.elementor-element-f5fbd97 .elementor-button {
		width: 100%;
	}

	.woocommerce-products-header {
		margin-bottom: 36px;
	}

	.dehofkamer-shop-catalogue-heading {
		margin-bottom: 22px;
		font-size: 30px;
	}

	.dehofkamer-shop-hero {
		grid-template-columns: 1fr;
	}

	.dehofkamer-shop-hero__content {
		min-height: 0;
		padding: 48px;
		text-align: center;
	}

	.dehofkamer-shop-hero__title {
		font-size: 28px;
	}

	.dehofkamer-shop-hero__image {
		min-height: 320px;
	}

	.woocommerce-cart .cart-collaterals .cart_totals,
	.woocommerce-checkout #customer_details,
	.woocommerce-checkout #order_review {
		padding: 24px;
	}
}