body:not(.home) header.wp-block-template-part {
	top: 0;
}

body:not(.home).admin-bar header.wp-block-template-part {
	top: 32px;
}

body:not(.home) .wp-site-blocks > main {
	width: 100%;
	max-width: none;
	margin-top: 0 !important;
	padding-right: 0;
	padding-left: 0;
}

body:not(.home) .wp-site-blocks > main > .wp-block-group.alignfull {
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-top: 100px !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

body:not(.home) .entry-content.alignfull {
	width: 100% !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

body:not(.home) .entry-content > .wp-block-group.has-global-padding {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

body:not(.home) .entry-content > .wp-block-group > .wp-block-heading.alignfull {
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

/* Production uses a 94% content rail on standard inner pages. */
body.page-id-17715 .entry-content,
body.page-id-18718 .entry-content {
	width: 94% !important;
	max-width: none !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

body.page-id-17715 .wp-site-blocks > main > .wp-block-group.alignfull,
body.page-id-18718 .wp-site-blocks > main > .wp-block-group.alignfull {
	padding-top: 120px !important;
}

body.page-id-18717 .wp-site-blocks > main > .wp-block-group.alignfull,
body.page-id-18716 .wp-site-blocks > main > .wp-block-group.alignfull,
body.page-id-18715 .wp-site-blocks > main > .wp-block-group.alignfull {
	padding-top: 160px !important;
}

body.page-id-18717 .entry-content,
body.page-id-18716 .entry-content {
	width: 94% !important;
	max-width: none !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

body.page-id-18717 .abi-source-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	width: 94.8%;
	margin: 28px auto 38px;
}

body.page-id-18717 .abi-source-gallery a,
body.page-id-18717 .abi-source-gallery img {
	display: block;
	width: 100%;
	height: 100%;
}

body.page-id-18717 .abi-source-gallery a {
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

body.page-id-18717 .abi-source-gallery img {
	object-fit: cover;
}

body.page-id-18715 .entry-content > * {
	width: 900px !important;
	max-width: calc(100% - 40px) !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

body.page-id-18715 .wpcf7 input:not([type="submit"]),
body.page-id-18715 .wpcf7 select,
body.page-id-18715 .wpcf7 textarea {
	box-sizing: border-box;
	width: 100%;
}

body.page-id-18715 .wpcf7 input:not([type="submit"]),
body.page-id-18715 .wpcf7 select {
	min-height: 48px;
}

body.page-id-18716 .wp-block-gallery {
	display: none !important;
}

body.page-id-18716 .entry-content > :not(h1):not(.wp-block-gallery) {
	width: 900px;
	max-width: calc(100% - 40px);
	margin-right: auto;
	margin-left: auto;
}

body.single-product .wp-site-blocks > main > .wp-block-group.alignfull {
	padding-top: 60px !important;
}

body.single-product .product_title {
	font-size: 42px !important;
	line-height: 1.1 !important;
}

@media (max-width: 782px) {
	body:not(.home).admin-bar header.wp-block-template-part {
		top: 46px;
	}

	body.page-id-18717 .abi-source-gallery {
		grid-template-columns: 1fr;
	}
}
