.hero--product .col-1 p {
	padding-top: 10px;
}

.hero--default .bg-image {
	background-size: 50% auto;
}

.post-type-archive-product .hero .rounded {
	padding-bottom: 10px;
}

@media (max-width: 500px) {
	.hero--default .bg-image {
		background-size: cover;
	}

	.section--stats .col {
		padding-left: 0;
		padding-right: 0;
		border-width: 0;
		flex: 1 1 100%;
	}

	.section--stats .stat {
		font-size: 10vw;
		margin: 10px 0 30px;
	}

	.post-type-archive-product .hero {
		margin-bottom: 33px;
		padding-top: 25px;
		padding-bottom: 0;
	}

	.post-type-archive-product .hero .bg-white {
		padding-top: 30px;
	}

	.post-type-archive-product .hero .content-wrapper--small {
		padding: 0;
	}

	.post-type-archive-product .hero .content-wrapper--small .p-medium {
		font-size: 15px;
		text-wrap: balance;
	}

	.post-type-archive-product .hero .content-wrapper--small .title--1 {
		font-size: 30px;
	}

}

.wc-box-office-ticket-form {
	justify-content: flex-start !important;
}

.section--post .post-thumbnail-wrap {
	background-size: cover;
	background-position: center;
}

.post-type-archive-product .modules .section:last-child {
	padding-bottom: 0;
}

.font-accent {
	line-height: 1;
}

.hero--default .col-image img {
	max-height: 200px;
	width: auto;
}

.hero--news .col-image img {
	height: auto;
}

.wc-box-office-ticket-form.active .wc-box-office-ticket-fields {
	display: block !important;
}

.woocommerce table.shop_table td {
	border-top: 1px solid rgba(0, 0, 0, .1);
	padding: 9px 12px;
	vertical-align: middle;
	line-height: 1.5em;
}

.admin-content .woocommerce-order ul {
	margin: 0;
	padding: 0;
}

.wc-item-meta li {
	display: flex;
	align-items: flex-start;
	padding: 3px 0;
}

.wc-item-meta li p {
	padding: 0 0 0 10px;
}

.woocommerce-order .wc-item-meta li ul {
	margin: 0;
	padding: 0 0 0 20px;
}

.woocommerce-order .wc-item-meta li li {
	padding: 0;
}

.woocommerce-order thead th {
	padding: 15px;
	text-align: left;
}

.woocommerce-order tfoot th {
	text-align: left;
	padding-left: 15px;
}

.woocommerce-table--order-details {
	width: 100%;
	border:
		1px solid #e1e1e1;
}

.woocommerce-order h2 {
	font-size: 28px;
	margin: 0;
	padding: 20px 0 10px;
}

.woocommerce-order-overview {
	border: 1px solid #e1e1e1;
	list-style: none;
	padding: 15px !important;
	margin-bottom: 30px !important;
}

.woocommerce-notice--success {
	border: 1px solid #e1e1e1;
	background-color: #f2f2f2;
	list-style: none;
	padding: 15px !important;
	margin-bottom: 30px !important;
}

.woocommerce-order-overview li {
	padding: 5px 0;
}

.woocommerce-variation-description {
	padding-left: 130px;
}

.woocommerce-variation-description p {
	font-size: 13px;
	line-height: 1;
	padding: 2px 0 9px;
}

.product-no-match p {
	font-size: 20px;
	padding: 0 0 5px;
	text-align: center;
}

.product-no-match div {
	margin: 20px auto 0;
}

.single .sharedaddy {
	margin-top: 30px;
}

@media (max-width: 600px) {
	.quotes .col-content .quote-wrap p {
		font-size: 18px;
	}
}

@media (max-width: 1000px) {
	.post-type-archive-product .hero .bg-white {
		padding-bottom: 0;
	}

	.post-type-archive-product .col-1-4.pad-3x {
		padding-top: 0;
	}

	.toggle-filters::before {
		line-height: 0;
	}
}
.button, .button--border, .site-header .button--header a, .hs-button, .wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button {
	padding: 13px 38px 17px;
}
@media ( max-width: 500px ) {
.button, .button--border, .site-header .button--header a, .hs-button, .wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button {
padding: 10px 27px 15px;
}
	}

@media (max-width: 1140px) {
	.site-header .menu {
		 max-height: calc( 100vh - 100px);
		overflow: auto;
	}
}

/* Prevent horizontal overflow site-wide */

html, body {
  max-width: 100vw;
  overflow-x: hidden;
}

/* Log in */

#customer_login {
display: flex;
}
#customer_login > div {
	flex: 1 1 50%;
	padding-right: 45px;
}

@media ( max-width: 1000px ){
	#customer_login {
display: block;
}
	#customer_login .u-column1 {
margin-bottom: 30px;
	}
}

