/* A quiet, browsable catalog. All styling stays inside this shop. */
.gt-shop {
	--shop-muted: color-mix(in srgb, var(--color-text) 68%, var(--color-bg));
	--shop-line: color-mix(in srgb, var(--color-text) 14%, var(--color-bg));
	--shop-hover: color-mix(in srgb, var(--color-text) 3%, var(--color-bg));
	max-width: 1096px;
	margin-inline: auto;
	padding: 68px 28px 80px;
	color: var(--color-text);
}
.gt-shop [hidden] { display: none !important; }
.gt-shop :where(h1, p, ul) { margin: 0; padding: 0; }
.gt-shop a { color: inherit; text-decoration: none; }
.gt-shop a:focus-visible, .gt-shop button:focus-visible, .gt-shop input:focus-visible { outline: 2px solid var(--color-primary); outline-offset: 5px; }
.gt-shop__header { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 44px; }
.gt-shop .gt-shop__intro h1 { font-size: 68px; line-height: 1; font-weight: 800; margin: 0 0 20px; color: var(--color-headline, var(--color-text)); }
.gt-shop__mark { color: var(--color-primary); }
.gt-shop .gt-shop__intro p { max-width: 44ch; font-size: 21px; line-height: 1.5; color: var(--shop-muted); }
.gt-shop__help { display: flex; gap: 20px; flex-shrink: 0; padding-bottom: 2px; }
.gt-shop__help a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; font-size: 14px; white-space: nowrap; }
.gt-shop__help a:hover { text-decoration: underline; text-underline-offset: 4px; }
.gt-shop__toolbar { border-bottom: 1px solid var(--shop-line); }
.gt-shop__collections { display: flex; flex-wrap: wrap; gap: 4px 24px; }
.gt-shop__collections a { position: relative; min-height: 48px; display: inline-flex; align-items: center; font-size: 14px; font-weight: 500; color: var(--shop-muted); }
.gt-shop__collections a[aria-current] { color: var(--color-text); font-weight: 600; }
.gt-shop__collections a[aria-current]::after { content: ''; position: absolute; inset: auto 0 0; height: 2px; background: var(--color-primary); }
.gt-shop__collections a:hover { color: var(--color-text); }
.gt-shop__search { display: flex; align-items: center; gap: 10px; margin: 12px 0 16px; width: 100%; color: var(--shop-muted); }
.gt-shop .gt-shop__search input[type="search"] { width: 100%; min-width: 0; min-height: 44px; border: 0; box-shadow: none; background: transparent; padding: 8px 0; color: var(--color-text); font-size: 17px; line-height: 1.5; border-radius: 0; }
.gt-shop__search input::placeholder { color: var(--shop-muted); opacity: 1; }
.gt-shop__search svg { flex-shrink: 0; }
.gt-shop__legend { display: grid; grid-template-columns: 1fr 128px 24px; gap: 24px; padding: 20px 8px 12px; font-size: 12px; color: var(--shop-muted); }
.gt-shop__legend span:nth-child(2) { text-align: right; }
.gt-shop .gt-shop__products { list-style: none; margin: 0; padding: 0; }
.gt-shop .gt-shop__product { list-style: none; margin: 0; padding: 0; border-bottom: 1px solid var(--shop-line); }
.gt-shop .gt-shop__product-link { display: grid; grid-template-columns: 80px minmax(0, 1fr) 128px 24px; gap: 24px; align-items: center; padding: 24px 8px; min-width: 0; background: transparent; }
.gt-shop__product-link:hover { background: var(--shop-hover); }
.gt-shop__image { width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; }
.gt-shop .gt-shop__image img { display: block; width: 100%; height: 100%; max-height: 80px; object-fit: contain; border-radius: 4px; box-shadow: none; }
.gt-shop__initial { display: grid; place-items: center; width: 64px; height: 72px; border: 1px solid var(--shop-line); border-radius: 4px; font-size: 32px; font-weight: 500; }
.gt-shop__copy { min-width: 0; display: flex; flex-direction: column; gap: 6px; }
.gt-shop__name { font-size: 21px; line-height: 1.3; font-weight: 600; text-wrap: pretty; overflow-wrap: anywhere; }
.gt-shop__description { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; color: var(--shop-muted); font-size: 17px; line-height: 1.5; }
.gt-shop__type { color: var(--shop-muted); font-size: 12px; line-height: 1.5; }
.gt-shop__price { text-align: right; font-size: 17px; line-height: 1.4; white-space: nowrap; }
.gt-shop .gt-shop__price .fct-product-card-prices { display: block; margin: 0; padding: 0; min-height: 0; background: none; color: inherit; font-size: inherit; }
.gt-shop .gt-shop__price .fct-item-price { color: inherit; font-size: inherit; font-weight: 400; }
.gt-shop .gt-shop__price .fct-sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.gt-shop__arrow { font-size: 21px; color: var(--shop-muted); justify-self: end; }
.gt-shop__product-link:hover .gt-shop__arrow { color: var(--color-primary); }
.gt-shop__empty { padding: 64px 0; }
.gt-shop .gt-shop__empty p { margin-bottom: 16px; font-size: 24px; }
.gt-shop__empty a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; text-decoration: underline; text-underline-offset: 4px; }
.gt-shop__footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 24px; }
.gt-shop .gt-shop__footer p { font-size: 14px; color: var(--shop-muted); }
.gt-shop .gt-shop__more { display: inline-flex; align-items: center; gap: 24px; padding: 10px 16px; min-height: 44px; border: 1px solid var(--shop-line); border-radius: 4px; background: transparent; box-shadow: none; font-size: 14px; line-height: 1.5; font-weight: 500; color: var(--color-text); cursor: pointer; }
.gt-shop__more:hover { background: var(--shop-hover); }
@media (min-width: 1024px) {
	.gt-shop__toolbar { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
	.gt-shop__search { width: 240px; margin: 0; }
	.gt-shop__collections { gap: 20px; }
}
@media (max-width: 767px) {
	.gt-shop { padding: 40px 20px 56px; }
	.gt-shop__header { display: block; margin-bottom: 24px; }
	.gt-shop .gt-shop__intro h1 { font-size: 45px; margin-bottom: 16px; }
	.gt-shop .gt-shop__intro p { font-size: 17px; max-width: 36ch; }
	.gt-shop__help { margin-top: 12px; }
	.gt-shop__collections { gap: 0 20px; }
	.gt-shop__collections a { font-size: 14px; min-height: 44px; }
	.gt-shop__legend { grid-template-columns: 1fr auto; gap: 12px; padding-inline: 0; }
	.gt-shop .gt-shop__product-link { grid-template-columns: 56px minmax(0, 1fr) 20px; gap: 8px 16px; padding: 20px 0; }
	.gt-shop__image { width: 56px; height: 64px; align-self: start; grid-row: 1 / 3; }
	.gt-shop .gt-shop__image img { max-height: 64px; }
	.gt-shop__name { font-size: 17px; line-height: 1.4; }
	.gt-shop__description { font-size: 17px; -webkit-line-clamp: 2; }
	.gt-shop__price { grid-column: 2; grid-row: 2; text-align: left; font-size: 14px; }
	.gt-shop__arrow { grid-column: 3; grid-row: 1; align-self: start; }
	.gt-shop__initial { width: 48px; height: 56px; font-size: 24px; }
}
@media (prefers-reduced-motion: no-preference) {
	.gt-shop__product-link, .gt-shop__collections a, .gt-shop__more { transition: background-color .16s ease, color .16s ease; }
}
@media (forced-colors: active) {
	.gt-shop__collections a[aria-current]::after { background: LinkText; }
}
