

.hookshop-mini-cart {
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	z-index: 9000;
}

.hookshop-mini-cart__toggle {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	border: none;
	background: #1d2327;
	color: #fff;
	font-size: 1.4rem;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.hookshop-mini-cart__count {
	position: absolute;
	top: -0.25rem;
	right: -0.25rem;
	min-width: 1.25rem;
	height: 1.25rem;
	padding: 0 0.25rem;
	border-radius: 999px;
	background: #a1272b;
	color: #fff;
	font-size: 0.7rem;
	line-height: 1.25rem;
	text-align: center;
}

.hookshop-mini-cart__panel {
	position: absolute;
	bottom: calc(100% + 0.5rem);
	right: 0;
	width: 280px;
	max-width: calc(100vw - 2rem);
	max-height: 70vh;
	overflow-y: auto;
	background: #fff;
	color: #1d2327;
	border-radius: 6px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
	padding: 1rem;
}

.hookshop-mini-cart__panel[hidden] {
	display: none;
}

.hookshop-mini-cart__item {
	display: flex;
	justify-content: space-between;
	gap: 0.5rem;
	padding: 0.4rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	font-size: 0.9rem;
}

.hookshop-mini-cart__totals {
	margin: 0.75rem 0;
	font-weight: 600;
}

.hookshop-mini-cart__view-cart {
	display: block;
	text-align: center;
	padding: 0.5rem;
	background: #1d2327;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
}

.hookshop-cart-page__feedback {
	font-size: 0.9rem;
	color: #a1272b;
}

.hookshop-cart-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1.5rem;
}

.hookshop-cart-table th,
.hookshop-cart-table td {
	padding: 0.6rem;
	text-align: left;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	vertical-align: middle;
}

.hookshop-cart-table__product {
	display: flex;
	align-items: center;
	gap: 0.6rem;
}

.hookshop-cart-table__product img {
	width: 48px;
	height: 48px;
	object-fit: cover;
	border-radius: 4px;
}

.hookshop-cart-table input[type='number'] {
	width: 4rem;
	padding: 0.35rem;
}

.hookshop-cart-table__remove {
	background: none;
	border: none;
	color: #a1272b;
	cursor: pointer;
	text-decoration: underline;
}

.hookshop-cart-coupon,
.hookshop-cart-shipping-estimator {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 1rem;
}

.hookshop-cart-coupon input,
.hookshop-cart-shipping-estimator input,
.hookshop-cart-shipping-estimator select {
	padding: 0.4rem;
}

.hookshop-cart-coupon__feedback.is-error {
	color: #a1272b;
}

.hookshop-cart-totals {
	max-width: 320px;
	margin-left: auto;
}

.hookshop-cart-totals p {
	display: flex;
	justify-content: space-between;
	margin: 0.25rem 0;
}

.hookshop-cart-totals__grand {
	font-size: 1.1rem;
	font-weight: 700;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding-top: 0.5rem;
}

.hookshop-cart-checkout-button {
	display: block;
	width: 100%;
	max-width: 320px;
	margin-left: auto;
	padding: 0.75rem;
	text-align: center;
	background: #1d2327;
	color: #fff;
	text-decoration: none;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 1rem;
}

.hookshop-cart-checkout-button:disabled {
	background: #999;
	cursor: not-allowed;
}

tr[data-hookshop-cart-row].is-updating {
	opacity: 0.6;
}

:root {
	--hookshop-ink: #111111;
	--hookshop-ink-soft: #3d3c38;
	--hookshop-muted: #716f69;
	--hookshop-paper: #ffffff;
	--hookshop-cream: #f6f3ed;
	--hookshop-rule: #ddd7cc;
	--hookshop-coral: #e57373;
	--hookshop-orange: #e97d32;
}

.hookshop-address-fields [hidden] {
	display: none !important;
}

body.hookshop-shopping-page #footer,
body.hookshop-shopping-page footer.site-footer,
body.hookshop-shopping-page .site-footer,
body.hookshop-shopping-page #colophon {
	display: none !important;
}

body.hookshop-custom-title-page header.page-header {
	display: none !important;
}

body.hookshop-shopping-page #content-wrap {
	padding-bottom: clamp(3rem, 7vw, 6rem);
}

.hookshop-page-header {
	box-sizing: border-box;
	position: relative;
	margin: 0 0 clamp(1.75rem, 4vw, 3rem);
	padding: clamp(1.4rem, 4vw, 2.2rem) clamp(1.25rem, 4vw, 2rem);
	background: var(--hookshop-ink) !important;
	color: #ffffff !important;
	border-bottom: 5px solid var(--hookshop-coral);
	font-family: Georgia, 'Times New Roman', serif;
}

