/*
 * JS Products v0.6.0 — customer-facing ecommerce experience.
 * WooCommerce remains the commerce engine; this file controls presentation.
 */

.jsp-commerce {
	padding-bottom: var(--jsp-space-7);
}

.jsp-commerce-hero {
	padding: clamp(52px, 7vw, 104px) 0 clamp(32px, 4vw, 54px);
}

.jsp-commerce-hero h1 {
	margin: 0;
	max-width: 1100px;
	font-size: clamp(3.4rem, 7.5vw, 7.6rem);
	font-weight: 500;
	line-height: .88;
	letter-spacing: -.065em;
}

.jsp-commerce-body {
	padding: 0 0 var(--jsp-space-7);
}

.jsp-woo-core {
	min-width: 0;
}

/* Hide archive header content that our shell replaces, but retain descriptions. */
.woocommerce-products-header__title {
	display: none;
}

.woocommerce-products-header {
	margin-bottom: 0;
}

.term-description,
.woocommerce-products-header .term-description {
	max-width: 760px;
	margin: 0 0 36px;
	color: var(--jsp-muted);
	font-size: var(--jsp-text-lg);
}

/* Notices */
.woocommerce-notices-wrapper {
	margin-bottom: 24px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	position: relative;
	margin: 0 0 14px !important;
	padding: 15px 18px !important;
	border: 1px solid var(--jsp-line) !important;
	border-radius: 14px;
	background: var(--jsp-surface) !important;
	color: var(--jsp-ink) !important;
	list-style: none;
	box-shadow: none;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
	display: none;
}

.woocommerce-error {
	border-color: rgba(160, 42, 42, .32) !important;
}

/* Category navigation */
.jsp-catalog-categories {
	display: flex;
	gap: 8px;
	margin: 0 0 34px;
	padding: 0 0 4px;
	overflow-x: auto;
	scrollbar-width: none;
}

.jsp-catalog-categories::-webkit-scrollbar {
	display: none;
}

.jsp-category-pill {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	min-height: 39px;
	padding: 0 16px;
	border: 1px solid var(--jsp-line);
	border-radius: 999px;
	background: transparent;
	color: var(--jsp-muted) !important;
	font-size: .86rem;
	font-weight: 600;
	text-decoration: none !important;
	transition:
		border-color var(--jsp-motion-fast) ease,
		background var(--jsp-motion-fast) ease,
		color var(--jsp-motion-fast) ease;
}

.jsp-category-pill:hover,
.jsp-category-pill:focus-visible,
.jsp-category-pill.is-active {
	border-color: var(--jsp-ink);
	background: var(--jsp-ink);
	color: #fff !important;
}

/* Catalog toolbar */
.woocommerce .woocommerce-result-count {
	float: none;
	display: inline-block;
	margin: 5px 0 30px;
	color: var(--jsp-muted);
	font-size: .84rem;
}

.woocommerce .woocommerce-ordering {
	float: right;
	margin: 0 0 28px;
}

.woocommerce .woocommerce-ordering select {
	min-width: 190px;
	min-height: 44px;
	border: 1px solid var(--jsp-line);
	border-radius: 999px;
	background: var(--jsp-surface);
	color: var(--jsp-ink);
	padding: 0 42px 0 16px;
	font-size: .86rem;
	cursor: pointer;
}

/* Product grid */
.woocommerce ul.products {
	clear: both;
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(38px, 5vw, 72px) clamp(16px, 2.8vw, 36px);
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

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

.woocommerce ul.products li.product {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	min-width: 0;
}

.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.jsp-product-media {
	position: relative;
	margin-bottom: 16px;
}

.jsp-product-media__frame {
	position: relative;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	border-radius: clamp(16px, 2vw, 26px);
	background:
		linear-gradient(145deg, rgba(255,255,255,.84), rgba(255,255,255,.25)),
		#ecece8;
}

.jsp-product-media__image {
	position: absolute;
	inset: 0;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: cover;
	border-radius: 0 !important;
	transform: scale(1.001);
	transition:
		opacity 520ms var(--jsp-ease),
		transform 820ms var(--jsp-ease);
}

.jsp-product-media__image--hover {
	opacity: 0;
}

.woocommerce ul.products li.product:hover .jsp-product-media__image--primary {
	transform: scale(1.025);
}

.woocommerce ul.products li.product:hover .jsp-product-media.has-hover .jsp-product-media__image--primary {
	opacity: 0;
}

.woocommerce ul.products li.product:hover .jsp-product-media__image--hover {
	opacity: 1;
	transform: scale(1.025);
}

.jsp-product-media__badges {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 3;
	display: flex;
	gap: 6px;
}

.jsp-product-badge {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	background: rgba(17,17,17,.92);
	color: #fff;
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	backdrop-filter: blur(8px);
}

.jsp-product-kicker {
	display: block;
	margin: 0 0 5px;
	color: var(--jsp-muted);
	font-size: .69rem;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	margin: 0 !important;
	padding: 0 !important;
	color: var(--jsp-ink);
	font-size: clamp(.98rem, 1.4vw, 1.08rem) !important;
	font-weight: 600 !important;
	line-height: 1.25;
	letter-spacing: -.025em;
}

.woocommerce ul.products li.product .price {
	display: flex !important;
	align-items: center;
	gap: 8px;
	margin: 7px 0 0 !important;
	color: var(--jsp-ink) !important;
	font-size: .9rem !important;
	font-weight: 600;
}

.woocommerce ul.products li.product .price del {
	color: var(--jsp-muted);
	font-weight: 400;
	opacity: .72;
}

.woocommerce ul.products li.product .price ins {
	color: var(--jsp-ink);
	font-weight: 700;
	text-decoration: none;
}

.woocommerce ul.products li.product .star-rating {
	margin: 8px 0 0;
	font-size: .72rem;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	margin: 13px 0 0 !important;
	padding: 0 14px !important;
	border: 1px solid var(--jsp-line) !important;
	border-radius: 999px !important;
	background: transparent !important;
	color: var(--jsp-ink) !important;
	font-size: .78rem !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	transition:
		background var(--jsp-motion-fast) ease,
		border-color var(--jsp-motion-fast) ease,
		color var(--jsp-motion-fast) ease;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .added_to_cart:hover {
	border-color: var(--jsp-ink) !important;
	background: var(--jsp-ink) !important;
	color: #fff !important;
}

.woocommerce ul.products li.product .button.loading {
	opacity: .55;
	pointer-events: none;
}

.woocommerce ul.products li.product .button.added::after {
	margin-left: 8px;
}

/* Global Woo buttons */
.woocommerce a.button:not(.products .button),
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	border: 1px solid var(--jsp-ink);
	border-radius: 999px;
	background: var(--jsp-ink);
	color: #fff;
	padding: 10px 22px;
	font-weight: 650;
	line-height: 1.15;
	text-decoration: none;
	cursor: pointer;
	box-shadow: none;
	transition:
		background var(--jsp-motion-fast) ease,
		color var(--jsp-motion-fast) ease,
		transform var(--jsp-motion-fast) ease;
}

.woocommerce a.button:not(.products .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 {
	background: transparent;
	color: var(--jsp-ink);
}

/* Pagination */
.woocommerce nav.woocommerce-pagination {
	margin-top: 60px;
}

.woocommerce nav.woocommerce-pagination ul {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin: 0;
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid var(--jsp-line);
	border-radius: 999px;
	background: transparent;
	color: var(--jsp-ink);
}

.woocommerce nav.woocommerce-pagination ul li span.current {
	border-color: var(--jsp-ink);
	background: var(--jsp-ink);
	color: #fff;
}

/* Empty catalog */
.woocommerce-info:has(+ .return-to-shop),
.woocommerce-no-products-found {
	max-width: 720px;
}

.woocommerce-no-products-found .woocommerce-info {
	padding: 36px !important;
	text-align: center;
}

.jsp-commerce-empty {
	padding: 60px 0;
	color: var(--jsp-muted);
	text-align: center;
}

/* Single product */
.single-product .jsp-commerce-body {
	padding-top: clamp(42px, 5vw, 72px);
}

.woocommerce div.product {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr);
	gap: clamp(34px, 5vw, 80px);
	align-items: start;
}

.woocommerce div.product::before,
.woocommerce div.product::after {
	display: none !important;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
}

.woocommerce div.product div.images {
	min-width: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	margin: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
	overflow: hidden;
	border-radius: clamp(18px, 2.5vw, 30px);
	background: #ecece8;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image img {
	width: 100%;
	border-radius: 0;
}

.woocommerce div.product div.images .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 8px;
	margin-top: 10px !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	float: none !important;
	width: auto !important;
}

.woocommerce div.product div.images .flex-control-thumbs img {
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 10px;
}

.woocommerce div.product div.summary {
	position: sticky;
	top: calc(var(--jsp-header-h) + 32px);
	padding-top: 6px;
}

.woocommerce div.product .product_title {
	margin: 0 0 15px;
	font-size: clamp(2.7rem, 4.8vw, 5.3rem);
	font-weight: 500;
	line-height: .93;
	letter-spacing: -.06em;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin: 0 0 24px;
	color: var(--jsp-ink);
	font-size: clamp(1.2rem, 2vw, 1.55rem);
	font-weight: 650;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	color: var(--jsp-muted);
	font-size: .82em;
	font-weight: 400;
	opacity: .7;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	text-decoration: none;
}

.woocommerce div.product .woocommerce-product-details__short-description {
	max-width: 580px;
	margin: 0 0 24px;
	color: var(--jsp-muted);
	font-size: 1rem;
	line-height: 1.7;
}

.woocommerce div.product form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 26px 0;
}

.woocommerce div.product form.cart .variations {
	width: 100%;
	margin: 0 0 14px;
}

.woocommerce div.product form.cart .variations tr {
	display: grid;
	grid-template-columns: 120px 1fr;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}

.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
	display: block;
	padding: 0;
}

.woocommerce div.product form.cart .variations label {
	font-size: .82rem;
	font-weight: 700;
}

.woocommerce div.product form.cart .variations select {
	width: 100%;
	min-height: 48px;
	border: 1px solid var(--jsp-line);
	border-radius: 999px;
	background: var(--jsp-surface);
	padding: 0 42px 0 16px;
}

