/* ============================================================
   HEART OF A LION — WooCommerce skin
   Default WooCommerce templates (cart, checkout, my-account,
   single product) are used as-is for correctness; this file
   restyles their stable class names to match the brand.
   ============================================================ */

/* ---------- notices ---------- */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	list-style: none;
	margin: 0 0 24px;
	padding: 16px 20px;
	background: var(--bone);
	border-left: 3px solid var(--ink);
	font-size: 13.5px;
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}
.woocommerce-error { border-color: var(--blood); }
.woocommerce-message .button,
.woocommerce-error .button {
	order: 2;
	margin-left: auto;
}
.woocommerce-error li,
.woocommerce-message li { list-style: none; }

.form-notice {
	font-size: 11px;
	letter-spacing: .14em;
	text-transform: uppercase;
	margin-top: 16px;
	opacity: .75;
}
.form-notice--error { color: var(--blood); opacity: 1; }

/* ---------- breadcrumb ---------- */
.woocommerce-breadcrumb { opacity: .55; }
.woocommerce-breadcrumb a:hover { text-decoration: underline; }

/* ---------- result count / ordering ---------- */
.woocommerce-notices-wrapper:empty { display: none; }
.woocommerce-result-count,
.woocommerce-ordering {
	font-size: 11px;
	letter-spacing: .12em;
	text-transform: uppercase;
	opacity: .6;
}
.woocommerce-result-count { margin-bottom: 18px; }
.woocommerce-ordering { margin-bottom: 24px; }
.woocommerce-ordering select {
	background: transparent;
	border: 1px solid var(--line-dark);
	padding: 8px 12px;
	font: inherit;
	font-size: 11px;
	letter-spacing: .1em;
	text-transform: uppercase;
}

/* ---------- pagination ---------- */
.woocommerce-pagination,
.pager { margin-top: 40px; }
.woocommerce-pagination ul,
.pager ul {
	list-style: none;
	display: flex;
	gap: 8px;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
}
.woocommerce-pagination li { list-style: none; }
.woocommerce-pagination .page-numbers,
.pager a,
.pager span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	padding: 0 10px;
	border: 1px solid var(--line-dark);
	font-size: 12px;
	font-weight: 700;
}
.woocommerce-pagination .page-numbers.current,
.pager .current {
	background: var(--ink);
	color: var(--bone);
	border-color: var(--ink);
}

/* ---------- price / sale ---------- */
.price { font-weight: 700; }
del { opacity: .45; text-decoration: line-through; font-weight: 500; margin-right: 8px; }
ins { text-decoration: none; }
.onsale,
span.onsale {
	background: var(--blood);
	color: #fff;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
	padding: 6px 10px;
	display: inline-block;
}

/* ---------- star ratings ---------- */
.star-rating { color: var(--ink); font-size: 13px; overflow: hidden; position: relative; width: 5.4em; line-height: 1.4; }
.star-rating::before { content: '\2605\2605\2605\2605\2605'; opacity: .25; letter-spacing: 2px; }
.star-rating span { position: absolute; top: 0; left: 0; overflow: hidden; }
.star-rating span::before { content: '\2605\2605\2605\2605\2605'; letter-spacing: 2px; color: var(--ink); }
.dark .star-rating::before, .onyx .star-rating::before { opacity: .35; }
.dark .star-rating span::before, .onyx .star-rating span::before { color: var(--bone); }

/* ---------- buttons ---------- */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
a.checkout-button,
.wc-proceed-to-checkout .checkout-button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 26px;
	background: var(--ink);
	color: var(--bone);
	border: 1px solid var(--ink);
	font-family: var(--ff-body);
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
	border-radius: 0;
	cursor: pointer;
	transition: opacity .3s;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	opacity: .85;
	background: var(--ink);
	color: var(--bone);
}
.woocommerce a.button.alt,
.woocommerce button.button.alt,
a.checkout-button {
	background: var(--blood);
	border-color: var(--blood);
	color: #fff;
}
.woocommerce a.added_to_cart {
	display: inline-block;
	margin-top: 10px;
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
	text-decoration: underline;
}
.woocommerce div.product form.cart .button {
	width: 100%;
	justify-content: center;
	background: var(--bone);
	color: var(--ink);
	border-color: var(--bone);
}