.hookshop-page-header__breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 0 0 0.6rem;
	color: rgba(255, 255, 255, 0.55) !important;
	font-size: 0.75rem !important;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.5;
	text-transform: uppercase;
}

.hookshop-page-header__breadcrumb a,
.hookshop-page-header__breadcrumb span {
	color: inherit !important;
}

.hookshop-page-header__breadcrumb a {
	text-decoration: none !important;
}

.hookshop-page-header__breadcrumb a:hover,
.hookshop-page-header__breadcrumb a:focus-visible {
	color: #ffffff !important;
	text-decoration: underline !important;
}

.hookshop-page-header__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
}

.hookshop-page-header__actions {
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
	flex: 0 0 auto;
	gap: 0.65rem;
}

.hookshop-page-header .hookshop-page-header__title {
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	color: #ffffff !important;
	font-family: Georgia, 'Times New Roman', serif !important;
	font-size: clamp(1.75rem, 4vw, 2.35rem) !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
}

.hookshop-page-header__action {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	gap: 0.55rem;
	min-height: 46px;
	padding: 0.7rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 4px;
	background: transparent;
	color: #ffffff !important;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none !important;
	white-space: nowrap;
}

.hookshop-page-header__action--cart {
	border-color: var(--hookshop-orange);
	background: var(--hookshop-orange);
}

.hookshop-page-header__action--account {
	min-width: 132px;
}

.hookshop-page-header__account-control {
	display: grid;
	min-width: 132px;
}

.hookshop-page-header__account-control .hookshop-page-header__action--account {
	min-width: 0;
}

.hookshop-page-header__account-control.is-logged-in .hookshop-page-header__action--account {
	min-height: 42px;
	border-bottom: 0;
	border-radius: 4px 4px 0 0;
}

.hookshop-page-header__signout {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 27px;
	padding: 0.25rem 0.7rem;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 0 0 4px 4px;
	background: rgba(255, 255, 255, 0.07);
	color: rgba(255, 255, 255, 0.82) !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	text-decoration: none !important;
	text-transform: uppercase;
}

.hookshop-page-header__signout:hover,
.hookshop-page-header__signout:focus-visible {
	border-color: #ffffff;
	background: #ffffff;
	color: var(--hookshop-ink) !important;
	outline: none;
}

.hookshop-page-header__action-copy {
	display: grid;
	gap: 0.12rem;
	text-align: left;
}

.hookshop-page-header__action-copy small {
	color: rgba(255, 255, 255, 0.62);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.61rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1;
	text-transform: uppercase;
}

.hookshop-page-header__action:hover .hookshop-page-header__action-copy small,
.hookshop-page-header__action:focus-visible .hookshop-page-header__action-copy small {
	color: inherit;
}

.hookshop-page-header__action:hover,
.hookshop-page-header__action:focus-visible {
	border-color: #ffffff;
	background: #ffffff;
	color: var(--hookshop-ink) !important;
}

.hookshop-page-header__action svg {
	width: 1.15rem;
	height: 1.15rem;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.hookshop-page-header__count {
	display: inline-grid;
	place-items: center;
	min-width: 1.35rem;
	height: 1.35rem;
	padding: 0 0.25rem;
	border-radius: 999px;
	background: #ffffff;
	color: var(--hookshop-ink) !important;
	font-family: Arial, sans-serif;
	font-size: 0.72rem;
}

.hookshop-cart-page {
	box-sizing: border-box;
	width: 100%;
	color: var(--hookshop-ink-soft);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.55;
}

.hookshop-cart-page *,
.hookshop-cart-page *::before,
.hookshop-cart-page *::after {
	box-sizing: border-box;
}

.hookshop-cart-page__feedback {
	min-height: 0;
	margin: 0 0 1rem;
	color: #9f2529;
	font-size: 0.9rem;
}

.hookshop-cart-page__feedback:empty {
	display: none;
}

.hookshop-cart-page__empty {
	max-width: 660px;
	margin: 2rem auto 0;
	padding: clamp(2rem, 7vw, 4rem);
	border: 1px solid var(--hookshop-rule);
	border-top: 4px solid var(--hookshop-coral);
	background: var(--hookshop-cream);
	text-align: center;
}

.hookshop-cart-page__empty h2 {
	margin: 0 0 0.5rem;
	color: var(--hookshop-ink);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.7rem;
	font-weight: 400;
}

.hookshop-cart-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(290px, 350px);
	align-items: start;
	gap: clamp(1.5rem, 4vw, 2.5rem);
}

.hookshop-cart-main {
	min-width: 0;
}