.woocommerce div.product form.cart .reset_variations {
	display: inline-block;
	margin-top: 8px;
	color: var(--jsp-muted);
	font-size: .76rem;
}

.woocommerce div.product form.cart .single_variation_wrap {
	width: 100%;
}

.woocommerce div.product form.cart .woocommerce-variation-price {
	margin-bottom: 12px;
}

.woocommerce .quantity .qty {
	width: 82px;
	min-height: 48px;
	border: 1px solid var(--jsp-line);
	border-radius: 999px;
	background: var(--jsp-surface);
	text-align: center;
}

.woocommerce div.product .stock {
	margin: 14px 0;
	color: var(--jsp-muted);
	font-size: .84rem;
}

.woocommerce div.product .out-of-stock {
	color: #942c2c;
}

.woocommerce div.product .product_meta {
	display: grid;
	gap: 7px;
	margin-top: 28px;
	padding-top: 22px;
	border-top: 1px solid var(--jsp-line);
	color: var(--jsp-muted);
	font-size: .78rem;
}

.woocommerce div.product .product_meta a {
	color: var(--jsp-ink);
	text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related,
.woocommerce div.product .upsells {
	grid-column: 1 / -1;
	clear: both;
	padding-top: clamp(56px, 7vw, 96px);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	margin: 0 0 30px !important;
	padding: 0 !important;
	border-bottom: 1px solid var(--jsp-line);
	list-style: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0 !important;
	padding: 0 0 13px !important;
	border: 0 !important;
	background: transparent !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 0 !important;
	color: var(--jsp-muted);
	font-size: .86rem;
	font-weight: 600;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: var(--jsp-ink);
}

.woocommerce div.product .woocommerce-tabs .panel {
	max-width: 820px;
	color: var(--jsp-muted);
	line-height: 1.75;
}

.woocommerce .related.products > h2,
.woocommerce .upsells.products > h2 {
	margin: 0 0 28px;
	font-size: clamp(2rem, 3.5vw, 3.6rem);
	font-weight: 500;
	letter-spacing: -.05em;
}

/* Inputs */
.woocommerce select,
.woocommerce input.input-text,
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="password"],
.woocommerce textarea {
	min-height: 48px;
	border: 1px solid var(--jsp-line);
	border-radius: 12px;
	background: var(--jsp-surface);
	color: var(--jsp-ink);
	padding: 10px 14px;
	outline: none;
	box-shadow: none;
}

.woocommerce textarea {
	min-height: 120px;
	resize: vertical;
}

.woocommerce input:focus,
.woocommerce select:focus,
.woocommerce textarea:focus {
	border-color: var(--jsp-ink);
}

/* Classic cart / checkout */
.woocommerce table.shop_table {
	width: 100%;
	border: 1px solid var(--jsp-line) !important;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 18px;
	overflow: hidden;
	background: var(--jsp-surface);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	padding: 16px !important;
	border-top: 1px solid var(--jsp-line) !important;
}

.woocommerce table.shop_table tr:first-child th {
	border-top: 0 !important;
}

.woocommerce-cart table.cart img {
	width: 72px;
	border-radius: 10px;
}

.woocommerce .cart-collaterals,
.woocommerce-checkout #order_review,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
	margin-top: 28px;
}

.woocommerce .cart_totals,
.woocommerce-checkout #order_review {
	padding: 24px;
	border: 1px solid var(--jsp-line);
	border-radius: 18px;
	background: var(--jsp-surface);
}

.woocommerce form.checkout {
	display: grid;
	gap: 30px;
}

.woocommerce .col2-set {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
	float: none;
	width: auto;
}

.woocommerce form .form-row {
	margin: 0 0 16px;
	padding: 0;
}

.woocommerce form .form-row label {
	display: block;
	margin-bottom: 7px;
	font-size: .8rem;
	font-weight: 650;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	width: 100%;
}

/* My account */
.woocommerce-account .woocommerce {
	display: grid;
	grid-template-columns: 240px minmax(0, 1fr);
	gap: clamp(28px, 5vw, 70px);
}

.woocommerce-account .woocommerce > .woocommerce-notices-wrapper {
	grid-column: 1 / -1;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	float: none;
	width: auto;
	margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: auto;
	margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 11px 13px;
	border-radius: 10px;
	color: var(--jsp-muted);
	text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
	background: var(--jsp-ink);
	color: #fff;
}

/* Header cart badge */
.jsp-cart-button {
	position: relative;
}

.jsp-cart-count {
	position: absolute;
	top: 1px;
	right: 0;
	display: grid;
	min-width: 17px;
	height: 17px;
	place-items: center;
	border-radius: 999px;
	background: var(--jsp-ink);
	color: #fff;
	padding: 0 4px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
}

.jsp-cart-count.is-empty {
	display: none;
}

/* WooCommerce Cart / Checkout Blocks */
.wc-block-cart,
.wc-block-checkout {
	margin: 0 !important;
	font-family: var(--jsp-font-sans);
}

.wc-block-components-sidebar-layout {
	gap: clamp(24px, 4vw, 52px) !important;
}

.wc-block-components-sidebar {
	border: 1px solid var(--jsp-line);
	border-radius: 18px;
	background: var(--jsp-surface);
	padding: 22px !important;
}

.wc-block-components-main {
	padding-right: 0 !important;
}

.wc-block-components-product-name {
	color: var(--jsp-ink) !important;
	font-weight: 650 !important;
	text-decoration: none !important;
}

.wc-block-cart-item__image img,
.wc-block-components-order-summary-item__image img {
	border-radius: 10px;
}

.wc-block-components-button,
.wc-block-components-checkout-place-order-button {
	min-height: 50px !important;
	border-radius: 999px !important;
	background: var(--jsp-ink) !important;
	color: #fff !important;
	font-weight: 650 !important;
	box-shadow: none !important;
}

.wc-block-components-button:hover,
.wc-block-components-checkout-place-order-button:hover {
	opacity: .9;
}

.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input,
.wc-block-components-address-form__country .wc-block-components-combobox-control input {
	border-radius: 12px !important;
}

.wc-block-components-totals-wrapper {
	border-color: var(--jsp-line) !important;
}

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

	.woocommerce div.product {
		grid-template-columns: 1fr 1fr;
		gap: 34px;
	}
}

@media (max-width: 760px) {
	.jsp-commerce-hero {
		padding-top: 44px;
	}

	.jsp-commerce-hero h1 {
		font-size: clamp(3.2rem, 18vw, 5.7rem);
	}

	.woocommerce .woocommerce-result-count,
	.woocommerce .woocommerce-ordering {
		float: none;
		display: block;
	}

	.woocommerce .woocommerce-ordering {
		margin-bottom: 28px;
	}

	.woocommerce .woocommerce-ordering select {
		width: 100%;
	}

	.woocommerce ul.products {
		gap: 34px 12px;
	}

	.woocommerce div.product {
		display: block;
	}

	.woocommerce div.product div.summary {
		position: static;
		margin-top: 30px !important;
	}

	.woocommerce div.product .product_title {
		font-size: clamp(2.6rem, 13vw, 4.5rem);
	}

	.woocommerce div.product .woocommerce-tabs,
	.woocommerce div.product .related,
	.woocommerce div.product .upsells {
		padding-top: 60px;
	}

	.woocommerce .col2-set,
	.woocommerce-account .woocommerce {
		grid-template-columns: 1fr;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		margin-bottom: 28px;
	}
}

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

	.jsp-product-media__frame {
		border-radius: 15px;
	}

	.jsp-product-media__badges {
		top: 8px;
		left: 8px;
	}

	.jsp-product-badge {
		min-height: 24px;
		padding: 0 8px;
		font-size: .61rem;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		font-size: .9rem !important;
	}

	.woocommerce ul.products li.product .price {
		font-size: .81rem !important;
	}

	.woocommerce ul.products li.product .button,
	.woocommerce ul.products li.product .added_to_cart {
		width: 100%;
		min-height: 36px;
		padding: 0 8px !important;
	}

	.woocommerce div.product form.cart .variations tr {
		grid-template-columns: 1fr;
	}

	.woocommerce div.product div.images .flex-control-thumbs {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.woocommerce table.shop_table th,
	.woocommerce table.shop_table td {
		padding: 11px 8px !important;
	}

	.wc-block-components-sidebar {
		padding: 16px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.jsp-product-media__image {
		transition: none !important;
	}

	.woocommerce ul.products li.product:hover .jsp-product-media__image--primary {
		transform: none;
	}

	.woocommerce ul.products li.product:hover .jsp-product-media.has-hover .jsp-product-media__image--primary {
		opacity: 1;
	}

	.woocommerce ul.products li.product:hover .jsp-product-media__image--hover {
		opacity: 0;
		transform: none;
	}
}


/* ==========================================================
 * JS Products v0.8.6 — site-wide ecommerce visual integration
 * ========================================================== */

/* Catalog hero */
.jsp-catalog-hero {
	padding: clamp(72px, 9vw, 126px) 0 clamp(48px, 6vw, 82px);
}

.jsp-catalog-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, .55fr);
	gap: clamp(34px, 7vw, 110px);
	align-items: end;
}

.jsp-catalog-hero__copy h1 {
	max-width: 900px;
	margin: 0;
	font-size: clamp(4rem, 8.4vw, 8.2rem);
	font-weight: 500;
	line-height: .82;
	letter-spacing: -.078em;
}

.jsp-catalog-hero__intro {
	max-width: 560px;
	margin: 28px 0 0;
	color: var(--jsp-muted);
	font-size: clamp(.98rem, 1.35vw, 1.08rem);
	line-height: 1.72;
}

.jsp-catalog-hero__media {
	height: min(44vw, 520px);
	min-height: 360px;
	margin: 0;
	overflow: hidden;
	border-radius: clamp(18px, 2.4vw, 32px);
	background: #ece9e4;
}

.jsp-catalog-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jsp-commerce--catalog .jsp-commerce-body {
	padding-top: 0;
}

.jsp-commerce--catalog .woocommerce-products-header .term-description {
	margin-top: -6px;
}

/* Cleaner product grid rhythm */
.jsp-commerce--catalog .woocommerce ul.products {
	gap: clamp(42px, 5vw, 74px) clamp(14px, 2.4vw, 32px);
}

.jsp-commerce--catalog .jsp-product-media {
	margin-bottom: 14px;
}