/* ---------- quantity input ---------- */
.quantity { display: inline-flex; align-items: center; margin-right: 12px; }
.quantity .qty {
	width: 64px;
	padding: 12px 10px;
	border: 1px solid var(--line-dark);
	background: transparent;
	font: inherit;
	font-size: 14px;
	text-align: center;
}

/* ---------- single product layout ---------- */
.woocommerce div.product {
	position: relative;
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: clamp(28px, 5vw, 64px);
	align-items: flex-start;
}
/* The sale badge is a sibling of the gallery, not nested inside it (core
   markup), so it's taken out of grid flow and pinned over the gallery
   instead of consuming its own column/row. */
.woocommerce div.product > span.onsale {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 5;
	margin: 0;
}
.woocommerce div.product > .woocommerce-product-gallery { margin: 0; }
.woocommerce div.product div.images { margin: 0; }
.woocommerce div.product div.images img { width: 100%; height: auto; aspect-ratio: 4/5; object-fit: cover; }
.woocommerce div.product div.images .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}
.woocommerce div.product div.images .flex-control-thumbs li { list-style: none; }
.woocommerce div.product div.images .flex-control-thumbs img {
	aspect-ratio: 1;
	object-fit: cover;
	cursor: pointer;
	opacity: .55;
	outline: 1px solid transparent;
	outline-offset: -1px;
	transition: opacity .3s, outline-color .3s;
}
.woocommerce div.product div.images .flex-control-thumbs img:hover { opacity: .85; }
.woocommerce div.product div.images .flex-control-thumbs img.flex-active { opacity: 1; outline-color: var(--ink); }

.woocommerce div.product .summary { margin: 0; }
.woocommerce div.product .product_title {
	font-size: clamp(1.6rem, 2.6vw, 2.2rem);
	margin: 6px 0 14px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	font-size: 20px;
	margin-bottom: 18px;
	display: block;
}
.woocommerce div.product .woocommerce-product-details__short-description {
	font-size: 14.5px;
	line-height: 1.72;
	color: rgba(16, 21, 42, .72);
	margin-bottom: 24px;
	max-width: 52ch;
}
.woocommerce div.product .stock {
	display: inline-block;
	margin: 10px 0 0;
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
	opacity: .6;
}
.woocommerce div.product .stock.out-of-stock { color: var(--blood); opacity: 1; }
.woocommerce div.product .product_meta {
	margin-top: 28px;
	padding-top: 20px;
	border-top: 1px solid var(--line-dark);
	font-size: 12px;
	opacity: .65;
}
.woocommerce div.product .product_meta > span { display: block; margin-bottom: 6px; }
.woocommerce div.product .product_meta a { text-decoration: underline; }

/* variations */
.woocommerce div.product table.variations { width: 100%; margin: 22px 0 0; border: 0; }
.woocommerce div.product table.variations tr { display: block; margin-bottom: 18px; }
.woocommerce div.product table.variations th.label {
	display: block;
	text-align: left;
	font-size: 10px;
	letter-spacing: .2em;
	text-transform: uppercase;
	opacity: .55;
	padding-bottom: 10px;
	font-weight: 600;
}
.woocommerce div.product table.variations td.value { display: block; }
.woocommerce div.product table.variations select {
	width: 100%;
	max-width: 320px;
	padding: 13px 14px;
	border: 1px solid var(--line-dark);
	background: transparent;
	font: inherit;
	font-size: 13.5px;
}
.woocommerce div.product .reset_variations {
	display: inline-block;
	margin-top: 8px;
	font-size: 10.5px;
	letter-spacing: .14em;
	text-transform: uppercase;
	text-decoration: underline;
}
.woocommerce div.product .woocommerce-variation-price { margin: 14px 0; font-weight: 700; }
.woocommerce div.product .woocommerce-variation-availability { margin-bottom: 10px; }

.woocommerce div.product form.cart {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	align-items: center;
	margin: 28px 0;
}