.hookshop-cart-table-wrap {
	overflow-x: auto;
	border: 1px solid var(--hookshop-rule);
	border-radius: 4px;
	background: var(--hookshop-paper);
}

.hookshop-cart-page .hookshop-cart-table {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	font-size: 0.95rem;
}

.hookshop-cart-page .hookshop-cart-table th {
	padding: 0.85rem 1rem;
	border: 0;
	border-bottom: 2px solid var(--hookshop-rule);
	background: var(--hookshop-cream);
	color: var(--hookshop-muted);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-align: left;
	text-transform: uppercase;
}

.hookshop-cart-page .hookshop-cart-table td {
	padding: 1rem;
	border: 0;
	border-bottom: 1px solid var(--hookshop-rule);
	background: #ffffff;
	color: var(--hookshop-ink-soft);
	vertical-align: middle;
}

.hookshop-cart-page .hookshop-cart-table tr:last-child td {
	border-bottom: 0;
}

.hookshop-cart-table__product {
	display: flex;
	align-items: center;
	min-width: 220px;
	gap: 0.85rem;
}

.hookshop-cart-table__product img {
	flex: 0 0 auto;
	width: 64px;
	height: 64px;
	border-radius: 4px;
	object-fit: cover;
}

.hookshop-cart-table__product a {
	color: var(--hookshop-ink) !important;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none !important;
}

.hookshop-cart-table__product a:hover,
.hookshop-cart-table__product a:focus-visible {
	text-decoration: underline !important;
}

.hookshop-cart-page input[type='text'],
.hookshop-cart-page input[type='number'],
.hookshop-cart-page select {
	min-height: 44px;
	margin: 0;
	padding: 0.6rem 0.7rem;
	border: 1px solid #9d9a94 !important;
	border-radius: 3px;
	background: #ffffff !important;
	color: var(--hookshop-ink) !important;
	font: inherit;
	line-height: 1.2;
}

.hookshop-cart-page input:focus,
.hookshop-cart-page select:focus {
	border-color: var(--hookshop-ink) !important;
	box-shadow: 0 0 0 3px rgba(229, 115, 115, 0.22);
	outline: none;
}

.hookshop-cart-table input[type='number'] {
	width: 4.25rem;
}

.hookshop-cart-page .hookshop-cart-table__remove {
	min-height: auto;
	padding: 0.25rem !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #9f2529 !important;
	font-size: 0.82rem !important;
	font-weight: 700;
	text-decoration: underline;
	text-transform: none;
}

.hookshop-cart-tools {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1.25rem;
}

.hookshop-cart-tool {
	padding: 1.25rem;
	border: 1px solid var(--hookshop-rule);
	border-radius: 4px;
	background: var(--hookshop-cream);
}

.hookshop-cart-tool h2,
.hookshop-cart-summary h2 {
	margin: 0 0 0.35rem;
	color: var(--hookshop-ink);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.3;
}

.hookshop-cart-tool > p {
	margin: 0 0 1rem;
	color: var(--hookshop-muted);
	font-size: 0.82rem;
}

.hookshop-cart-coupon,
.hookshop-cart-shipping-estimator {
	display: flex;
	align-items: end;
	flex-wrap: nowrap;
	gap: 0.55rem;
	margin: 0;
}

.hookshop-cart-coupon input {
	min-width: 0;
	width: 100%;
}

.hookshop-field {
	display: flex;
	flex: 1 1 auto;
	min-width: 0;
	flex-direction: column;
	gap: 0.3rem;
}

.hookshop-field--country {
	flex: 1 1 220px;
}

.hookshop-field label {
	color: var(--hookshop-muted);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.hookshop-cart-page button[data-hookshop-coupon-apply],
.hookshop-cart-page button[data-hookshop-shipping-estimate],
.hookshop-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin: 0;
	padding: 0.65rem 0.9rem !important;
	border: 1px solid var(--hookshop-ink) !important;
	border-radius: 3px !important;
	background: var(--hookshop-ink) !important;
	box-shadow: none !important;
	color: #ffffff !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 0.82rem !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	text-transform: none !important;
	white-space: nowrap;
}

.hookshop-cart-page button[data-hookshop-coupon-apply]:hover,
.hookshop-cart-page button[data-hookshop-shipping-estimate]:hover,
.hookshop-button:hover {
	border-color: var(--hookshop-orange) !important;
	background: var(--hookshop-orange) !important;
}

.hookshop-cart-coupon__feedback,
.hookshop-cart-shipping-estimator__feedback {
	display: block;
	margin-top: 0.7rem;
	font-size: 0.8rem;
}

.hookshop-cart-summary {
	position: sticky;
	top: 2rem;
	padding: 1.5rem;
	border: 1px solid var(--hookshop-rule);
	border-top: 4px solid var(--hookshop-coral);
	border-radius: 4px;
	background: var(--hookshop-cream);
}