.jsp-commerce--catalog .jsp-product-media__frame {
	border-radius: clamp(14px, 1.7vw, 23px);
	box-shadow: inset 0 0 0 1px rgba(17,17,17,.025);
}

.jsp-commerce--catalog .woocommerce ul.products li.product .button,
.jsp-commerce--catalog .woocommerce ul.products li.product .added_to_cart {
	margin-top: 15px !important;
	padding-inline: 16px !important;
}

/* Progressive product-card reveal: only active after JS adds the class. */
.jsp-commerce-reveal {
	opacity: 0;
	transform: translateY(22px);
	transition:
		opacity 600ms var(--jsp-ease),
		transform 700ms var(--jsp-ease);
}

.jsp-commerce-reveal.is-visible {
	opacity: 1;
	transform: none;
}

/* Single product */
.jsp-commerce--product .jsp-commerce-body {
	padding-top: clamp(58px, 6vw, 88px);
}

.jsp-commerce--product .jsp-container {
	max-width: min(1480px, calc(100% - (var(--jsp-gutter) * 2)));
}

.jsp-single-product-kicker {
	margin: 0 0 16px;
	color: var(--jsp-muted);
	font-size: .68rem;
	font-weight: 750;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.jsp-commerce--product .woocommerce div.product {
	grid-template-columns: minmax(0, 1.02fr) minmax(340px, .62fr);
	gap: clamp(44px, 7vw, 108px);
}

.jsp-commerce--product .woocommerce div.product div.images {
	max-width: 780px;
}

.jsp-commerce--product .woocommerce div.product div.images .woocommerce-product-gallery__image {
	height: min(74svh, 720px);
	min-height: 520px;
	border-radius: clamp(18px, 2.3vw, 30px);
}

.jsp-commerce--product .woocommerce div.product div.images .woocommerce-product-gallery__image > a {
	display: block;
	width: 100%;
	height: 100%;
}

.jsp-commerce--product .woocommerce div.product div.images .woocommerce-product-gallery__image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.jsp-commerce--product .woocommerce div.product div.images .flex-control-thumbs {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 9px;
	margin-top: 12px !important;
}

.jsp-commerce--product .woocommerce div.product div.images .flex-control-thumbs img {
	aspect-ratio: 4 / 5;
	border-radius: 10px;
	object-fit: cover;
}

.jsp-commerce--product .woocommerce div.product div.summary {
	top: calc(var(--jsp-header-h) + 26px);
	padding: 10px 0 0;
}

.jsp-commerce--product .woocommerce div.product .product_title {
	max-width: 640px;
	margin-bottom: 17px;
	font-size: clamp(3rem, 5vw, 5.4rem);
	line-height: .88;
	letter-spacing: -.066em;
}

.jsp-commerce--product .woocommerce div.product p.price,
.jsp-commerce--product .woocommerce div.product span.price {
	margin-bottom: 26px;
	font-size: clamp(1.1rem, 1.6vw, 1.42rem);
}

.jsp-commerce--product .woocommerce-product-details__short-description {
	max-width: 530px;
	font-size: .98rem;
	line-height: 1.76;
}

.jsp-commerce--product .woocommerce div.product form.cart {
	gap: 12px;
	margin-top: 30px;
}

.jsp-commerce--product .woocommerce div.product form.cart .variations tr {
	grid-template-columns: 100px 1fr;
	gap: 18px;
	margin-bottom: 15px;
}

.jsp-commerce--product .woocommerce div.product form.cart .variations label {
	font-size: .75rem;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.jsp-commerce--product .woocommerce div.product form.cart .variations select {
	min-height: 52px;
	border-radius: 12px;
	background: var(--jsp-bg);
}

.jsp-commerce--product .woocommerce div.product form.cart .single_add_to_cart_button {
	min-height: 52px;
	padding-inline: 26px;
}

.jsp-commerce--product .jsp-product-quantity {
	display: inline-grid;
	grid-template-columns: 38px 58px 38px;
	align-items: stretch;
	min-height: 52px;
	border: 1px solid var(--jsp-line);
	border-radius: 999px;
	overflow: hidden;
	background: var(--jsp-surface);
}

.jsp-commerce--product .jsp-product-quantity .quantity {
	display: contents;
}

.jsp-commerce--product .jsp-product-quantity .qty {
	grid-column: 2;
	width: 58px;
	min-height: 50px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	-moz-appearance: textfield;
}

.jsp-commerce--product .jsp-product-quantity .qty::-webkit-outer-spin-button,
.jsp-commerce--product .jsp-product-quantity .qty::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.jsp-quantity-button {
	display: grid;
	place-items: center;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--jsp-ink);
	font-size: 1rem;
	cursor: pointer;
}

.jsp-quantity-button:hover,
.jsp-quantity-button:focus-visible {
	background: rgba(17,17,17,.055);
	outline: none;
}

.jsp-quantity-button--minus {
	grid-column: 1;
}

.jsp-quantity-button--plus {
	grid-column: 3;
}

/* Product metadata is secondary, not visual noise. */
.jsp-commerce--product .woocommerce div.product .product_meta {
	max-width: 550px;
	margin-top: 32px;
	padding-top: 22px;
	font-size: .72rem;
	line-height: 1.55;
}

/* Product tabs become editorial content */
.jsp-commerce--product .woocommerce div.product .woocommerce-tabs {
	margin-top: clamp(16px, 2vw, 28px);
	padding-top: clamp(72px, 8vw, 112px);
	border-top: 1px solid var(--jsp-line);
}

.jsp-commerce--product .woocommerce div.product .woocommerce-tabs ul.tabs {
	max-width: 920px;
	gap: 32px;
}

.jsp-commerce--product .woocommerce div.product .woocommerce-tabs .panel {
	max-width: 900px;
	font-size: 1rem;
	line-height: 1.82;
}

.jsp-commerce--product .woocommerce div.product .woocommerce-tabs .panel h2 {
	margin-top: 0;
	font-size: clamp(2rem, 3.2vw, 3.2rem);
	font-weight: 500;
	letter-spacing: -.045em;
}

/* Related products match the 3-column homepage/shop visual rhythm. */
.jsp-commerce--product .woocommerce .related.products,
.jsp-commerce--product .woocommerce .upsells.products {
	padding-top: clamp(76px, 9vw, 126px);
}

.jsp-commerce--product .woocommerce .related.products > h2,
.jsp-commerce--product .woocommerce .upsells.products > h2 {
	margin-bottom: clamp(34px, 5vw, 56px);
	font-size: clamp(2.8rem, 5vw, 5.2rem);
	line-height: .88;
	letter-spacing: -.062em;
}

.jsp-commerce--product .woocommerce .related.products ul.products,
.jsp-commerce--product .woocommerce .upsells.products ul.products {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Utility flows: intentionally calmer and tighter. */
.jsp-commerce--utility .jsp-commerce-hero {
	padding-top: clamp(62px, 7vw, 96px);
	padding-bottom: clamp(32px, 4vw, 50px);
}

.jsp-commerce--utility .jsp-commerce-hero h1 {
	font-size: clamp(3rem, 6vw, 5.8rem);
}

.jsp-commerce--utility .jsp-commerce-body {
	padding-top: 0;
}

/* Responsive */
@media (max-width: 980px) {
	.jsp-catalog-hero__grid {
		grid-template-columns: 1fr;
	}

	.jsp-catalog-hero__media {
		height: min(62svh, 620px);
	}

	.jsp-commerce--product .woocommerce div.product {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.jsp-commerce--product .woocommerce div.product div.images {
		max-width: none;
	}

	.jsp-commerce--product .woocommerce div.product div.summary {
		position: static;
		padding-top: 6px;
	}

	.jsp-commerce--product .woocommerce div.product div.images .woocommerce-product-gallery__image {
		height: min(72svh, 680px);
	}

	.jsp-commerce--product .woocommerce .related.products ul.products,
	.jsp-commerce--product .woocommerce .upsells.products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.jsp-catalog-hero {
		padding-top: 58px;
	}

	.jsp-catalog-hero__copy h1 {
		font-size: clamp(3.8rem, 18vw, 6rem);
	}

	.jsp-catalog-hero__media {
		height: min(55svh, 520px);
		min-height: 380px;
	}

	.jsp-commerce--catalog .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 34px 10px;
	}

	.jsp-commerce--catalog .jsp-product-media__frame {
		border-radius: 13px;
	}

	.jsp-commerce--catalog .woocommerce ul.products li.product .button,
	.jsp-commerce--catalog .woocommerce ul.products li.product .added_to_cart {
		min-height: 36px;
		margin-top: 11px !important;
		padding-inline: 11px !important;
		font-size: .72rem !important;
	}

	.jsp-commerce--product .woocommerce div.product div.images .woocommerce-product-gallery__image {
		height: min(66svh, 560px);
		min-height: 400px;
	}

	.jsp-commerce--product .woocommerce div.product .product_title {
		font-size: clamp(2.8rem, 14vw, 4.5rem);
	}

	.jsp-commerce--product .woocommerce div.product form.cart .variations tr {
		grid-template-columns: 1fr;
		gap: 7px;
	}

	.jsp-commerce--product .woocommerce div.product form.cart {
		align-items: stretch;
	}

	.jsp-commerce--product .woocommerce div.product form.cart .single_add_to_cart_button {
		flex: 1 1 180px;
	}

	.jsp-commerce--product .woocommerce .related.products ul.products,
	.jsp-commerce--product .woocommerce .upsells.products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 34px 10px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.jsp-commerce-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.jsp-commerce--catalog .jsp-product-media__image,
	.jsp-commerce--product .jsp-product-media__image {
		transition: none;
	}
}


/* ==========================================================
 * JS Products v0.8.7 — Customer Account Experience
 * ========================================================== */

.jsp-account-button {
	position: relative;
}

.jsp-account-button.is-authenticated::after {
	content: "";
	position: absolute;
	right: 3px;
	bottom: 4px;
	width: 6px;
	height: 6px;
	border: 1px solid var(--jsp-bg);
	border-radius: 50%;
	background: var(--jsp-ink);
}

.jsp-account-hero {
	padding: clamp(62px, 7vw, 100px) 0 clamp(42px, 5vw, 66px);
}

.jsp-account-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, .48fr);
	gap: clamp(34px, 7vw, 104px);
	align-items: end;
}

