.tar-store {
	--wp--style--global--content-size: var(--wp--custom--layout--feature-width, 100rem);
	--wp--style--global--wide-size: var(--wp--custom--layout--feature-width, 100rem);
	padding: clamp(1rem, 2vw, 1.5rem) var(--wp--preset--spacing--hero-gutter) var(--wp--preset--spacing--section-padding);
	margin-block-start: 0;
	font-size: 1rem;
	line-height: 1.6;
	color: var(--wp--preset--color--custom-black);
}
.tar-store > * { min-width: 0; }
.wp-site-blocks .tar-store > .wp-block-post-title,
.tar-store > .wp-block-post-content,
.tar-store .wp-block-post-content > .woocommerce {
	max-width: var(--wp--custom--layout--feature-width, 100rem);
}
.tar-store :where(h1, h2, h3, h4, h5, h6),
:where(.wc-block-mini-cart__drawer) :where(h2, h3, .wc-block-mini-cart__title) {
	font-family: var(--wp--preset--font-family--outfit);
	font-weight: 900;
	line-height: 1.15;
	text-transform: uppercase;
	overflow-wrap: anywhere;
}
.tar-store h1 { font-size: clamp(1.75rem, 3vw, 3rem); }
.tar-store h2 { font-size: clamp(1.125rem, 1.5vw, 1.375rem); }
.tar-store :where(h3, h4, h5, h6) { font-size: clamp(1.125rem, 2vw, 1.5rem); }
:where(.tar-store, .woocommerce, .wc-block-mini-cart__drawer, [class*="wp-block-woocommerce-"]) {
	--tar-store-border: #cdd3c8;
	--wc-form-color-background: var(--wp--preset--color--pure-white);
	--wc-form-color-text: var(--wp--preset--color--custom-black);
	--wc-form-border-color: var(--tar-store-border);
	--wc-form-border-radius: 6px;
	font-family: var(--wp--preset--font-family--inter);
}
:is(.tar-store, .woocommerce, .wc-block-mini-cart__drawer) :where(a:not(.button):not(.wp-element-button):not(.wp-block-button__link):not(.wc-block-components-button)) {
	color: var(--wp--preset--color--link-green);
	text-underline-offset: .18em;
}
:where(.tar-store, .woocommerce, .wc-block-mini-cart__drawer) a:not(.button):not(.wp-element-button):hover { text-decoration-thickness: 2px; }
.tar-store .tar-store__breadcrumbs {
	margin-block-start: .75rem;
	font-size: .875rem;
	overflow-wrap: anywhere;
}
.tar-store__breadcrumbs :where(.woocommerce-breadcrumb, .wc-block-breadcrumbs) { font-size: inherit; margin-block: 0; }
.tar-store :where(.woocommerce-result-count, .woocommerce-ordering) { margin-block: 0; }
.tar-store .wc-block-product-template { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.25rem, 2.5vw, 2.5rem); }
:where(.tar-store, .wp-block-woocommerce-product-collection) .wc-block-product :where(.wp-block-post-title) {
	font-size: clamp(1.125rem, 1.5vw, 1.5rem);
	line-height: 1.3;
}
:where(.tar-store, .wp-block-woocommerce-product-collection) .wc-block-product .wp-block-post-title a { color: var(--wp--preset--color--custom-black); text-decoration: none; }
:where(.tar-store, .wp-block-woocommerce-product-collection) .wc-block-product .wp-block-post-title a:hover { color: var(--wp--preset--color--link-green); }
.tar-store :where(.wc-block-product, .wp-block-column) { min-width: 0; }
.tar-store .wc-block-product:has(> .tar-product-card) { display: flex; }
.tar-product-card {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: 0;
}
.tar-product-card > * { min-width: 0; }
.tar-product-card .wc-block-components-product-image {
	background: transparent;
	border-radius: 4px;
	aspect-ratio: 1;
}
.tar-product-card .wc-block-components-product-image a { height: 100%; }
.tar-store .tar-product-card .wc-block-components-product-image img {
	width: 100%;
	height: 100%;
	aspect-ratio: 1;
	object-fit: cover !important;
	border-radius: inherit;
}
.tar-store .tar-product-card :where(.wp-block-post-title, .wp-block-post-title a, .wc-block-components-product-price) { color: inherit; }
.tar-store .tar-product-card .wp-block-post-title a { color: inherit; }
.tar-store .tar-product-card .wp-block-post-title a:hover { color: var(--wp--preset--color--custom-green); }
.tar-store .tar-product-card del { opacity: 1; font-weight: 400; margin-inline-end: .35em; }
.tar-store .tar-product-card .wc-block-components-product-button {
	margin-block-start: auto;
	margin-block-end: 0;
	padding-block-start: 1rem;
	align-items: flex-start;
}
.tar-store .tar-product-card .added_to_cart { color: var(--wp--preset--color--custom-green); }
.tar-store .tar-product-card :is(a, button):focus-visible {
	outline-color: var(--wp--preset--color--custom-green);
	box-shadow: 0 0 0 3px var(--wp--preset--color--custom-stone);
}
.tar-store :where(.wc-block-components-product-image img, .woocommerce-product-gallery img) { border-radius: 6px; }
:where(.tar-store, .wc-block-mini-cart__drawer) :where(.price, .wc-block-components-product-price) { color: var(--wp--preset--color--custom-black); font-weight: 700; }
:where(.tar-store, .wc-block-mini-cart__drawer) :where(.price, .wc-block-components-product-price) del { opacity: .65; font-weight: 400; }
:where(.tar-store, .wc-block-mini-cart__drawer) ins { text-decoration: none; }
.tar-store .onsale,
.tar-store .wc-block-components-product-sale-badge {
	background: var(--wp--preset--color--custom-green);
	color: var(--wp--preset--color--custom-black);
	border: 0;
	border-radius: 6px;
	font: 700 .875rem/1.4 var(--wp--preset--font-family--inter);
	padding: .35em .75em;
}
:where(.tar-store, .woocommerce, .wc-block-mini-cart__drawer, [class*="wp-block-woocommerce-"]) :is(a.button, button.button, input.button, .wc-block-components-button, .wp-element-button) {
	box-sizing: border-box;
	min-height: 44px;
	border: 1px solid transparent;
	border-radius: 6px;
	background: var(--wp--preset--color--custom-green);
	color: var(--wp--preset--color--custom-black);
	font: 700 1rem/1.25 var(--wp--preset--font-family--inter);
	padding: 13px 26px;
	text-decoration: none;
	box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 3px 8px rgb(0 0 0 / 8%);
	cursor: pointer;
	transition: filter 150ms ease, box-shadow 150ms ease;
}
:where(.tar-store, .wc-block-mini-cart__drawer) .wc-block-components-button.is-link {
	background: transparent;
	color: var(--wp--preset--color--link-green);
	box-shadow: none;
}
:where(.tar-store, .woocommerce, .wc-block-mini-cart__drawer) :is(a.button, button.button, .wc-block-components-button, .wp-element-button):hover {
	filter: brightness(1.05);
}
:where(.tar-store, .woocommerce, .wc-block-mini-cart__drawer) :is(button, input, a):is(:disabled, [aria-disabled="true"]) {
	opacity: .5;
	cursor: not-allowed;
	box-shadow: none;
}
:where(.tar-store, .woocommerce, .wc-block-mini-cart__drawer) :is(a, button, input, select, textarea, summary):focus-visible {
	outline: 2px solid var(--wp--preset--color--custom-black);
	outline-offset: 3px;
	box-shadow: 0 0 0 3px var(--wp--preset--color--custom-white);
}
:where(.tar-store, .woocommerce, .wc-block-mini-cart__drawer) :where(input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="hidden"]), select, textarea) {
	box-sizing: border-box;
	max-width: 100%;
	min-height: 44px;
	border: 1px solid var(--tar-store-border);
	border-radius: 6px;
	background-color: var(--wp--preset--color--pure-white);
	color: var(--wp--preset--color--custom-black);
	font-family: var(--wp--preset--font-family--inter);
	font-size: 1rem;
}
.tar-store :where(.woocommerce-ordering select, .woocommerce form .input-text, .woocommerce form select) { padding: .75rem; }
:where(.tar-store, .woocommerce, .wc-block-mini-cart__drawer) :where(input[type="checkbox"], input[type="radio"]) { accent-color: var(--wp--preset--color--link-green); }
:where(.tar-store, .woocommerce) :where(.woocommerce-invalid input, [aria-invalid="true"]) { border-color: #a32929; }
.tar-store :where(.woocommerce-error, .wc-block-components-validation-error) { color: #a32929; }
.tar-store :where(.woocommerce-message, .woocommerce-info, .woocommerce-error) {
	background: var(--wp--preset--color--pure-white);
	border-radius: 6px;
}
.tar-store .woocommerce-message { border-top-color: var(--wp--preset--color--link-green); }
.tar-store .woocommerce-message::before { color: var(--wp--preset--color--link-green); }
.tar-store .woocommerce-info { border-top-color: var(--wp--preset--color--hero-ink); }
.tar-store .woocommerce-info::before { color: var(--wp--preset--color--hero-ink); }
.tar-store :where(.wc-block-components-notice-banner) { border-radius: 6px; font-family: inherit; }
.tar-store :where(table.shop_table, .wc-block-order-confirmation-totals table) { border-color: var(--tar-store-border); border-radius: 6px; }
.tar-store :where(th, td) { overflow-wrap: anywhere; }
.tar-store :where(.wc-block-cart__sidebar, .wc-block-checkout__sidebar) {
	background: var(--wp--preset--color--pure-white);
	border-radius: 6px;
}
.tar-store .wc-block-components-sidebar:is(.wc-block-cart__sidebar, .wc-block-checkout__sidebar) {
	box-sizing: border-box;
	min-width: 0;
	padding: clamp(1rem, 2vw, 1.5rem);
}
.tar-store .wc-block-checkout__main { max-width: 56rem; }
.tar-store :is(.wc-block-components-title.wc-block-components-title, .wc-block-cart__totals-title.wc-block-cart__totals-title) {
	font-family: var(--wp--preset--font-family--outfit);
	font-size: clamp(1.125rem, 1.5vw, 1.375rem);
	font-weight: 900;
	text-transform: uppercase;
}
.tar-store :where(.woocommerce-tabs, .wp-block-woocommerce-product-details) { margin-block-start: var(--wp--preset--spacing--section-gap); }
.tar-store :where(.woocommerce-tabs ul.tabs li.active, .woocommerce-MyAccount-navigation .is-active) {
	border-bottom: 3px solid var(--wp--preset--color--link-green);
}
.tar-store :where(.star-rating, .wc-block-components-product-rating__stars) { color: var(--wp--preset--color--link-green); }
.tar-store :where(.commentlist, .woocommerce-Reviews) { font-size: 1rem; }
.tar-store .wp-block-query-pagination { gap: .75rem; margin-block-start: 2rem; }
.tar-store .wp-block-query-pagination :where(a, .current) { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; }
.tar-store .wp-block-query-pagination .current { background: var(--wp--preset--color--custom-green); color: var(--wp--preset--color--custom-black); border-radius: 6px; }
.tar-store--account .woocommerce-MyAccount-navigation ul { list-style: none; padding: 0; margin: 0; }
.tar-store--account .woocommerce-MyAccount-navigation a { display: block; padding: .875rem 1rem; }
.tar-store--account .woocommerce-MyAccount-navigation .is-active { background: var(--wp--preset--color--pure-white); font-weight: 700; }
.tar-store--account :where(form.login, form.register, form.lost_reset_password) { max-width: 40rem; }
.tar-store--account .woocommerce-MyAccount-content { min-width: 0; }
.wc-block-mini-cart__drawer .wc-block-mini-cart__template-part {
	background: var(--wp--preset--color--custom-white);
	color: var(--wp--preset--color--custom-black);
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__title { font-size: 1.75rem; }
.tar-store--coming-soon { min-height: 45vh; }
@media (max-width: 781px) {
	.tar-store .wp-block-columns { gap: 2rem; }
	.tar-store :where(.woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content) { float: none; width: 100%; }
	.tar-store .woocommerce-MyAccount-content { margin-block-start: 2rem; }
	.tar-store .woocommerce-product-attributes { table-layout: fixed; width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
	:where(.tar-store, .woocommerce, .wc-block-mini-cart__drawer) :is(a, button, input) { transition: none; }
}

@media (max-width: 1023px) {
	.tar-store .wc-block-product-template { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 599px) {
	.tar-store .wc-block-product-template { grid-template-columns: minmax(0, 1fr); }
	.tar-store .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row { grid-template-columns: 64px minmax(0, 1fr); }
	.tar-store .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product { grid-column: 2; min-width: 0; }
	.tar-store .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__total { grid-column: 2; grid-row: 2; justify-content: flex-start; }
	.tar-store .wc-block-cart-item__total-price-and-sale-badge-wrapper { align-items: flex-start; }
}
.tar-store :where(.woocommerce-result-count, .wp-block-woocommerce-product-results-count, .woocommerce-ordering) { font-size: .875rem; }
.tar-store > .wp-block-post-title { margin-block: 0 1.5rem; }
.tar-store .wp-block-woocommerce-product-meta,
.tar-store .product_meta { font-size: .875rem; }
.tar-store .wp-block-woocommerce-product-meta .wp-block-group { gap: .5rem 1rem; }
.tar-store .wp-block-woocommerce-product-meta .wp-block-post-terms { line-height: 2.5; }
.tar-store .wp-block-woocommerce-product-meta .wp-block-post-terms a,
.tar-store .product_meta :is(.posted_in, .tagged_as) a {
	display: inline-block;
	padding: .2em .7em;
	border: 1px solid var(--tar-store-border);
	border-radius: 999px;
	background: var(--wp--preset--color--pure-white);
	color: var(--wp--preset--color--link-green);
	font-weight: 600;
	line-height: 1.6;
	text-decoration: none;
}
.tar-store .wp-block-woocommerce-product-meta .wp-block-post-terms a:hover,
.tar-store .product_meta :is(.posted_in, .tagged_as) a:hover {
	background: var(--wp--preset--color--custom-green);
	border-color: var(--wp--preset--color--custom-green);
	color: var(--wp--preset--color--custom-black);
}
.tar-store .wp-block-woocommerce-product-meta .wp-block-post-terms__separator { margin-inline: .15em; }
.tar-store .wp-block-woocommerce-product-price.has-large-font-size,
.tar-store .wp-block-woocommerce-product-price .has-large-font-size { font-size: clamp(1.25rem, 2vw, 1.75rem) !important; }
.tar-store span.onsale {
	min-width: 0;
	min-height: 0;
	background: var(--wp--preset--color--custom-green);
	color: var(--wp--preset--color--custom-black);
	border-radius: 6px;
	font: 700 .875rem/1.4 var(--wp--preset--font-family--inter);
	padding: .35em .75em;
}
:is(.tar-store, .wc-block-mini-cart__drawer) :is(input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]), select, textarea):focus {
	border-color: var(--wp--preset--color--custom-green);
	box-shadow: 0 0 0 1px var(--wp--preset--color--custom-green);
	outline: 2px solid var(--wp--preset--color--link-green);
	outline-offset: 3px;
}
:is(.tar-store, .wc-block-mini-cart__drawer) :is(.has-error, .woocommerce-invalid) :is(input, select, textarea):focus,
:is(.tar-store, .wc-block-mini-cart__drawer) :is(input, select, textarea)[aria-invalid="true"]:focus { border-color: #a32929; }
.tar-store--account .woocommerce:has(> .woocommerce-MyAccount-navigation) {
	display: grid;
	grid-template-columns: minmax(12rem, 16rem) minmax(0, 1fr);
	gap: clamp(1.5rem, 3vw, 3rem);
	align-items: start;
}
.tar-store--account .woocommerce:has(> .woocommerce-MyAccount-navigation)::before,
.tar-store--account .woocommerce:has(> .woocommerce-MyAccount-navigation)::after { content: none; }
.tar-store--account .woocommerce-MyAccount-navigation,
.tar-store--account .woocommerce-MyAccount-content { float: none; width: auto; margin: 0; }
.tar-store--account .woocommerce-MyAccount-navigation {
	padding: .5rem;
	border-radius: 6px;
	background: var(--wp--preset--color--custom-stone);
}
.tar-store--account .woocommerce-MyAccount-navigation ul { display: grid; gap: .25rem; }
.tar-store--account .woocommerce-MyAccount-navigation li { margin: 0; padding: 0; border: 0; }
.tar-store--account .woocommerce-MyAccount-navigation li a {
	display: block;
	box-sizing: border-box;
	min-height: 44px;
	padding: .75rem 1rem;
	border-radius: 4px;
	color: var(--wp--preset--color--custom-white);
	font-size: .9375rem;
	font-weight: 600;
	line-height: 1.5;
	text-decoration: none;
}
.tar-store--account .woocommerce-MyAccount-navigation .is-active { background: transparent; border: 0; }
.tar-store--account .woocommerce-MyAccount-navigation li:not(.is-active) a:hover { background: #283026; }
.tar-store--account .woocommerce-MyAccount-navigation .is-active a {
	background: var(--wp--preset--color--custom-green);
	color: var(--wp--preset--color--custom-black);
}
.tar-store--account .woocommerce-MyAccount-navigation a:focus-visible {
	outline-color: var(--wp--preset--color--custom-green);
	box-shadow: none;
	outline-offset: 1px;
}
.tar-store--account .woocommerce-MyAccount-content {
	box-sizing: border-box;
	padding: clamp(1rem, 2.5vw, 2rem);
	background: var(--wp--preset--color--pure-white);
	border: 1px solid var(--tar-store-border);
	border-radius: 6px;
}
.tar-store--account .woocommerce-MyAccount-content > :first-child,
.tar-store--account .woocommerce-MyAccount-content > .woocommerce-notices-wrapper:empty + * { margin-block-start: 0; }
.tar-store--account .woocommerce-MyAccount-content > :last-child { margin-block-end: 0; }
.tar-store--account .woocommerce-MyAccount-content p { margin-block: 0 1rem; }
.tar-store--account .woocommerce-MyAccount-content :is(h2, h3, legend) {
	font-size: 1.25rem;
	line-height: 1.3;
	margin-block: 0 1rem;
}
.tar-store--account .woocommerce form .form-row { margin: 0 0 1rem; padding: 0; }
.tar-store--account .woocommerce form .form-row label { font-size: .875rem; font-weight: 600; margin-bottom: .375rem; }
.tar-store--account .woocommerce form .input-text { padding: .75rem; }
.tar-store--account .woocommerce form fieldset {
	min-width: 0;
	margin: 1.5rem 0;
	padding: 1.25rem;
	border: 1px solid var(--tar-store-border);
	border-radius: 6px;
}
.tar-store--account .woocommerce form legend {
	padding-inline: .5rem;
	font-family: var(--wp--preset--font-family--outfit);
	font-weight: 900;
	text-transform: uppercase;
}
.tar-store--account .woocommerce-Addresses { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.tar-store--account .woocommerce-Addresses::before,
.tar-store--account .woocommerce-Addresses::after { content: none; }
.tar-store--account .woocommerce-Address {
	box-sizing: border-box;
	float: none;
	width: auto;
	padding: 1.25rem;
	border: 1px solid var(--tar-store-border);
	border-radius: 6px;
}
.tar-store--account .woocommerce-Address-title .edit { float: none; display: inline-block; margin-bottom: 1rem; font-size: .875rem; font-weight: 600; }
.tar-store--account address { font-style: normal; }
.tar-store--account .woocommerce table.shop_table { margin-bottom: 1rem; font-size: .9375rem; border-collapse: separate; border-spacing: 0; }
.tar-store--account .woocommerce table.shop_table :is(th, td) { padding: .875rem; }
.tar-store--account .woocommerce table.shop_table thead { background: var(--wp--preset--color--custom-white); }
.tar-store--account .woocommerce table.shop_table .button { padding: .625rem 1rem; margin: .125rem; font-size: .875rem; }
.tar-store--account .woocommerce :is(.woocommerce-info, .woocommerce-message, .woocommerce-error) { margin-bottom: 1rem; font-size: .9375rem; }
.tar-store--account .select2-container .select2-selection--single { min-height: 44px; border-color: var(--tar-store-border); border-radius: 6px; }
.tar-store--account .select2-container .select2-selection__rendered { padding: .5rem .75rem; line-height: 26px; }
.tar-store--account .select2-container .select2-selection__arrow { height: 44px; }
.tar-store--account .select2-container--focus .select2-selection,
.tar-store--account .select2-container--open .select2-selection { border-color: var(--wp--preset--color--custom-green); outline: 2px solid var(--wp--preset--color--link-green); outline-offset: 2px; }
@media (max-width: 781px) {
	.tar-store--account .woocommerce:has(> .woocommerce-MyAccount-navigation) { grid-template-columns: minmax(0, 1fr); gap: 1.25rem; }
	.tar-store--account .woocommerce-MyAccount-navigation ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.tar-store--account .woocommerce-Addresses { grid-template-columns: minmax(0, 1fr); }
	.tar-store--account .woocommerce form :is(.form-row-first, .form-row-last) { float: none; width: 100%; }
}
.tar-store--account .woocommerce .woocommerce-Addresses .woocommerce-Address { width: auto; float: none; }
.tar-store--account .woocommerce .woocommerce-Address-title .edit { float: none; }
.tar-store--account .wc-block-components-notice-banner.is-info {
	background: var(--wp--preset--color--custom-white);
	border-color: var(--tar-store-border);
	color: var(--wp--preset--color--custom-black);
}
.tar-store--account .wc-block-components-notice-banner.is-info > svg { background: var(--wp--preset--color--link-green); }
.tar-store--account .wc-block-components-notice-banner .wc-forward {
	background: var(--wp--preset--color--custom-green) !important;
	color: var(--wp--preset--color--custom-black) !important;
	padding: .625rem 1rem !important;
	opacity: 1;
	text-decoration: none;
}
.tar-store .tar-product-card .wp-block-post-title {
	font-size: clamp(1.375rem, 2vw, 1.75rem) !important;
	line-height: 1.25;
}

/* Keep product navigation close to the header without changing other store pages. */
.tar-product-header .tar-header { padding-block-end: .75rem; }
.tar-store.tar-store--product { padding-block-start: .5rem; }
.tar-store--product > .wp-block-buttons { margin-block-start: .5rem; }

/* Match the heading typography while retaining WooCommerce’s tab font size. */
:is(.tar-store, .wp-block-woocommerce-product-details) .woocommerce-tabs ul.tabs li a {
	font-family: var(--wp--preset--font-family--outfit);
	font-weight: 900;
	text-transform: uppercase;
}