.hookshop-cart-summary h2 {
	margin-bottom: 1.15rem;
	font-size: 1.5rem;
}

.hookshop-cart-page .hookshop-cart-totals {
	max-width: none;
	margin: 0 0 1.25rem;
}

.hookshop-cart-page .hookshop-cart-totals p {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin: 0;
	padding: 0.42rem 0;
	color: var(--hookshop-muted);
	font-size: 0.92rem;
}

.hookshop-cart-page .hookshop-cart-totals__grand {
	margin-top: 0.55rem;
	padding-top: 0.85rem;
	border-top: 1px solid var(--hookshop-rule);
	color: var(--hookshop-ink);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.18rem;
	font-weight: 700;
}

.hookshop-cart-page .hookshop-cart-checkout-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: none;
	min-height: 50px;
	margin: 0;
	padding: 0.8rem 1rem !important;
	border: 1px solid var(--hookshop-orange) !important;
	border-radius: 3px !important;
	background: var(--hookshop-orange) !important;
	box-shadow: none !important;
	color: #ffffff !important;
	font-family: Georgia, 'Times New Roman', serif !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	text-transform: none !important;
}

.hookshop-cart-page .hookshop-cart-checkout-button:hover,
.hookshop-cart-page .hookshop-cart-checkout-button:focus-visible {
	border-color: var(--hookshop-ink) !important;
	background: var(--hookshop-ink) !important;
}

.hookshop-cart-page .hookshop-cart-checkout-button:disabled {
	border-color: #a5a29c !important;
	background: #a5a29c !important;
	color: #ffffff !important;
	cursor: not-allowed;
}

.hookshop-cart-summary__note {
	margin: 0.8rem 0 0;
	color: var(--hookshop-muted);
	font-size: 0.76rem;
	text-align: center;
}

@media (max-width: 960px) {
	.hookshop-cart-layout {
		grid-template-columns: 1fr;
	}

	.hookshop-cart-summary {
		position: static;
	}
}

@media (max-width: 700px) {
	.hookshop-page-header__row {
		align-items: flex-start;
		flex-direction: column;
	}

	.hookshop-page-header__action {
		min-width: 0;
		width: auto;
	}

	.hookshop-page-header__actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
	}

	.hookshop-page-header__actions .hookshop-page-header__action:only-child {
		grid-column: 1 / -1;
	}

	.hookshop-cart-table-wrap {
		overflow: visible;
		border: 0;
		background: transparent;
	}

	.hookshop-cart-page .hookshop-cart-table,
	.hookshop-cart-page .hookshop-cart-table tbody,
	.hookshop-cart-page .hookshop-cart-table tr,
	.hookshop-cart-page .hookshop-cart-table td {
		display: block;
		width: 100%;
	}

	.hookshop-cart-page .hookshop-cart-table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		white-space: nowrap;
	}

	.hookshop-cart-page .hookshop-cart-table tr {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		margin-bottom: 1rem;
		border: 1px solid var(--hookshop-rule);
		border-radius: 4px;
		background: #ffffff;
	}

	.hookshop-cart-page .hookshop-cart-table td {
		padding: 0.75rem 1rem;
		border-bottom: 0;
	}

	.hookshop-cart-page .hookshop-cart-table__product {
		grid-column: 1 / -1;
		min-width: 0;
		border-bottom: 1px solid var(--hookshop-rule);
	}

	.hookshop-cart-page .hookshop-cart-table td[data-label] {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
		gap: 0.35rem;
		text-align: center;
	}

	.hookshop-cart-page .hookshop-cart-table td[data-label]::before {
		content: attr(data-label);
		color: var(--hookshop-muted);
		font-size: 0.68rem;
		font-weight: 700;
		letter-spacing: 0.06em;
		text-transform: uppercase;
	}

	.hookshop-cart-table__remove-cell {
		grid-column: 1 / -1;
		text-align: right;
	}

	.hookshop-cart-tools {
		grid-template-columns: 1fr;
	}

	.hookshop-cart-coupon,
	.hookshop-cart-shipping-estimator {
		flex-wrap: wrap;
	}

	.hookshop-cart-page button[data-hookshop-shipping-estimate] {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.hookshop-cart-coupon,
	.hookshop-cart-shipping-estimator {
		align-items: stretch;
		flex-direction: column;
	}

	.hookshop-field--country {
		flex-basis: auto;
	}

	.hookshop-cart-page button[data-hookshop-coupon-apply],
	.hookshop-cart-page button[data-hookshop-shipping-estimate] {
		width: 100%;
	}
}