.jsp-account-hero__copy h1 {
	margin: 0;
	font-size: clamp(3.9rem, 7.4vw, 7.2rem);
	font-weight: 500;
	line-height: .84;
	letter-spacing: -.073em;
}

.jsp-account-hero__copy > p:last-child {
	max-width: 590px;
	margin: 24px 0 0;
	color: var(--jsp-muted);
	font-size: clamp(.98rem, 1.25vw, 1.06rem);
	line-height: 1.72;
}

.jsp-account-hero__media {
	height: min(34vw, 390px);
	min-height: 290px;
	margin: 0;
	overflow: hidden;
	border-radius: clamp(16px, 2vw, 28px);
	background: #e9e6df;
}

.jsp-account-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jsp-account-page .jsp-commerce-body {
	padding-top: 0;
}

.jsp-account-page .jsp-commerce-body > .jsp-container {
	max-width: min(1320px, calc(100% - (var(--jsp-gutter) * 2)));
}

/* Logged in */
.jsp-account-authenticated .woocommerce {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: clamp(34px, 5vw, 72px);
	align-items: start;
}

.jsp-account-authenticated .woocommerce > .woocommerce-notices-wrapper {
	grid-column: 1 / -1;
}

.jsp-account-authenticated .woocommerce-MyAccount-navigation {
	position: sticky;
	top: calc(var(--jsp-header-h) + 22px);
	float: none;
	width: auto;
	margin: 0;
	padding: 8px;
	border: 1px solid var(--jsp-line);
	border-radius: 18px;
	background: var(--jsp-surface);
}

.jsp-account-authenticated .woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: 3px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.jsp-account-authenticated .woocommerce-MyAccount-navigation li {
	margin: 0;
}

.jsp-account-authenticated .woocommerce-MyAccount-navigation a {
	display: flex;
	min-height: 46px;
	align-items: center;
	padding: 0 13px;
	border-radius: 12px;
	color: var(--jsp-muted);
	font-size: .81rem;
	font-weight: 600;
	text-decoration: none;
	transition:
		background var(--jsp-motion-fast) ease,
		color var(--jsp-motion-fast) ease;
}

.jsp-account-authenticated .woocommerce-MyAccount-navigation a:hover,
.jsp-account-authenticated .woocommerce-MyAccount-navigation a:focus-visible {
	background: rgba(17,17,17,.055);
	color: var(--jsp-ink);
	outline: none;
}

.jsp-account-authenticated .woocommerce-MyAccount-navigation .is-active a {
	background: var(--jsp-ink);
	color: #fff;
}

.jsp-account-authenticated .woocommerce-MyAccount-navigation-link--customer-logout {
	margin-top: 7px;
	padding-top: 7px;
	border-top: 1px solid var(--jsp-line);
}

.jsp-account-authenticated .woocommerce-MyAccount-navigation-link--customer-logout a {
	color: #8a4545;
}

.jsp-account-authenticated .woocommerce-MyAccount-navigation-link--customer-logout a:hover,
.jsp-account-authenticated .woocommerce-MyAccount-navigation-link--customer-logout a:focus-visible {
	background: rgba(138,69,69,.07);
	color: #7a3333;
}

.jsp-account-authenticated .woocommerce-MyAccount-content {
	float: none;
	width: auto;
	min-width: 0;
	margin: 0;
	padding: clamp(26px, 3.5vw, 48px);
	border: 1px solid var(--jsp-line);
	border-radius: 24px;
	background: var(--jsp-surface);
}

/* Hide only Woo's redundant stock dashboard paragraphs. */
.jsp-account-endpoint-dashboard .woocommerce-MyAccount-content > p {
	display: none;
}

.jsp-account-endpoint-dashboard .woocommerce-MyAccount-content > .jsp-account-dashboard {
	display: grid;
}

.jsp-account-dashboard {
	gap: clamp(32px, 4vw, 52px);
}

.jsp-account-welcome {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	padding-bottom: clamp(28px, 3vw, 38px);
	border-bottom: 1px solid var(--jsp-line);
}

.jsp-account-overline {
	margin: 0 0 11px;
	color: var(--jsp-muted);
	font-size: .64rem;
	font-weight: 750;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.jsp-account-welcome h2 {
	margin: 0;
	font-size: clamp(2.5rem, 4.4vw, 4.7rem);
	font-weight: 500;
	line-height: .9;
	letter-spacing: -.058em;
}

.jsp-account-welcome > div > p:last-child {
	max-width: 590px;
	margin: 18px 0 0;
	color: var(--jsp-muted);
	line-height: 1.7;
}

.jsp-account-text-link {
	color: var(--jsp-ink);
	font-size: .78rem;
	font-weight: 650;
	text-underline-offset: 5px;
	white-space: nowrap;
}

.jsp-account-quick-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.jsp-account-quick-card {
	position: relative;
	min-height: 210px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 28px;
	padding: 20px;
	border: 1px solid var(--jsp-line);
	border-radius: 18px;
	background: var(--jsp-bg);
	color: var(--jsp-ink);
	text-decoration: none;
	transition:
		transform var(--jsp-motion-fast) ease,
		border-color var(--jsp-motion-fast) ease;
}

.jsp-account-quick-card:hover,
.jsp-account-quick-card:focus-visible {
	transform: translateY(-2px);
	border-color: color-mix(in srgb, var(--jsp-ink) 28%, var(--jsp-line));
	outline: none;
}

.jsp-account-quick-card__index {
	color: var(--jsp-muted);
	font-size: .62rem;
	font-weight: 750;
	letter-spacing: .14em;
}

.jsp-account-quick-card strong {
	font-size: clamp(1.35rem, 2vw, 1.85rem);
	font-weight: 500;
	letter-spacing: -.035em;
}

.jsp-account-quick-card p {
	margin: 8px 0 0;
	color: var(--jsp-muted);
	font-size: .84rem;
	line-height: 1.55;
}

.jsp-account-quick-card__arrow {
	position: absolute;
	right: 18px;
	top: 17px;
	font-size: .77rem;
}

.jsp-account-latest-order,
.jsp-account-first-order {
	padding-top: clamp(4px, 1vw, 12px);
}

.jsp-account-latest-order__heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 22px;
	margin-bottom: 24px;
}

.jsp-account-latest-order__heading h3,
.jsp-account-first-order h3 {
	margin: 0;
	font-size: clamp(2rem, 3.2vw, 3.2rem);
	font-weight: 500;
	line-height: .92;
	letter-spacing: -.048em;
}

.jsp-account-order-facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--jsp-line);
	border-bottom: 1px solid var(--jsp-line);
}

.jsp-account-order-facts > div {
	min-height: 112px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px 22px 20px 0;
}

.jsp-account-order-facts > div + div {
	padding-left: 22px;
	border-left: 1px solid var(--jsp-line);
}

.jsp-account-order-facts span {
	color: var(--jsp-muted);
	font-size: .66rem;
	font-weight: 700;
	letter-spacing: .10em;
	text-transform: uppercase;
}

.jsp-account-order-facts strong {
	font-size: .94rem;
	font-weight: 650;
}

.jsp-account-first-order {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	padding: clamp(28px, 4vw, 46px);
	border-radius: 20px;
	background: var(--jsp-ink);
	color: #fff;
}

.jsp-account-first-order .jsp-account-overline {
	color: rgba(255,255,255,.55);
}

.jsp-account-first-order > div > p:last-child {
	max-width: 520px;
	margin: 16px 0 0;
	color: rgba(255,255,255,.68);
	line-height: 1.65;
}

.jsp-account-primary-button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 0 18px;
	border: 1px solid #fff;
	border-radius: 999px;
	background: #fff;
	color: #111 !important;
	font-size: .78rem;
	font-weight: 650;
	text-decoration: none !important;
	white-space: nowrap;
}

/* Orders, addresses and profile */
.jsp-account-authenticated .woocommerce-MyAccount-content > h2,
.jsp-account-authenticated .woocommerce-MyAccount-content > h3,
.jsp-account-authenticated .woocommerce-MyAccount-content form > h3,
.jsp-account-authenticated .woocommerce-MyAccount-content .woocommerce-Address-title h2 {
	margin-top: 0;
	font-size: clamp(1.9rem, 3vw, 3rem);
	font-weight: 500;
	letter-spacing: -.045em;
}

.jsp-account-authenticated .woocommerce-MyAccount-content p {
	line-height: 1.7;
}

.jsp-account-authenticated .woocommerce-MyAccount-content table.shop_table {
	margin: 0;
	border-radius: 16px;
}

.jsp-account-authenticated .woocommerce-orders-table__cell-order-actions .button,
.jsp-account-authenticated .woocommerce-MyAccount-content .woocommerce-button {
	min-height: 36px;
	display: inline-flex;
	align-items: center;
	padding: 0 13px;
	border-radius: 999px;
	font-size: .72rem;
}

.jsp-account-authenticated .woocommerce-Addresses {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.jsp-account-authenticated .woocommerce-Address {
	float: none !important;
	width: auto !important;
	min-height: 260px;
	margin: 0;
	padding: 22px;
	border: 1px solid var(--jsp-line);
	border-radius: 18px;
	background: var(--jsp-bg);
}

.jsp-account-authenticated .woocommerce-Address-title {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 18px;
}

.jsp-account-authenticated .woocommerce-Address-title h2 {
	font-size: 1.5rem !important;
}

.jsp-account-authenticated .woocommerce-Address-title .edit {
	float: none;
	color: var(--jsp-ink);
	font-size: .76rem;
	font-weight: 650;
	text-underline-offset: 4px;
}

.jsp-account-authenticated .woocommerce-Address address {
	margin-top: 24px;
	color: var(--jsp-muted);
	font-style: normal;
	line-height: 1.7;
}

.jsp-account-authenticated .woocommerce-EditAccountForm,
.jsp-account-authenticated .woocommerce-address-fields {
	max-width: 760px;
}

.jsp-account-authenticated .woocommerce-EditAccountForm fieldset {
	margin: 34px 0 0;
	padding: 26px 0 0;
	border: 0;
	border-top: 1px solid var(--jsp-line);
}

.jsp-account-authenticated .woocommerce-EditAccountForm legend {
	padding: 0;
	font-size: 1.25rem;
	font-weight: 600;
}

/* Logged out */
.jsp-account-guest .woocommerce {
	display: block;
}

.jsp-account-guest .woocommerce > .woocommerce-notices-wrapper {
	margin-bottom: 18px;
}

.jsp-account-guest #customer_login {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(18px, 3vw, 34px);
}