/* tabs -> quiet horizontal tabs */
.woocommerce div.product .woocommerce-tabs {
	grid-column: 1 / -1;
	margin-top: clamp(48px, 6vw, 80px);
	border-top: 1px solid var(--line-dark);
	padding-top: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	list-style: none;
	display: flex;
	gap: clamp(18px, 3vw, 34px);
	padding: 0;
	margin: 0 0 30px;
	border-bottom: 1px solid var(--line-dark);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li { list-style: none; margin: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: block;
	padding-bottom: 16px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
	opacity: .55;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	opacity: 1;
	box-shadow: 0 1px 0 0 var(--ink);
}
.woocommerce div.product .woocommerce-tabs .panel { max-width: 70ch; }
.woocommerce div.product .woocommerce-tabs .panel h2 { font-size: 1.1rem; margin-bottom: 16px; }
.woocommerce table.shop_attributes { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.woocommerce table.shop_attributes th { text-align: left; padding: 12px 0; width: 34%; opacity: .6; font-weight: 600; border-bottom: 1px solid var(--line-dark); }
.woocommerce table.shop_attributes td { padding: 12px 0; border-bottom: 1px solid var(--line-dark); }

/* related / upsells reuse .pcard automatically via content-product.php,
   this just spaces the wrapping section correctly */
.woocommerce div.product .related.products,
.woocommerce div.product .upsells.products {
	grid-column: 1 / -1;
	margin-top: clamp(48px, 6vw, 80px);
	padding-top: 30px;
	border-top: 1px solid var(--line-dark);
}
.woocommerce div.product .related.products > h2,
.woocommerce div.product .upsells.products > h2 {
	font-size: clamp(1.05rem, 1.6vw, 1.4rem);
	margin-bottom: 28px;
}
.woocommerce div.product .related.products ul.products,
.woocommerce div.product .upsells.products ul.products,
ul.products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: clamp(20px, 2.4vw, 34px);
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.products li.product { list-style: none; }

/* reviews */
#reviews .comment-list { list-style: none; padding: 0; margin: 0 0 30px; }
#reviews .comment_container { display: flex; gap: 16px; padding: 20px 0; border-top: 1px solid var(--line-dark); }
#reviews .avatar { width: 44px; height: 44px; border-radius: 50%; }
#reviews .woocommerce-review__author { font-weight: 700; font-size: 13.5px; }
#reviews .woocommerce-review__dash { opacity: .4; margin: 0 6px; }
#reviews #respond #submit { margin-top: 6px; }
#reviews .comment-form-rating select { padding: 8px; }

/* ---------- cart page ---------- */
.woocommerce-page-content { max-width: 1100px; }
table.shop_table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
	font-size: 13.5px;
}
table.shop_table th {
	text-align: left;
	padding: 14px 10px;
	font-size: 10px;
	letter-spacing: .16em;
	text-transform: uppercase;
	opacity: .55;
	border-bottom: 1px solid var(--line-dark);
}
table.shop_table td {
	padding: 18px 10px;
	border-bottom: 1px solid var(--line-dark);
	vertical-align: middle;
}
table.shop_table td.product-thumbnail img {
	width: 78px;
	height: 96px;
	object-fit: cover;
}
table.shop_table td.product-name a { font-weight: 700; }
table.shop_table td.product-remove a {
	display: inline-flex;
	width: 26px;
	height: 26px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--line-dark);
	color: var(--ink);
	font-size: 16px;
	text-decoration: none;
}
.cart-collaterals { margin-top: 20px; }
.cart_totals { max-width: 420px; margin-left: auto; }
.cart_totals table { width: 100%; border-collapse: collapse; }
.cart_totals th, .cart_totals td { padding: 12px 0; border-bottom: 1px solid var(--line-dark); font-size: 13.5px; }
.cart_totals .order-total td { font-weight: 700; font-size: 16px; }
.coupon { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 16px; }
.coupon .input-text { padding: 12px 14px; border: 1px solid var(--line-dark); background: transparent; font: inherit; }
.wc-proceed-to-checkout { margin-top: 20px; }
.wc-proceed-to-checkout a { width: 100%; justify-content: center; }

