/* Golden Stationery Unified 3.0.7 */

.gsu305 {
	--gsu-accent: #006b3c;
	--gsu-gold: #d9a21b;
	--gsu-red: #d94747;
	--gsu-text: #20302a;
	--gsu-muted: #6f7874;
	--gsu-buy: #006b3c;
	--gsu-buy_text: #fff;
	--gsu-surface: #fff;
	--gsu-border: #e2e8e3;
	--gsu-cols: 4;
	--gsu-mobile-cols: 2;
	color: var(--gsu-text);
	font-family: inherit;
	box-sizing: border-box;
}

.gsu305 * {
	box-sizing: border-box;
}

.gsu305 :focus-visible {
	outline: 2px solid var(--gsu-accent);
	outline-offset: 2px;
}

.gsu305-sr-only {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

/* ------------------------------------------------------------------ Layout */

.gsu305-shop-layout {
	display: grid;
	grid-template-columns: minmax(0, 30%) minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

.gsu305-filters {
	min-width: 0;
}

.gsu305-products {
	min-width: 0;
}

.gsu305-filter-box,
.gsu305-card,
.gsu305-tabs,
.gsu305-related {
	background: var(--gsu-surface);
	border: 1px solid var(--gsu-border);
	border-radius: 18px;
}

/* ----------------------------------------------------------------- Filters */

.gsu305-filter-box {
	padding: 18px;
}

.gsu305-filter-head,
.gsu305-toolbar {
	display: flex;
	align-items: center;
	gap: 14px;
}

.gsu305-filter-head {
	justify-content: space-between;
	margin-bottom: 10px;
}

.gsu305-filter-head h3 {
	margin: 0;
}

.gsu305-reset {
	background: none;
	border: 0;
	color: var(--gsu-red);
	cursor: pointer;
	font: inherit;
}

.gsu305-filter-group + .gsu305-filter-group {
	border-top: 1px solid var(--gsu-border);
}

.gsu305-filter-title {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: none;
	border: 0;
	padding: 14px 0;
	font: inherit;
	color: inherit;
	cursor: pointer;
}

.gsu305-filter-title b {
	transition: transform .2s;
}

.gsu305-filter-title[aria-expanded="false"] b {
	transform: rotate(-90deg);
}

.gsu305-filter-content {
	padding: 0 0 12px;
	max-height: 320px;
	overflow: auto;
}

.gsu305-check {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 7px 0;
	font-size: .92em;
	cursor: pointer;
}

.gsu305-check small {
	margin-inline-start: auto;
	color: var(--gsu-muted);
}

.gsu305-term-search,
.gsu305-price-inputs input {
	width: 100%;
	border: 1px solid var(--gsu-border);
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 8px;
	font: inherit;
	color: inherit;
	background: #fff;
}

.gsu305-price-inputs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

.gsu305-stock {
	display: flex;
	gap: 8px;
	padding-top: 12px;
	cursor: pointer;
}

/* ------------------------------------------------------------------- Cards */

.gsu305-grid {
	display: grid;
	grid-template-columns: repeat(var(--gsu-cols), minmax(0, 1fr));
	gap: 16px;
}

.gsu305.is-loading .gsu305-grid,
.gsu305.is-loading .gsu305-pagination {
	opacity: .45;
	pointer-events: none;
	transition: opacity .2s;
}

.gsu305-empty {
	grid-column: 1 / -1;
	text-align: center;
	padding: 48px 16px;
	color: var(--gsu-muted);
	margin: 0;
}

.gsu305-card {
	overflow: hidden;
	min-width: 0;
	display: flex;
	flex-direction: column;
}

.gsu305-media {
	position: relative;
}

.gsu305-media-link {
	height: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	background: #fafcfb;
}

.gsu305-media-link img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.gsu305-badge {
	position: absolute;
	top: 12px;
	right: 12px;
	background: var(--gsu-red);
	color: #fff;
	border-radius: 20px;
	padding: 5px 9px;
	font-size: 12px;
	line-height: 1.4;
}

.gsu305-badge-oos {
	background: var(--gsu-muted);
}

.gsu305-heart {
	position: absolute;
	top: 10px;
	left: 10px;
	border: 1px solid var(--gsu-border);
	background: #fff;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	line-height: 1;
	cursor: pointer;
	font-size: 20px;
	color: var(--gsu-text);
	padding: 0;
}

.gsu305-heart.is-active {
	color: var(--gsu-red);
	border-color: var(--gsu-red);
}

.gsu305-card-body {
	padding: 14px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1;
}

.gsu305-brand {
	color: var(--gsu-muted);
	font-size: 13px;
}

.gsu305-title {
	color: var(--gsu-text);
	text-decoration: none;
	font-weight: 700;
	line-height: 1.7;
	min-height: 3.4em;
	display: block;
	overflow: hidden;
}

.gsu305-rating {
	font-size: 13px;
	color: var(--gsu-gold);
}

.gsu305-rating span {
	color: var(--gsu-muted);
}

.gsu305-price,
.gsu305-product-price {
	font-size: 18px;
	font-weight: 800;
	color: var(--gsu-accent);
}

.gsu305-price del,
.gsu305-product-price del {
	color: var(--gsu-muted);
	font-weight: 400;
	font-size: .8em;
}

.gsu305-buy {
	border: 0;
	border-radius: 12px;
	background: var(--gsu-buy);
	color: var(--gsu-buy_text);
	min-height: 48px;
	padding: 10px 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-decoration: none;
	cursor: pointer;
	font: inherit;
	margin-top: auto;
}

.gsu305-buy:hover {
	filter: brightness(1.08);
}

.gsu305-buy:disabled,
.gsu305-buy.loading {
	opacity: .6;
	cursor: progress;
}

.gsu305-buy.added {
	background: var(--gsu-gold);
}

.gsu305-buy-icon {
	font-size: 18px;
	line-height: 1;
}

/* --------------------------------------------------------------- Pagination */

.gsu305-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 24px;
}

.gsu305-pagination:empty {
	margin-top: 0;
}

.gsu305-page {
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	border: 1px solid var(--gsu-border);
	background: #fff;
	color: inherit;
	border-radius: 10px;
	cursor: pointer;
	font: inherit;
}

.gsu305-page.active {
	background: var(--gsu-accent);
	border-color: var(--gsu-accent);
	color: #fff;
}

.gsu305-page:disabled {
	opacity: .45;
	cursor: default;
}

.gsu305-dots {
	align-self: center;
	color: var(--gsu-muted);
}

/* ----------------------------------------------------------------- Toolbar */

.gsu305-toolbar {
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-bottom: 18px;
}

.gsu305-toolbar strong {
	margin-inline-end: auto;
}

.gsu305-sort {
	padding: 10px 14px;
	border: 1px solid var(--gsu-border);
	border-radius: 10px;
	background: #fff;
	font: inherit;
	color: inherit;
}

.gsu305-mobile-filter {
	display: none;
	font: inherit;
}

/* ----------------------------------------------------------- Single product */

.gsu305-product-top {
	display: grid;
	grid-template-columns: minmax(0, 55%) minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

.gsu305-gallery {
	min-width: 0;
}

.gsu305-main-image {
	min-height: 420px;
	border: 1px solid var(--gsu-border);
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: #fff;
}

.gsu305-main-image img {
	max-width: 100%;
	max-height: 520px;
	height: auto;
	object-fit: contain;
}

.gsu305-thumbs {
	display: flex;
	gap: 12px;
	margin-top: 14px;
	overflow: auto;
}

.gsu305-thumb {
	flex: 0 0 92px;
	width: 92px;
	height: 92px;
	background: #fff;
	border: 1px solid var(--gsu-border);
	border-radius: 12px;
	padding: 6px;
	cursor: pointer;
}

.gsu305-thumb.is-active {
	border-color: var(--gsu-accent);
}

.gsu305-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.gsu305-info {
	padding: 8px;
	min-width: 0;
}

.gsu305-info h1 {
	font-size: 30px;
	line-height: 1.5;
	margin: 0 0 10px;
}

.gsu305-product-rating {
	color: var(--gsu-gold);
	margin-bottom: 20px;
}

.gsu305-product-rating span {
	color: var(--gsu-muted);
}

.gsu305-short-desc {
	line-height: 2;
	margin-bottom: 20px;
}

.gsu305-meta {
	border-block: 1px solid var(--gsu-border);
	padding: 15px 0;
	line-height: 2;
}

.gsu305-product-price {
	margin: 22px 0;
}

.gsu305-buy-row {
	display: flex;
	gap: 10px;
	align-items: stretch;
}

.gsu305-qty {
	width: 84px;
	border: 1px solid var(--gsu-border);
	border-radius: 12px;
	text-align: center;
	font: inherit;
	color: inherit;
	padding: 8px;
}

.gsu305-product-buy {
	flex: 1;
}

.gsu305-oos {
	background: #f7f8f7;
	border: 1px solid var(--gsu-border);
	border-radius: 12px;
	padding: 14px;
	color: var(--gsu-muted);
	margin: 0;
}

.gsu305-variation-placeholder {
	color: var(--gsu-muted);
	font-size: .9em;
	margin: 10px 0 0;
}

.gsu305-wishlist {
	width: 100%;
	margin-top: 10px;
	background: #fff;
	border: 1px solid var(--gsu-border);
	border-radius: 12px;
	padding: 14px;
	cursor: pointer;
	font: inherit;
	color: inherit;
}

.gsu305-wishlist.is-active {
	color: var(--gsu-red);
	border-color: var(--gsu-red);
}

/* -------------------------------------------------------------------- Tabs */

.gsu305-tabs {
	margin-top: 24px;
	padding: 20px;
}

.gsu305-tab-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	border-bottom: 1px solid var(--gsu-border);
	margin-bottom: 18px;
}

.gsu305-tab-nav button {
	border: 0;
	background: none;
	padding: 12px 18px;
	cursor: pointer;
	font: inherit;
	color: inherit;
}

.gsu305-tab-nav button.active {
	color: var(--gsu-accent);
	border-bottom: 2px solid var(--gsu-accent);
}

.gsu305-tab {
	display: none;
	line-height: 2;
}

.gsu305-tab.active {
	display: block;
}

.gsu305-tab img {
	max-width: 100%;
	height: auto;
}

.gsu305-reviews {
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
}

.gsu305-review {
	border-bottom: 1px solid var(--gsu-border);
	padding: 14px 0;
}

.gsu305-review-head {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 6px;
}

.gsu305-review-rating {
	color: var(--gsu-gold);
}

.gsu305-review-head time {
	color: var(--gsu-muted);
	font-size: .85em;
	margin-inline-start: auto;
}

.gsu305-review-body p:last-child {
	margin-bottom: 0;
}

.gsu305-reviews-link {
	color: var(--gsu-accent);
}

/* ----------------------------------------------------------------- Related */

.gsu305-related {
	padding: 20px;
	margin-top: 24px;
}

.gsu305-related h2 {
	margin-top: 0;
}

.gsu305-related-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

/* ------------------------------------------------------------------- Misc */

.gsu305-notice {
	padding: 30px;
	border: 1px solid var(--gsu-border);
	border-radius: 16px;
}

.gsu305-sheet {
	display: none;
}

.gsu305-toast {
	position: fixed;
	inset-inline-start: 24px;
	bottom: 24px;
	z-index: 100000;
	display: flex;
	align-items: center;
	gap: 14px;
	max-width: calc(100% - 48px);
	background: #20302a;
	color: #fff;
	padding: 13px 18px;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	transition: opacity .2s, transform .2s, visibility .2s;
}

.gsu305-toast.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.gsu305-toast a {
	color: #fff;
	text-decoration: underline;
	white-space: nowrap;
}

.gsu305-no-scroll {
	overflow: hidden;
}

/* ------------------------------------------------------------------ Mobile */

@media (max-width: 767px) {

	.gsu305-shop-layout {
		display: block;
	}

	.gsu305-filters {
		display: none;
	}

	.gsu305-toolbar {
		justify-content: space-between;
	}

	.gsu305-mobile-filter {
		display: block;
		border: 0;
		background: var(--gsu-accent);
		color: #fff;
		padding: 10px 14px;
		border-radius: 10px;
	}

	.gsu305-grid {
		grid-template-columns: repeat(var(--gsu-mobile-cols), minmax(0, 1fr));
		gap: 10px;
	}

	.gsu305-media-link {
		height: 180px;
		padding: 10px;
	}

	.gsu305-card-body {
		padding: 10px;
	}

	.gsu305-title {
		font-size: 14px;
	}

	.gsu305-price {
		font-size: 16px;
	}

	.gsu305-buy {
		font-size: 13px;
	}

	.gsu305-product-top {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}

	.gsu305-gallery {
		width: 100%;
	}

	.gsu305-main-image {
		min-height: 300px;
	}

	.gsu305-main-image img {
		max-height: 360px;
	}

	.gsu305-thumbs {
		justify-content: flex-start;
	}

	.gsu305-thumb {
		flex: 0 0 76px;
		width: 76px;
		height: 76px;
	}

	.gsu305-info h1 {
		font-size: 23px;
	}

	.gsu305-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gsu305-qty {
		width: 68px;
	}

	.gsu305-toast {
		inset-inline: 12px;
		bottom: 12px;
		max-width: none;
	}

	.gsu305-sheet {
		position: fixed;
		inset: 0;
		z-index: 99999;
		display: none;
	}

	.gsu305-sheet.open {
		display: block;
	}

	.gsu305-sheet-bg {
		position: absolute;
		inset: 0;
		background: rgba(0, 0, 0, .45);
	}

	.gsu305-sheet-panel {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		max-height: 88vh;
		background: #fff;
		border-radius: 22px 22px 0 0;
		display: flex;
		flex-direction: column;
		padding: 18px;
	}

	.gsu305-sheet-panel header,
	.gsu305-sheet-panel footer {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-bottom: 12px;
	}

	.gsu305-sheet-panel form {
		overflow: auto;
		flex: 1;
	}

	.gsu305-sheet-close {
		border: 0;
		background: none;
		font-size: 28px;
		line-height: 1;
		cursor: pointer;
	}

	.gsu305-sheet-panel footer {
		padding-top: 12px;
	}

	.gsu305-sheet-panel footer button {
		padding: 11px 18px;
		border-radius: 10px;
		border: 1px solid var(--gsu-border);
		background: #fff;
		font: inherit;
		cursor: pointer;
	}

	.gsu305-sheet-panel footer .gsu305-apply {
		background: var(--gsu-accent);
		border-color: var(--gsu-accent);
		color: #fff;
	}
}