.jsp-account-guest #customer_login > .u-column1,
.jsp-account-guest #customer_login > .u-column2,
.jsp-account-guest .woocommerce-form-login {
	float: none;
	width: auto;
	margin: 0;
	padding: clamp(26px, 3.5vw, 44px);
	border: 1px solid var(--jsp-line);
	border-radius: 22px;
	background: var(--jsp-surface);
}

.jsp-account-guest #customer_login h2 {
	margin: 0 0 28px;
	font-size: clamp(2.2rem, 3.7vw, 3.8rem);
	font-weight: 500;
	line-height: .9;
	letter-spacing: -.052em;
}

.jsp-account-guest .woocommerce-form-login__rememberme {
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
	margin: 7px 0 18px;
}

.jsp-account-guest .woocommerce-LostPassword {
	margin-top: 18px;
	font-size: .8rem;
}

.jsp-account-guest .woocommerce-LostPassword a {
	color: var(--jsp-muted);
	text-underline-offset: 4px;
}

.jsp-account-guest .woocommerce-privacy-policy-text {
	color: var(--jsp-muted);
	font-size: .8rem;
	line-height: 1.6;
}

.jsp-account-page .woocommerce-message,
.jsp-account-page .woocommerce-info,
.jsp-account-page .woocommerce-error {
	border-radius: 14px;
}

@media (max-width: 980px) {
	.jsp-account-hero__grid {
		grid-template-columns: 1fr;
	}

	.jsp-account-hero__media {
		height: min(52svh, 520px);
	}

	.jsp-account-authenticated .woocommerce {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.jsp-account-authenticated .woocommerce-MyAccount-navigation {
		position: static;
		padding: 6px;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.jsp-account-authenticated .woocommerce-MyAccount-navigation::-webkit-scrollbar {
		display: none;
	}

	.jsp-account-authenticated .woocommerce-MyAccount-navigation ul {
		display: flex;
		width: max-content;
		min-width: 100%;
		gap: 4px;
	}

	.jsp-account-authenticated .woocommerce-MyAccount-navigation li {
		flex: 0 0 auto;
	}

	.jsp-account-authenticated .woocommerce-MyAccount-navigation-link--customer-logout {
		margin-top: 0;
		margin-left: auto;
		padding-top: 0;
		padding-left: 6px;
		border-top: 0;
		border-left: 1px solid var(--jsp-line);
	}

	.jsp-account-authenticated .woocommerce-MyAccount-navigation a {
		padding-inline: 15px;
		white-space: nowrap;
	}

	.jsp-account-authenticated .woocommerce-MyAccount-content {
		padding: clamp(22px, 4vw, 36px);
	}

	.jsp-account-quick-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jsp-account-quick-card:last-child {
		grid-column: 1 / -1;
		min-height: 160px;
	}

	.jsp-account-guest #customer_login {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.jsp-account-hero {
		padding-top: 52px;
	}

	.jsp-account-hero__copy h1 {
		font-size: clamp(3.5rem, 17vw, 5.5rem);
	}

	.jsp-account-hero__media {
		height: min(46svh, 430px);
		min-height: 320px;
	}

	.jsp-account-authenticated .woocommerce-MyAccount-content {
		padding: 20px 16px;
		border-radius: 18px;
	}

	.jsp-account-welcome {
		align-items: flex-start;
		flex-direction: column;
	}

	.jsp-account-welcome h2 {
		font-size: clamp(2.5rem, 12vw, 4rem);
	}

	.jsp-account-quick-grid {
		grid-template-columns: 1fr;
	}

	.jsp-account-quick-card,
	.jsp-account-quick-card:last-child {
		grid-column: auto;
		min-height: 155px;
	}

	.jsp-account-latest-order__heading,
	.jsp-account-first-order {
		align-items: flex-start;
		flex-direction: column;
	}

	.jsp-account-order-facts {
		grid-template-columns: 1fr;
	}

	.jsp-account-order-facts > div,
	.jsp-account-order-facts > div + div {
		min-height: 90px;
		padding: 16px 0;
		border-left: 0;
		border-bottom: 1px solid var(--jsp-line);
	}

	.jsp-account-order-facts > div:last-child {
		border-bottom: 0;
	}

	.jsp-account-primary-button {
		width: 100%;
	}

	.jsp-account-authenticated .woocommerce-Addresses {
		grid-template-columns: 1fr;
	}

	.jsp-account-guest #customer_login > .u-column1,
	.jsp-account-guest #customer_login > .u-column2,
	.jsp-account-guest .woocommerce-form-login {
		padding: 24px 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.jsp-account-quick-card {
		transition: none;
	}

	.jsp-account-quick-card:hover,
	.jsp-account-quick-card:focus-visible {
		transform: none;
	}
}


/* ==========================================================
 * JS Products v0.8.8 — Account refinement
 * Compact, horizontal, customer-first.
 * ========================================================== */

/* Retire the v0.8.7 image hero if stale markup is cached momentarily. */
.jsp-account-hero {
	display: none !important;
}

.jsp-account-masthead {
	padding: clamp(66px, 7vw, 104px) 0 clamp(36px, 4vw, 56px);
	border-bottom: 1px solid var(--jsp-line);
}

.jsp-account-masthead__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, .4fr);
	gap: clamp(34px, 7vw, 100px);
	align-items: end;
}

.jsp-account-masthead h1 {
	margin: 0;
	font-size: clamp(3.7rem, 7.2vw, 7rem);
	font-weight: 500;
	line-height: .84;
	letter-spacing: -.073em;
}

.jsp-account-masthead__side {
	max-width: 480px;
	justify-self: end;
}

.jsp-account-masthead__side p {
	margin: 0;
	color: var(--jsp-muted);
	font-size: .98rem;
	line-height: 1.68;
}

.jsp-account-masthead__hint {
	display: block;
	margin-top: 10px;
	color: color-mix(in srgb, var(--jsp-muted) 82%, transparent);
	font-size: .73rem;
}

/* More whitespace around account content, but no huge empty canvas. */
.jsp-account-page .jsp-commerce-body {
	padding: clamp(34px, 4.5vw, 64px) 0 clamp(90px, 10vw, 150px);
}

.jsp-account-page .jsp-commerce-body > .jsp-container {
	max-width: min(1180px, calc(100% - (var(--jsp-gutter) * 2)));
}

/* Logged-in account: horizontal nav over one full-width content panel. */
.jsp-account-authenticated .woocommerce {
	display: block;
}

.jsp-account-authenticated .woocommerce > .woocommerce-notices-wrapper {
	margin-bottom: 16px;
}

.jsp-account-authenticated .woocommerce-MyAccount-navigation {
	position: static;
	width: 100%;
	margin: 0 0 18px;
	padding: 0;
	border: 0;
	border-bottom: 1px solid var(--jsp-line);
	border-radius: 0;
	background: transparent;
	overflow-x: auto;
	scrollbar-width: none;
}

.jsp-account-authenticated .woocommerce-MyAccount-navigation::-webkit-scrollbar {
	display: none;
}

.jsp-account-authenticated .woocommerce-MyAccount-navigation ul {
	display: flex;
	width: max-content;
	min-width: 100%;
	gap: 4px;
	margin: 0;
	padding: 0;
}

.jsp-account-authenticated .woocommerce-MyAccount-navigation li,
.jsp-account-authenticated .woocommerce-MyAccount-navigation-link--customer-logout {
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
	border: 0;
}

.jsp-account-authenticated .woocommerce-MyAccount-navigation-link--customer-logout {
	margin-left: auto;
}

.jsp-account-authenticated .woocommerce-MyAccount-navigation a {
	min-height: 48px;
	padding: 0 13px;
	border-radius: 0;
	background: transparent !important;
	color: var(--jsp-muted);
	font-size: .78rem;
	font-weight: 650;
	white-space: nowrap;
}

.jsp-account-authenticated .woocommerce-MyAccount-navigation a:hover,
.jsp-account-authenticated .woocommerce-MyAccount-navigation a:focus-visible {
	background: transparent !important;
	color: var(--jsp-ink);
}

.jsp-account-authenticated .woocommerce-MyAccount-navigation .is-active a {
	position: relative;
	background: transparent !important;
	color: var(--jsp-ink);
}

.jsp-account-authenticated .woocommerce-MyAccount-navigation .is-active a::after {
	content: "";
	position: absolute;
	left: 13px;
	right: 13px;
	bottom: -1px;
	height: 2px;
	background: var(--jsp-ink);
}

.jsp-account-authenticated .woocommerce-MyAccount-navigation-link--customer-logout a {
	color: #8a4545;
}

.jsp-account-authenticated .woocommerce-MyAccount-content {
	width: 100%;
	margin: 0;
	padding: clamp(30px, 4vw, 56px);
	border: 1px solid var(--jsp-line);
	border-radius: clamp(18px, 2vw, 24px);
	background: var(--jsp-surface);
}

/* Overview becomes a deliberate dashboard, not a dashboard inside a dashboard. */
.jsp-account-dashboard {
	gap: clamp(30px, 4vw, 50px);
}

.jsp-account-welcome {
	display: block;
	padding-bottom: clamp(28px, 3vw, 40px);
}

.jsp-account-welcome h2 {
	max-width: 820px;
	font-size: clamp(2.7rem, 5vw, 5rem);
}

.jsp-account-quick-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.jsp-account-quick-card {
	min-height: 170px;
	padding: 18px;
	border-radius: 15px;
}

.jsp-account-quick-card strong {
	font-size: clamp(1.2rem, 1.8vw, 1.6rem);
}

.jsp-account-quick-card p {
	max-width: 240px;
}

/* Logged out: auth should be the centerpiece. */
.jsp-account-guest .woocommerce {
	max-width: 980px;
	margin: 0 auto;
}

.jsp-account-guest #customer_login {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.jsp-account-guest #customer_login > .u-column1,
.jsp-account-guest #customer_login > .u-column2,
.jsp-account-guest .woocommerce-form-login {
	position: relative;
	min-height: 520px;
	display: flex;
	flex-direction: column;
	float: none;
	width: auto;
	margin: 0;
	padding: clamp(28px, 4vw, 48px);
	border: 1px solid var(--jsp-line);
	border-radius: 20px;
	background: var(--jsp-surface);
}