/* ---------- checkout ---------- */
.woocommerce-checkout .col2-set,
.woocommerce-checkout-review-order { max-width: 900px; }
.woocommerce-billing-fields h3,
#order_review_heading {
	font-size: 1.05rem;
	margin: 30px 0 18px;
}
.woocommerce-checkout .form-row { margin-bottom: 16px; }
.woocommerce-checkout .form-row label {
	display: block;
	font-size: 10px;
	letter-spacing: .16em;
	text-transform: uppercase;
	opacity: .55;
	margin-bottom: 8px;
}
.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select {
	width: 100%;
	padding: 13px 14px;
	border: 1px solid var(--line-dark);
	background: transparent;
	font: inherit;
	font-size: 14px;
}
.woocommerce-checkout #payment {
	background: var(--bone);
	padding: 22px;
	margin-top: 24px;
}
.woocommerce-checkout #payment ul.payment_methods { list-style: none; padding: 0; margin: 0 0 16px; }
.woocommerce-checkout #payment .payment_box { padding: 14px 0 0; font-size: 13px; opacity: .75; }
.woocommerce-checkout #place_order { width: 100%; justify-content: center; margin-top: 10px; }

/* ---------- my account ---------- */
.woocommerce-account .woocommerce-MyAccount-navigation ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px 20px; border-bottom: 1px solid var(--line-dark); margin-bottom: 30px; }
.woocommerce-account .woocommerce-MyAccount-navigation li { list-style: none; }
.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: block;
	padding-bottom: 14px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	opacity: .55;
}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a { opacity: 1; box-shadow: 0 1px 0 0 var(--ink); }
.woocommerce-MyAccount-content .woocommerce-Address-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.woocommerce-MyAccount-content address { font-style: normal; line-height: 1.7; }
.woocommerce-form-login .form-row,
.woocommerce-form-register .form-row { margin-bottom: 16px; }
.woocommerce-form-login label,
.woocommerce-form-register label {
	display: block;
	font-size: 10px;
	letter-spacing: .16em;
	text-transform: uppercase;
	opacity: .55;
	margin-bottom: 8px;
}
.woocommerce-form-login .input-text,
.woocommerce-form-register .input-text {
	width: 100%;
	padding: 13px 14px;
	border: 1px solid var(--line-dark);
	background: transparent;
	font: inherit;
}
.woocommerce-form-login .lost_password,
.woocommerce-form-register .lost_reset_password { font-size: 11px; margin-top: 10px; }
.woocommerce-form-login .lost_password a,
.woocommerce-form-register .lost_reset_password a { text-decoration: underline; }
.u-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }

/* ---------- responsive ---------- */
@media (max-width: 860px) {
	.woocommerce div.product { grid-template-columns: 1fr; }
	.u-columns { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 720px) {
	ul.products,
	.woocommerce div.product .related.products ul.products,
	.woocommerce div.product .upsells.products ul.products { grid-template-columns: repeat(2, 1fr); }
	table.shop_table td.product-thumbnail { display: none; }
	.coupon { flex-direction: column; align-items: stretch; }
}

/* ============================================================
   SINGLE PRODUCT (.psingle) — gallery left, buy panel right
   ============================================================ */
/* wc_product_class() carries WooCommerce's own grid/flex display onto
   this wrapper, which collapses the inner grid to half width. Force it
   back to a plain block so .psingle__grid gets the full container. */
.woocommerce div.product.psingle,
.psingle {
	display: block !important;
	width: 100%;
	max-width: none;
	float: none;
	padding: 0 0 clamp(40px, 6vw, 80px);
}
.psingle__grid {
	display: grid;
	grid-template-columns: 1.02fr 0.98fr;
	gap: clamp(28px, 4vw, 64px);
	align-items: start;
	width: 100%;
}

/* ---------- media ---------- */
/* Light backdrop: product cut-outs are transparent PNGs, and a dark
   backdrop makes navy garments disappear into it. */
.psingle__stage {
	position: relative;
	aspect-ratio: 4/5;
	overflow: hidden;
	background: #fff;
}
.psingle__stage img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity .35s var(--ease);
}
.psingle__stage img.is-active { opacity: 1; }