#customer_login label {
	display: block;
	margin: 5px 0 5px;
	font-size: 14px;
	font-weight: 500;
}

#customer_login input {
	display: block;
	padding: 10px;
	border: 1px solid #ccc;
	width: 100%;
	max-width: 500px;
}

#customer_login #rememberme {
	width: auto;
	display: inline-block;
	margin: 0 10px 0 0;
}

#customer_login .woocommerce-privacy-policy-text p {
	font-size: 14px;
	padding-top: 10px;
}

#customer_login .woocommerce-form-login__submit {
	margin-top: 15px;
}
#customer_login .u-column2 {
	display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ececec;
  padding: 45px;
  border-radius: 15px;
}
.password-input {
position: relative;
}
.show-password-input {
	position: absolute;
	right: 10px;
	top: 10px;
}
/* =========================================================
   Typographic rhythm — added 2026-05-09
   Adds heading hierarchy and consistent spacing on product
   page main content and admin-content blocks. Safe to remove
   as a unit.
   ========================================================= */

/* --- Body paragraphs --- */
body.single-product .col-1-2.col-1 p,
.admin-content p {
  line-height: 1.65;
  margin-bottom: 1.1em;
}

/* --- Heading hierarchy --- */
body.single-product .col-1-2.col-1 h2,
.admin-content h2 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 2em;
  margin-bottom: 0.6em;
  color: #191970;
}

body.single-product .col-1-2.col-1 h3,
.admin-content h3 {
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.35;
  margin-top: 1.6em;
  margin-bottom: 0.5em;
  color: #191970;
}

body.single-product .col-1-2.col-1 h4,
.admin-content h4 {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 1.4em;
  margin-bottom: 0.4em;
  color: #C9A76C;
}

/* First heading in a block shouldn't push everything down */
body.single-product .col-1-2.col-1 > h2:first-child,
body.single-product .col-1-2.col-1 > h3:first-child,
.admin-content > h2:first-child,
.admin-content > h3:first-child {
  margin-top: 0;
}

/* --- Lists: matched line-height, decent breathing --- */
body.single-product .col-1-2.col-1 ul,
body.single-product .col-1-2.col-1 ol,
.admin-content ul,
.admin-content ol {
  margin: 0.5em 0 1.4em 0;
  padding-left: 1.5em;
  line-height: 1.65;
}

body.single-product .col-1-2.col-1 li,
.admin-content li {
  margin-bottom: 0.45em;
}

body.single-product .col-1-2.col-1 li:last-child,
.admin-content li:last-child {
  margin-bottom: 0;
}

/* Space between a list and the heading that follows it */
body.single-product .col-1-2.col-1 ul + h2,
body.single-product .col-1-2.col-1 ul + h3,
body.single-product .col-1-2.col-1 ul + h4,
body.single-product .col-1-2.col-1 ol + h2,
body.single-product .col-1-2.col-1 ol + h3,
body.single-product .col-1-2.col-1 ol + h4,
.admin-content ul + h2,
.admin-content ul + h3,
.admin-content ul + h4,
.admin-content ol + h2,
.admin-content ol + h3,
.admin-content ol + h4 {
  margin-top: 2.2em;
}

/* --- Blockquotes: branded gold rule --- */
body.single-product .col-1-2.col-1 blockquote,
.admin-content blockquote {
  margin: 1.5em 0;
  padding: 0.6em 0 0.6em 1.25em;
  border-left: 3px solid #C9A76C;
  background: transparent;
}

body.single-product .col-1-2.col-1 blockquote p,
.admin-content blockquote p {
  margin-bottom: 0.7em;
}

body.single-product .col-1-2.col-1 blockquote p:last-child,
.admin-content blockquote p:last-child {
  margin-bottom: 0;
}
/* =========================================================
   Homepage hero: center CTAs on mobile
   added 2026-05-09, revised to use flexbox
   ========================================================= */
@media (max-width: 1000px) {
  .hero--default .col-content > .pad-1x.pad-btm-0 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
/* =========================================================
   Inline-styled CTA buttons fix (preview class & similar)
   added 2026-05-09
   - Replaces hardcoded red with brand midnight
   - Fixes mobile centering broken by br tags in flex
   ========================================================= */

/* Override hardcoded red on any inline-styled link */
a[style*="background-color: #ca0000"] {
  background-color: #191970 !important;
}

/* Mobile: force vertical stack on inline-flex centered containers */
@media (max-width: 1000px) {
  div[style*="display: flex"][style*="justify-content: center"] {
    flex-direction: column !important;
    align-items: center !important;
  }
  
  /* Hide br tags inside these containers; they fight the flex layout */
  div[style*="display: flex"][style*="justify-content: center"] > br {
    display: none !important;
  }
}