.jsp-account-guest #customer_login > .u-column2 {
	background: var(--jsp-ink);
	color: #fff;
}

.jsp-account-guest #customer_login h2 {
	margin: 0 0 8px;
	font-size: clamp(2.4rem, 4vw, 4rem);
}

.jsp-account-guest #customer_login > .u-column1 h2::after {
	content: "Welcome back.";
	display: block;
	margin-top: 13px;
	color: var(--jsp-muted);
	font-family: var(--jsp-font);
	font-size: .86rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
}

.jsp-account-guest #customer_login > .u-column2 h2 {
	color: #fff;
}

.jsp-account-guest #customer_login > .u-column2 h2::after {
	content: "Create an account for faster future orders and easy order history.";
	display: block;
	max-width: 390px;
	margin-top: 13px;
	color: rgba(255,255,255,.65);
	font-family: var(--jsp-font);
	font-size: .86rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
}

.jsp-account-guest #customer_login form {
	display: flex;
	flex: 1;
	flex-direction: column;
	margin: 28px 0 0;
}

.jsp-account-guest #customer_login form .form-row:last-child,
.jsp-account-guest #customer_login form > p:last-child {
	margin-top: auto;
}

.jsp-account-guest #customer_login .woocommerce-form-row label,
.jsp-account-guest #customer_login .form-row label {
	font-size: .74rem;
	font-weight: 650;
}

.jsp-account-guest #customer_login > .u-column2 label {
	color: rgba(255,255,255,.74);
}

.jsp-account-guest #customer_login input.input-text {
	min-height: 52px;
	border-radius: 12px;
}

.jsp-account-guest #customer_login > .u-column2 input.input-text {
	border-color: rgba(255,255,255,.24);
	background: rgba(255,255,255,.07);
	color: #fff;
}

.jsp-account-guest #customer_login > .u-column2 input.input-text:focus {
	border-color: rgba(255,255,255,.58);
}

.jsp-account-guest #customer_login .button {
	width: 100%;
	min-height: 52px;
	margin-top: 12px;
}

.jsp-account-guest #customer_login > .u-column2 .button {
	border-color: #fff;
	background: #fff;
	color: #111;
}

.jsp-account-guest #customer_login > .u-column2 .button:hover,
.jsp-account-guest #customer_login > .u-column2 .button:focus-visible {
	background: transparent;
	color: #fff;
}

.jsp-account-guest #customer_login > .u-column2 .woocommerce-privacy-policy-text {
	color: rgba(255,255,255,.56);
}

.jsp-account-guest #customer_login > .u-column2 .woocommerce-privacy-policy-text a {
	color: #fff;
}

.jsp-account-guest .woocommerce-form-login__rememberme {
	margin-top: 2px;
}

.jsp-account-guest .woocommerce-LostPassword {
	margin-top: 12px;
}

/* Forms/endpoints should not feel like giant generic WordPress forms. */
.jsp-account-authenticated .woocommerce-MyAccount-content form .form-row {
	margin-bottom: 16px;
}

.jsp-account-authenticated .woocommerce-MyAccount-content .input-text,
.jsp-account-authenticated .woocommerce-MyAccount-content select {
	min-height: 50px;
	border-radius: 11px;
}

.jsp-account-authenticated .woocommerce-Addresses {
	gap: 12px;
}

.jsp-account-authenticated .woocommerce-Address {
	min-height: 230px;
	border-radius: 15px;
}

/* Mobile */
@media (max-width: 800px) {
	.jsp-account-masthead__inner {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.jsp-account-masthead__side {
		justify-self: start;
	}

	.jsp-account-authenticated .woocommerce-MyAccount-navigation-link--customer-logout {
		margin-left: 0;
		padding-left: 6px;
		border-left: 1px solid var(--jsp-line);
	}

	.jsp-account-quick-grid {
		grid-template-columns: 1fr;
	}

	.jsp-account-quick-card,
	.jsp-account-quick-card:last-child {
		grid-column: auto;
		min-height: 140px;
	}

	.jsp-account-guest #customer_login {
		grid-template-columns: 1fr;
	}

	.jsp-account-guest #customer_login > .u-column1,
	.jsp-account-guest #customer_login > .u-column2,
	.jsp-account-guest .woocommerce-form-login {
		min-height: auto;
	}

	.jsp-account-guest #customer_login form .form-row:last-child,
	.jsp-account-guest #customer_login form > p:last-child {
		margin-top: 16px;
	}
}

@media (max-width: 600px) {
	.jsp-account-masthead {
		padding-top: 52px;
	}

	.jsp-account-masthead h1 {
		font-size: clamp(3.4rem, 17vw, 5.2rem);
	}

	.jsp-account-page .jsp-commerce-body {
		padding-top: 26px;
	}

	.jsp-account-authenticated .woocommerce-MyAccount-content {
		padding: 24px 16px;
		border-radius: 16px;
	}
}


/* ==========================================================
 * JS Products v0.8.9 — Registration + auth layout correction
 * ========================================================== */

.jsp-account-guest #customer_login {
	align-items: stretch;
	gap: clamp(14px, 2.2vw, 24px);
}

.jsp-account-guest #customer_login > .u-column1,
.jsp-account-guest #customer_login > .u-column2 {
	display: flex;
	min-height: 560px;
	flex-direction: column;
	padding: clamp(30px, 4vw, 48px);
	border: 1px solid var(--jsp-line);
	border-radius: 22px;
}

.jsp-account-guest #customer_login > .u-column1 {
	background: var(--jsp-surface);
	color: var(--jsp-ink);
}

.jsp-account-guest #customer_login > .u-column2 {
	background: var(--jsp-ink);
	color: #fff;
}

/* Inner Woo forms are content, not cards. */
.jsp-account-guest #customer_login .woocommerce-form-login,
.jsp-account-guest #customer_login .woocommerce-form-register {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-height: 0;
	width: 100%;
	margin: 28px 0 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.jsp-account-guest #customer_login > .u-column1 h2,
.jsp-account-guest #customer_login > .u-column2 h2 {
	margin: 0;
	font-size: clamp(2.5rem, 4vw, 4rem);
	font-weight: 500;
	line-height: .9;
	letter-spacing: -.052em;
}

.jsp-account-guest #customer_login > .u-column1 h2::after {
	content: "Sign in with the email and password you created.";
	display: block;
	max-width: 390px;
	margin-top: 14px;
	color: var(--jsp-muted);
	font-family: var(--jsp-font);
	font-size: .84rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.55;
}

.jsp-account-guest #customer_login > .u-column2 h2::after {
	content: "Create your account now. No separate password-setup step.";
	display: block;
	max-width: 390px;
	margin-top: 14px;
	color: rgba(255,255,255,.64);
	font-family: var(--jsp-font);
	font-size: .84rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.55;
}

.jsp-account-guest #customer_login .form-row,
.jsp-account-guest #customer_login .woocommerce-form-row {
	width: 100%;
	margin: 0 0 16px;
	padding: 0;
}

.jsp-account-guest #customer_login label {
	display: block;
	margin-bottom: 7px;
	font-size: .72rem;
	font-weight: 650;
}

.jsp-account-guest #customer_login > .u-column2 label {
	color: rgba(255,255,255,.76);
}

.jsp-account-guest #customer_login input.input-text {
	width: 100%;
	min-height: 52px;
	padding: 0 14px;
	border: 1px solid var(--jsp-line);
	border-radius: 11px;
	background: var(--jsp-bg);
	color: var(--jsp-ink);
}

.jsp-account-guest #customer_login > .u-column2 input.input-text {
	border-color: rgba(255,255,255,.24);
	background: rgba(255,255,255,.07);
	color: #fff;
}

.jsp-account-guest #customer_login .password-input {
	display: block;
	position: relative;
	width: 100%;
}

.jsp-account-guest #customer_login .password-input .show-password-input {
	right: 13px;
	top: 50%;
	transform: translateY(-50%);
}

.jsp-account-guest #customer_login .woocommerce-form-register .woocommerce-privacy-policy-text {
	margin: 2px 0 16px;
	font-size: .75rem;
	line-height: 1.55;
}

.jsp-account-guest #customer_login .woocommerce-form-login > .form-row:has(.woocommerce-form-login__submit),
.jsp-account-guest #customer_login .woocommerce-form-register > .form-row:last-of-type {
	margin-top: auto;
	margin-bottom: 0;
	padding-top: 20px;
}

.jsp-account-guest #customer_login .woocommerce-form-login__submit,
.jsp-account-guest #customer_login .woocommerce-form-register__submit {
	width: 100%;
	min-height: 52px;
	margin: 0;
	border-radius: 999px;
}

.jsp-account-guest #customer_login > .u-column2 .woocommerce-form-register__submit {
	border: 1px solid #fff;
	background: #fff;
	color: #111;
}

.jsp-account-guest #customer_login > .u-column2 .woocommerce-form-register__submit:hover,
.jsp-account-guest #customer_login > .u-column2 .woocommerce-form-register__submit:focus-visible {
	background: transparent;
	color: #fff;
}

.jsp-account-guest #customer_login .woocommerce-form-login__rememberme {
	display: flex !important;
	align-items: center;
	gap: 8px;
	margin: 0 0 15px;
}

.jsp-account-guest #customer_login .woocommerce-form-login__rememberme input {
	width: auto;
}

.jsp-account-guest #customer_login .woocommerce-LostPassword {
	margin: 14px 0 0;
	font-size: .77rem;
}

@media (max-height: 820px) and (min-width: 801px) {
	.jsp-account-guest #customer_login > .u-column1,
	.jsp-account-guest #customer_login > .u-column2 {
		min-height: 500px;
		padding-top: 32px;
		padding-bottom: 32px;
	}

	.jsp-account-guest #customer_login .woocommerce-form-login,
	.jsp-account-guest #customer_login .woocommerce-form-register {
		margin-top: 22px;
	}

	.jsp-account-guest #customer_login input.input-text {
		min-height: 48px;
	}
}