.psingle__thumbs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin-top: 10px;
}
.psingle__thumb {
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
	aspect-ratio: 1/1;
	overflow: hidden;
	opacity: .55;
	transition: opacity .25s;
	outline: 2px solid transparent;
	outline-offset: -2px;
}
.psingle__thumb img {
	width: 100% !important;
	height: 100% !important;
	max-width: none;
	object-fit: cover;
	display: block;
}
.psingle__thumb:hover { opacity: .85; }
.psingle__thumb.is-active { opacity: 1; outline-color: var(--ink); }

/* ---------- summary ---------- */
.psingle__eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 14px;
	color: var(--blood);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
}
.psingle__eyebrow span { width: 26px; height: 1px; background: currentColor; display: block; }

.psingle__title {
	margin: 0 0 14px;
	font-size: clamp(1.9rem, 3.4vw, 2.9rem);
	line-height: 1.04;
	letter-spacing: -.02em;
}

.psingle__price {
	margin: 0 0 20px;
	font-size: 1.45rem;
	font-weight: 800;
	color: var(--ink);
}
.psingle__price del { opacity: .45; font-weight: 600; font-size: 1rem; margin-left: 8px; }
.psingle__price ins { text-decoration: none; }

.psingle__lede {
	max-width: 52ch;
	margin-bottom: 26px;
	color: rgba(16,21,42,.72);
	line-height: 1.6;
}
.psingle__lede p { margin: 0 0 10px; }

/* ---------- attribute swatches ---------- */
.psingle table.variations { width: 100%; margin: 0 0 4px; border: 0; }
.psingle table.variations tbody,
.psingle table.variations tr,
.psingle table.variations th,
.psingle table.variations td { display: block; width: 100%; padding: 0; border: 0; }
.psingle table.variations tr { margin-bottom: 22px; }
.psingle table.variations th.label {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
	opacity: .55;
	text-align: left;
}
.psingle table.variations th.label::before {
	content: "";
	width: 26px;
	height: 1px;
	background: currentColor;
	flex-shrink: 0;
}
.psingle table.variations th.label label { margin: 0; font-weight: inherit; }
/* Keep the native select for WooCommerce, hide it from view. */
.psingle table.variations select {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}
.psingle__swatches { display: flex; flex-wrap: wrap; gap: 8px; }
.psingle__swatch {
	min-width: 58px;
	padding: 13px 16px;
	background: transparent;
	border: 1px solid rgba(16,21,42,.22);
	color: var(--ink);
	font-family: var(--ff-body);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background .2s, color .2s, border-color .2s, opacity .2s;
}
.psingle__swatch:hover { border-color: var(--ink); }
.psingle__swatch.is-on { background: var(--ink); border-color: var(--ink); color: var(--bone); }
.psingle__swatch.is-off,
.psingle__swatch:disabled {
	opacity: .3;
	cursor: not-allowed;
	text-decoration: line-through;
}
.psingle .reset_variations { display: none; }
.psingle .woocommerce-variation-price { margin: 0 0 16px; font-size: 1.2rem; font-weight: 800; }
.psingle .woocommerce-variation-availability { margin-bottom: 12px; }

/* ---------- buy row ---------- */
.psingle form.cart { margin: 0 0 8px; padding: 0; border: 0; }
.psingle .hoal-buyrow { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px; }
.psingle .quantity { display: none; }
.psingle form.cart .button,
.psingle .hoal-ask {
	flex: 1 1 auto;
	min-width: 180px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 19px 26px;
	font-family: var(--ff-body);
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
	border: 1px solid transparent;
	cursor: pointer;
	transition: opacity .25s, background .25s, color .25s;
}
.woocommerce .psingle form.cart .button,
.woocommerce .psingle form.cart .button.alt,
.psingle form.cart button.single_add_to_cart_button {
	background: var(--blood);
	color: #fff;
	border-color: var(--blood);
}
.woocommerce .psingle form.cart .button:hover,
.woocommerce .psingle form.cart .button.alt:hover { background: var(--blood); opacity: .88; }
.psingle form.cart .button:disabled { opacity: .4; cursor: not-allowed; }
.psingle .hoal-ask {
	background: transparent;
	color: var(--ink);
	border-color: rgba(16,21,42,.25);
	text-decoration: none;
}
.psingle .hoal-ask:hover { border-color: var(--ink); }

/* ---------- details accordion ---------- */
.psingle__acc { margin-top: 30px; border-top: 1px solid rgba(16,21,42,.14); }
.psingle__accrow { border-bottom: 1px solid rgba(16,21,42,.14); }
.psingle__accrow summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 19px 2px;
	cursor: pointer;
	list-style: none;
	font-size: 13.5px;
	font-weight: 700;
	letter-spacing: -.01em;
}
.psingle__accrow summary::-webkit-details-marker { display: none; }
.psingle__accrow summary i {
	position: relative;
	width: 12px;
	height: 12px;
	flex-shrink: 0;
	opacity: .6;
}
.psingle__accrow summary i::before,
.psingle__accrow summary i::after {
	content: "";
	position: absolute;
	background: currentColor;
	transition: transform .3s var(--ease);
}
.psingle__accrow summary i::before { top: 50%; left: 0; width: 12px; height: 1.5px; margin-top: -.75px; }
.psingle__accrow summary i::after { left: 50%; top: 0; width: 1.5px; height: 12px; margin-left: -.75px; }
.psingle__accrow[open] summary i::after { transform: scaleY(0); }
.psingle__accbody {
	padding: 0 2px 20px;
	max-width: 60ch;
	color: rgba(16,21,42,.72);
	line-height: 1.6;
}
.psingle__accbody p { margin: 0 0 10px; }
.psingle__accbody p:last-child { margin-bottom: 0; }

@media (max-width: 900px) {
	.psingle__grid { grid-template-columns: 1fr; }
	.psingle form.cart .button,
	.psingle .hoal-ask { min-width: 0; flex-basis: 100%; }
}

/* ============================================================
   SIZE PICKER (simple products)
   ============================================================ */
.hoal-sizes { margin: 0 0 24px; }
.hoal-sizes__label {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 10px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
	opacity: .55;
}
.hoal-sizes__label::before {
	content: "";
	width: 26px;
	height: 1px;
	background: currentColor;
	flex-shrink: 0;
}
.hoal-sizes__row { display: flex; flex-wrap: wrap; gap: 8px; }
.hoal-size { position: relative; display: block; }
.hoal-size input {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	margin: 0;
}
.hoal-size span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 62px;
	padding: 14px 16px;
	border: 1px solid rgba(16,21,42,.22);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background .2s, color .2s, border-color .2s;
}
.hoal-size span:hover { border-color: var(--ink); }
.hoal-size input:checked + span {
	background: var(--ink);
	border-color: var(--ink);
	color: var(--bone);
}
.hoal-size input:focus-visible + span { outline: 2px solid var(--blood); outline-offset: 2px; }

/* ============================================================
   IMAGE LIGHTBOX
   ============================================================ */
.hoal-lb {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: clamp(16px, 4vw, 56px);
	background: rgba(10,11,14,.94);
}
.hoal-lb.is-open { display: flex; }
.hoal-lb__img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	background: #fff;
}
.hoal-lb__x {
	position: absolute;
	top: 18px;
	right: 22px;
	width: 42px;
	height: 42px;
	background: none;
	border: 0;
	color: var(--bone);
	font-size: 34px;
	line-height: 1;
	cursor: pointer;
	opacity: .75;
	transition: opacity .2s;
}
.hoal-lb__x:hover { opacity: 1; }
.hoal-lb__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 52px;
	height: 52px;
	background: rgba(237,230,213,.1);
	border: 0;
	color: var(--bone);
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	transition: background .2s;
}
.hoal-lb__nav:hover { background: rgba(237,230,213,.22); }
.hoal-lb__prev { left: clamp(8px, 2vw, 26px); }
.hoal-lb__next { right: clamp(8px, 2vw, 26px); }
.hoal-lb__dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 22px;
	display: flex;
	justify-content: center;
	gap: 7px;
}
.hoal-lb__dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgba(237,230,213,.35);
	transition: background .2s, transform .2s;
}
.hoal-lb__dot.is-on { background: var(--bone); transform: scale(1.35); }