@media (max-width: 800px) {
	.jsp-account-guest #customer_login {
		grid-template-columns: 1fr;
	}

	.jsp-account-guest #customer_login > .u-column1,
	.jsp-account-guest #customer_login > .u-column2 {
		min-height: auto;
	}

	.jsp-account-guest #customer_login .woocommerce-form-login > .form-row:has(.woocommerce-form-login__submit),
	.jsp-account-guest #customer_login .woocommerce-form-register > .form-row:last-of-type {
		margin-top: 18px;
	}
}


/* ==========================================================
 * JS Products v0.8.10 — Professional account redesign
 * Keep global navbar unchanged.
 * ========================================================== */

/* Retire the previous masthead completely. */
.jsp-account-masthead,
.jsp-account-hero {
	display: none !important;
}

.jsp-account-heading {
	padding: clamp(44px, 5.5vw, 76px) 0 26px;
	border-bottom: 1px solid var(--jsp-line);
}

.jsp-account-heading__inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 40px;
}

.jsp-account-heading h1 {
	margin: 0;
	font-size: clamp(3.5rem, 6.5vw, 6.2rem);
	font-weight: 500;
	line-height: .86;
	letter-spacing: -.07em;
}

.jsp-account-heading__intro {
	max-width: 430px;
	margin: 0 0 6px;
	color: var(--jsp-muted);
	font-size: .9rem;
	line-height: 1.65;
}

/* Account area aligns to the site's normal visual width. */
.jsp-account-page .jsp-commerce-body {
	padding: 28px 0 clamp(82px, 9vw, 128px);
}

.jsp-account-page .jsp-commerce-body > .jsp-container {
	max-width: min(1120px, calc(100% - (var(--jsp-gutter) * 2)));
}

/* Thin horizontal sub-navigation. */
.jsp-account-authenticated .woocommerce {
	display: block;
}

.jsp-account-authenticated .woocommerce-MyAccount-navigation {
	position: static;
	width: 100%;
	margin: 0 0 34px;
	padding: 0;
	border: 0;
	border-bottom: 1px solid var(--jsp-line);
	border-radius: 0;
	background: transparent;
	overflow-x: auto;
	scrollbar-width: none;
}

.jsp-account-authenticated .woocommerce-MyAccount-navigation::-webkit-scrollbar {
	display: none;
}

.jsp-account-authenticated .woocommerce-MyAccount-navigation ul {
	display: flex;
	width: max-content;
	min-width: 100%;
	gap: 28px;
	margin: 0;
	padding: 0;
}

.jsp-account-authenticated .woocommerce-MyAccount-navigation li,
.jsp-account-authenticated .woocommerce-MyAccount-navigation-link--customer-logout {
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
	border: 0;
}

.jsp-account-authenticated .woocommerce-MyAccount-navigation-link--customer-logout {
	margin-left: auto;
}

.jsp-account-authenticated .woocommerce-MyAccount-navigation a {
	position: relative;
	min-height: 42px;
	display: flex;
	align-items: center;
	padding: 0 0 10px;
	border-radius: 0;
	background: transparent !important;
	color: var(--jsp-muted);
	font-size: .72rem;
	font-weight: 650;
	text-decoration: none;
	white-space: nowrap;
}

.jsp-account-authenticated .woocommerce-MyAccount-navigation a:hover,
.jsp-account-authenticated .woocommerce-MyAccount-navigation a:focus-visible {
	color: var(--jsp-ink);
	background: transparent !important;
}

.jsp-account-authenticated .woocommerce-MyAccount-navigation .is-active a {
	color: var(--jsp-ink);
	background: transparent !important;
}

.jsp-account-authenticated .woocommerce-MyAccount-navigation .is-active a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 2px;
	background: var(--jsp-ink);
}

.jsp-account-authenticated .woocommerce-MyAccount-navigation-link--customer-logout a {
	color: #8b4d4d;
}

/* No giant outer card around every account endpoint. */
.jsp-account-authenticated .woocommerce-MyAccount-content {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

/* Neutralize Woo notices that looked like admin alerts. */
.jsp-account-page .woocommerce-message,
.jsp-account-page .woocommerce-info,
.jsp-account-page .woocommerce-error {
	position: relative;
	margin: 0 0 28px;
	padding: 14px 48px 14px 16px;
	border: 1px solid var(--jsp-line);
	border-left: 3px solid var(--jsp-ink);
	border-radius: 10px;
	background: var(--jsp-surface);
	color: var(--jsp-ink);
	font-size: .78rem;
	line-height: 1.5;
}

.jsp-account-page .woocommerce-message::before,
.jsp-account-page .woocommerce-info::before,
.jsp-account-page .woocommerce-error::before {
	display: none;
}

.jsp-account-page .woocommerce-message .button,
.jsp-account-page .woocommerce-info .button,
.jsp-account-page .woocommerce-error .button {
	float: none;
	position: absolute;
	right: 10px;
	top: 50%;
	min-height: 30px;
	padding: 0 10px;
	border: 1px solid var(--jsp-line);
	border-radius: 999px;
	background: transparent;
	color: var(--jsp-ink);
	font-size: .66rem;
	transform: translateY(-50%);
}

/* Overview */
.jsp-account-dashboard {
	display: grid;
	gap: clamp(46px, 6vw, 70px);
}

.jsp-account-overview-header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, .38fr);
	gap: 38px;
	align-items: end;
	padding-bottom: 32px;
	border-bottom: 1px solid var(--jsp-line);
}

.jsp-account-overline {
	margin: 0 0 12px;
	color: var(--jsp-muted);
	font-size: .62rem;
	font-weight: 750;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.jsp-account-overview-header h2 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(3rem, 5.5vw, 5.4rem);
	font-weight: 500;
	line-height: .87;
	letter-spacing: -.064em;
}

.jsp-account-overview-header > p {
	max-width: 390px;
	margin: 0;
	color: var(--jsp-muted);
	line-height: 1.65;
}

.jsp-account-overview-links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--jsp-line);
	border-bottom: 1px solid var(--jsp-line);
}

.jsp-account-overview-links a {
	position: relative;
	min-height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 6px;
	padding: 22px 36px 22px 0;
	color: var(--jsp-ink);
	text-decoration: none;
}

.jsp-account-overview-links a + a {
	padding-left: 28px;
	border-left: 1px solid var(--jsp-line);
}

.jsp-account-overview-links span {
	font-size: 1.25rem;
	font-weight: 550;
	letter-spacing: -.025em;
}

.jsp-account-overview-links small {
	color: var(--jsp-muted);
	font-size: .75rem;
	line-height: 1.5;
}

.jsp-account-overview-links i {
	position: absolute;
	right: 12px;
	top: 20px;
	font-size: .72rem;
	font-style: normal;
}

.jsp-account-order-summary__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 20px;
}

.jsp-account-order-summary__head h3,
.jsp-account-empty-state h3 {
	margin: 0;
	font-size: clamp(2.2rem, 3.8vw, 3.8rem);
	font-weight: 500;
	line-height: .9;
	letter-spacing: -.052em;
}

.jsp-account-order-summary__facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--jsp-line);
	border-bottom: 1px solid var(--jsp-line);
}

.jsp-account-order-summary__facts > div {
	min-height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 18px 22px 18px 0;
}

.jsp-account-order-summary__facts > div + div {
	padding-left: 22px;
	border-left: 1px solid var(--jsp-line);
}

.jsp-account-order-summary__facts span {
	color: var(--jsp-muted);
	font-size: .63rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.jsp-account-order-summary__facts strong {
	font-size: .9rem;
	font-weight: 650;
}

.jsp-account-empty-state {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	padding: clamp(34px, 4.5vw, 50px) 0;
	border-top: 1px solid var(--jsp-line);
	border-bottom: 1px solid var(--jsp-line);
}

.jsp-account-empty-state > div > p:last-child {
	max-width: 530px;
	margin: 14px 0 0;
	color: var(--jsp-muted);
	line-height: 1.65;
}

.jsp-account-primary-button {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 0 18px;
	border: 1px solid var(--jsp-ink);
	border-radius: 999px;
	background: var(--jsp-ink);
	color: #fff !important;
	font-size: .76rem;
	font-weight: 650;
	text-decoration: none !important;
	white-space: nowrap;
}

/* Orders endpoint */
.jsp-account-endpoint-orders .woocommerce-MyAccount-content,
.jsp-account-endpoint-view-order .woocommerce-MyAccount-content {
	min-height: 240px;
}

.jsp-account-authenticated .woocommerce-orders-table {
	width: 100%;
	border: 0 !important;
	border-collapse: collapse !important;
	border-spacing: 0;
	background: transparent;
}

.jsp-account-authenticated .woocommerce-orders-table thead th {
	padding: 0 14px 12px 0 !important;
	border: 0 !important;
	border-bottom: 1px solid var(--jsp-line) !important;
	background: transparent !important;
	color: var(--jsp-muted);
	font-size: .62rem;
	font-weight: 750;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.jsp-account-authenticated .woocommerce-orders-table tbody td {
	padding: 18px 14px 18px 0 !important;
	border: 0 !important;
	border-bottom: 1px solid var(--jsp-line) !important;
	background: transparent !important;
	font-size: .82rem;
}

.jsp-account-authenticated .woocommerce-orders-table .button {
	min-height: 34px;
	padding: 0 12px;
	border-radius: 999px;
}

/* Address endpoint */
.jsp-account-authenticated .woocommerce-MyAccount-content > p:first-child {
	max-width: 620px;
	margin: 0 0 28px;
	color: var(--jsp-muted);
	line-height: 1.65;
}

.jsp-account-authenticated .woocommerce-Addresses {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.jsp-account-authenticated .woocommerce-Address {
	float: none !important;
	width: auto !important;
	min-height: 220px;
	margin: 0;
	padding: 24px;
	border: 1px solid var(--jsp-line);
	border-radius: 14px;
	background: var(--jsp-surface);
}

.jsp-account-authenticated .woocommerce-Address-title {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
}

.jsp-account-authenticated .woocommerce-Address-title h2 {
	margin: 0 !important;
	font-size: 1.45rem !important;
	font-weight: 500 !important;
	letter-spacing: -.03em !important;
}

.jsp-account-authenticated .woocommerce-Address-title .edit {
	color: var(--jsp-ink);
	font-size: .68rem;
	font-weight: 650;
	text-underline-offset: 4px;
}

.jsp-account-authenticated .woocommerce-Address address {
	margin-top: 30px;
	color: var(--jsp-muted);
	font-style: normal;
	line-height: 1.65;
}

/* Profile endpoint */
.jsp-account-authenticated .woocommerce-EditAccountForm {
	max-width: 820px;
}

.jsp-account-authenticated .woocommerce-EditAccountForm .woocommerce-form-row--first,
.jsp-account-authenticated .woocommerce-EditAccountForm .woocommerce-form-row--last {
	float: none;
	width: auto;
}

.jsp-account-authenticated .woocommerce-EditAccountForm {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 22px;
}

.jsp-account-authenticated .woocommerce-EditAccountForm .form-row-wide,
.jsp-account-authenticated .woocommerce-EditAccountForm fieldset,
.jsp-account-authenticated .woocommerce-EditAccountForm > p:last-child {
	grid-column: 1 / -1;
}

.jsp-account-authenticated .woocommerce-EditAccountForm fieldset {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	margin: 28px 0 0;
	padding: 28px 0 0;
	border: 0;
	border-top: 1px solid var(--jsp-line);
}

.jsp-account-authenticated .woocommerce-EditAccountForm legend {
	margin-bottom: 2px;
	padding: 0;
	font-size: 1.35rem;
	font-weight: 550;
	letter-spacing: -.025em;
}

.jsp-account-authenticated .woocommerce-EditAccountForm label,
.jsp-account-authenticated .woocommerce-address-fields label {
	margin-bottom: 7px;
	font-size: .68rem;
	font-weight: 650;
}

.jsp-account-authenticated .woocommerce-EditAccountForm .input-text,
.jsp-account-authenticated .woocommerce-address-fields .input-text,
.jsp-account-authenticated .woocommerce-address-fields select {
	min-height: 48px;
	padding: 0 13px;
	border: 1px solid var(--jsp-line);
	border-radius: 9px;
	background: var(--jsp-surface);
}

.jsp-account-authenticated .woocommerce-EditAccountForm em {
	display: block;
	margin-top: 6px;
	color: var(--jsp-muted);
	font-size: .7rem;
}

.jsp-account-authenticated .woocommerce-EditAccountForm .button,
.jsp-account-authenticated .woocommerce-address-fields .button {
	min-height: 44px;
	padding: 0 18px;
	border-radius: 999px;
}

/* Logged-out auth remains the only card-based account state. */
.jsp-account-guest .woocommerce {
	max-width: 980px;
	margin: 0 auto;
}

.jsp-account-guest #customer_login > .u-column1,
.jsp-account-guest #customer_login > .u-column2 {
	border-radius: 16px;
}

/* Responsive */
@media (max-width: 820px) {
	.jsp-account-heading__inner,
	.jsp-account-overview-header {
		grid-template-columns: 1fr;
		display: grid;
		gap: 18px;
	}

	.jsp-account-heading__intro {
		margin-bottom: 0;
	}

	.jsp-account-authenticated .woocommerce-MyAccount-navigation ul {
		gap: 22px;
	}

	.jsp-account-authenticated .woocommerce-MyAccount-navigation-link--customer-logout {
		margin-left: 0;
	}

	.jsp-account-overview-links {
		grid-template-columns: 1fr;
	}

	.jsp-account-overview-links a {
		min-height: 112px;
		padding: 18px 36px 18px 0;
		border-bottom: 1px solid var(--jsp-line);
	}

	.jsp-account-overview-links a + a {
		padding-left: 0;
		border-left: 0;
	}

	.jsp-account-overview-links a:last-child {
		border-bottom: 0;
	}

	.jsp-account-authenticated .woocommerce-Addresses {
		grid-template-columns: 1fr;
	}

	.jsp-account-authenticated .woocommerce-EditAccountForm {
		grid-template-columns: 1fr;
	}

	.jsp-account-authenticated .woocommerce-EditAccountForm .form-row-wide,
	.jsp-account-authenticated .woocommerce-EditAccountForm fieldset,
	.jsp-account-authenticated .woocommerce-EditAccountForm > p:last-child {
		grid-column: auto;
	}
}

@media (max-width: 600px) {
	.jsp-account-heading {
		padding-top: 36px;
	}

	.jsp-account-heading h1 {
		font-size: clamp(3.2rem, 16vw, 4.8rem);
	}

	.jsp-account-page .jsp-commerce-body {
		padding-top: 22px;
	}

	.jsp-account-overview-header h2 {
		font-size: clamp(2.7rem, 13vw, 4.2rem);
	}

	.jsp-account-empty-state,
	.jsp-account-order-summary__head {
		align-items: flex-start;
		flex-direction: column;
	}

	.jsp-account-order-summary__facts {
		grid-template-columns: 1fr;
	}

	.jsp-account-order-summary__facts > div,
	.jsp-account-order-summary__facts > div + div {
		min-height: 78px;
		padding: 14px 0;
		border-left: 0;
		border-bottom: 1px solid var(--jsp-line);
	}

	.jsp-account-order-summary__facts > div:last-child {
		border-bottom: 0;
	}

	.jsp-account-primary-button {
		width: 100%;
	}

	.jsp-account-page .woocommerce-message,
	.jsp-account-page .woocommerce-info,
	.jsp-account-page .woocommerce-error {
		padding-right: 16px;
	}

	.jsp-account-page .woocommerce-message .button,
	.jsp-account-page .woocommerce-info .button,
	.jsp-account-page .woocommerce-error .button {
		position: static;
		display: inline-flex;
		margin-top: 10px;
		transform: none;
	}
}


/* ==========================================================
 * JS Products v0.9.0 — Shop gallery + variation swatches
 * ========================================================== */

.jsp-loop-swatches {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-top: 12px;
}

.jsp-loop-swatch {
	position: relative;
	width: 22px;
	height: 22px;
	padding: 0;
	border: 1px solid rgba(17,17,17,.18);
	border-radius: 50%;
	background: var(--jsp-swatch, #d9d4ce);
	box-shadow: inset 0 0 0 2px var(--jsp-bg);
	cursor: pointer;
}

.jsp-loop-swatch:hover,
.jsp-loop-swatch:focus-visible,
.jsp-loop-swatch.is-active {
	border-color: var(--jsp-ink);
	outline: none;
}

.jsp-loop-swatch.is-sold-out {
	opacity: .35;
	cursor: not-allowed;
}

.jsp-loop-swatch.is-sold-out::after {
	content: "";
	position: absolute;
	left: 2px;
	right: 2px;
	top: 50%;
	height: 1px;
	background: var(--jsp-ink);
	transform: rotate(-45deg);
}

.jsp-loop-swatches__label {
	margin-left: 3px;
	color: var(--jsp-muted);
	font-size: .68rem;
}

.jsp-loop-gallery {
	display: flex;
	gap: 7px;
	margin-top: 10px;
	padding-bottom: 2px;
	overflow-x: auto;
	scrollbar-width: none;
}

.jsp-loop-gallery::-webkit-scrollbar {
	display: none;
}

.jsp-loop-gallery__thumb {
	flex: 0 0 auto;
	width: 45px;
	height: 54px;
	padding: 0;
	overflow: hidden;
	border: 1px solid var(--jsp-line);
	border-radius: 10px;
	background: var(--jsp-surface);
	cursor: pointer;
	transition: border-color 180ms ease, transform 180ms ease;
}

.jsp-loop-gallery__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jsp-loop-gallery__thumb:hover,
.jsp-loop-gallery__thumb:focus-visible,
.jsp-loop-gallery__thumb.is-active {
	border-color: var(--jsp-ink);
	transform: translateY(-1px);
	outline: none;
}

.jsp-product-media.is-user-selected .jsp-product-media__image--hover {
	opacity: 0 !important;
}

.woocommerce ul.products li.product:hover .jsp-product-media.is-user-selected .jsp-product-media__image--primary {
	opacity: 1 !important;
	transform: scale(1.018);
}

@media (max-width: 700px) {
	.jsp-loop-gallery__thumb {
		width: 39px;
		height: 47px;
		border-radius: 8px;
	}

	.jsp-loop-swatch {
		width: 20px;
		height: 20px;
	}
}


/* JS Products v0.9.2 — guaranteed single-product gallery */
.jsp-commerce--product .woocommerce div.product > .jsp-single-gallery {
    min-width: 0;
    max-width: 780px;
}
.jsp-single-gallery__stage {
    position: relative;
    height: min(74svh, 720px);
    min-height: 520px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: clamp(18px, 2.3vw, 30px);
    background: #f4f3ef;
}
.jsp-single-gallery__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: opacity 180ms ease, transform 420ms var(--jsp-ease);
}
.jsp-single-gallery__stage:hover .jsp-single-gallery__image { transform: scale(1.015); }
.jsp-single-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 9px;
    margin-top: 12px;
}
.jsp-single-gallery__thumb {
    appearance: none;
    position: relative;
    aspect-ratio: 4 / 5;
    min-width: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--jsp-line);
    border-radius: 10px;
    background: #f4f3ef;
    cursor: pointer;
    transition: border-color 180ms ease, transform 180ms ease;
}
.jsp-single-gallery__thumb img { display:block; width:100%; height:100%; object-fit:cover; }
.jsp-single-gallery__thumb:hover,
.jsp-single-gallery__thumb:focus-visible,
.jsp-single-gallery__thumb.is-active { border-color: var(--jsp-ink); transform: translateY(-1px); outline:none; }
@media (max-width:980px) {
    .jsp-commerce--product .woocommerce div.product > .jsp-single-gallery { max-width:none; }
    .jsp-single-gallery__stage { height:min(72svh,680px); }
}
@media (max-width:700px) {
    .jsp-single-gallery__stage { height:min(66svh,560px); min-height:400px; }
    .jsp-single-gallery__thumbs { display:flex; overflow-x:auto; gap:8px; scrollbar-width:none; }
    .jsp-single-gallery__thumbs::-webkit-scrollbar { display:none; }
    .jsp-single-gallery__thumb { flex:0 0 72px; }
}
@media (prefers-reduced-motion:reduce) {
    .jsp-single-gallery__image,.jsp-single-gallery__thumb { transition:none; }
    .jsp-single-gallery__stage:hover .jsp-single-gallery__image,
    .jsp-single-gallery__thumb:hover,
    .jsp-single-gallery__thumb:focus-visible,
    .jsp-single-gallery__thumb.is-active { transform:none; }
}
