/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/*
 * WooCommerce product catalogue
 *
 * The colour tokens below are intentionally kept in one place so the visual
 * identity can be adjusted later without rewriting the catalogue components.
 */
:root {
	--store-surface: #fffdf9;
	--store-surface-subtle: #f8f2eb;
	--store-border: #dfd2c8;
	--store-text-muted: #6f6268;
	--store-accent: #b2385a;
	--store-radius: 6px;
	--store-shadow-hover: 0 8px 24px rgb(31 42 68 / 12%);
}

/* Keep archive controls compact and easy to scan. */
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	margin-bottom: 16px;
}

.woocommerce .woocommerce-result-count {
	color: var(--store-text-muted);
	font-size: 0.875rem;
	line-height: 2.5rem;
}

.woocommerce .woocommerce-ordering select {
	min-height: 40px;
	padding-block: 6px;
	font-size: 0.875rem;
}

/* A dense catalogue: five columns on wide screens, without tiny cards. */
body.woocommerce ul.products,
body.woocommerce-page ul.products,
.search-results ul.products,
.store-front-page ul.products {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
	margin: 0 0 32px;
}

body.woocommerce ul.products::before,
body.woocommerce ul.products::after,
body.woocommerce-page ul.products::before,
body.woocommerce-page ul.products::after {
	display: none;
}

body.woocommerce ul.products li.product,
body.woocommerce-page ul.products li.product,
.search-results ul.products li.product,
.store-front-page ul.products li.product {
	display: flex;
	flex-direction: column;
	width: auto;
	min-width: 0;
	margin: 0;
	padding: 12px;
	overflow: hidden;
	background: var(--store-surface);
	border: 1px solid var(--store-border);
	border-radius: var(--store-radius);
	transition:
		border-color 160ms ease,
		box-shadow 160ms ease,
		transform 160ms ease;
}

body.woocommerce ul.products li.product:hover,
body.woocommerce-page ul.products li.product:hover,
.search-results ul.products li.product:hover,
.store-front-page ul.products li.product:hover {
	border-color: color-mix(in srgb, var(--store-accent) 45%, var(--store-border));
	box-shadow: var(--store-shadow-hover);
	transform: translateY(-2px);
}

body.woocommerce ul.products li.product .woocommerce-LoopProduct-link,
body.woocommerce-page ul.products li.product .woocommerce-LoopProduct-link,
.store-front-page ul.products li.product .woocommerce-LoopProduct-link {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	color: inherit;
}

body.woocommerce ul.products li.product img,
body.woocommerce-page ul.products li.product img,
.search-results ul.products li.product img,
.store-front-page ul.products li.product img {
	width: 100%;
	aspect-ratio: 4 / 5;
	margin: 0 0 10px;
	object-fit: contain;
	background: var(--store-surface-subtle);
	border-radius: calc(var(--store-radius) - 2px);
}

/* Two lines give useful titles without letting one item dominate a row. */
body.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.search-results ul.products li.product .woocommerce-loop-product__title,
.store-front-page ul.products li.product .woocommerce-loop-product__title {
	display: -webkit-box;
	min-height: 2.8em;
	margin: 0 0 6px;
	padding: 0;
	overflow: hidden;
	color: inherit;
	font-size: 0.925rem;
	font-weight: 600;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.woocommerce ul.products li.product .star-rating,
body.woocommerce-page ul.products li.product .star-rating,
.store-front-page ul.products li.product .star-rating {
	margin: 0 0 6px;
	font-size: 0.75rem;
}

body.woocommerce ul.products li.product .price,
body.woocommerce-page ul.products li.product .price,
.search-results ul.products li.product .price,
.store-front-page ul.products li.product .price {
	margin: auto 0 9px;
	color: var(--store-accent);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
}

body.woocommerce ul.products li.product .price del,
body.woocommerce-page ul.products li.product .price del,
.store-front-page ul.products li.product .price del {
	margin-right: 4px;
	color: var(--store-text-muted);
	font-size: 0.8em;
	font-weight: 400;
}

body.woocommerce ul.products li.product .price ins,
body.woocommerce-page ul.products li.product .price ins,
.store-front-page ul.products li.product .price ins {
	text-decoration: none;
}

body.woocommerce ul.products li.product .button,
body.woocommerce-page ul.products li.product .button,
.search-results ul.products li.product .button,
.store-front-page ul.products li.product .button {
	width: 100%;
	min-height: 38px;
	margin: 0;
	padding: 8px 10px;
	border-radius: 4px;
	font-size: 0.8rem;
	line-height: 1.25;
	text-align: center;
	color: #1f2a44;
	background: var(--store-action);
	border-color: var(--store-action);
}

body.woocommerce ul.products li.product .button:hover,
body.woocommerce-page ul.products li.product .button:hover,
.search-results ul.products li.product .button:hover,
.store-front-page ul.products li.product .button:hover {
	color: #1f2a44;
	background: var(--store-action-hover);
	border-color: var(--store-action-hover);
}

body.woocommerce ul.products li.product .added_to_cart,
body.woocommerce-page ul.products li.product .added_to_cart,
.store-front-page ul.products li.product .added_to_cart {
	margin-top: 8px;
	font-size: 0.8rem;
	text-align: center;
}

body.woocommerce ul.products li.product .onsale,
body.woocommerce-page ul.products li.product .onsale,
.store-front-page ul.products li.product .onsale {
	top: 18px;
	left: 18px;
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 4px 7px;
	border-radius: 3px;
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 1.2;
	color: #fffaf4;
	background: var(--store-accent);
}

/* Product search is treated as a single compact control. */
.woocommerce-product-search {
	display: flex;
	gap: 8px;
}

.woocommerce-product-search .search-field {
	min-width: 0;
	min-height: 40px;
}

.woocommerce-product-search button {
	flex: 0 0 auto;
	min-height: 40px;
	padding: 7px 14px;
}

/* Clear, visible keyboard navigation. */
body.woocommerce ul.products li.product a:focus-visible,
body.woocommerce ul.products li.product button:focus-visible,
body.woocommerce-page ul.products li.product a:focus-visible,
body.woocommerce-page ul.products li.product button:focus-visible,
.store-front-page ul.products li.product a:focus-visible,
.store-front-page ul.products li.product button:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--store-accent) 55%, transparent);
	outline-offset: 3px;
}

@media (max-width: 1199px) {
	body.woocommerce ul.products,
	body.woocommerce-page ul.products,
	.search-results ul.products,
.store-front-page ul.products {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 899px) {
	body.woocommerce ul.products,
	body.woocommerce-page ul.products,
	.search-results ul.products,
.store-front-page ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 14px;
	}
}

@media (max-width: 599px) {
	body.woocommerce ul.products,
	body.woocommerce-page ul.products,
	.search-results ul.products,
.store-front-page ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	body.woocommerce ul.products li.product,
	body.woocommerce-page ul.products li.product,
	.search-results ul.products li.product,
.store-front-page ul.products li.product {
		padding: 9px;
	}

	body.woocommerce ul.products li.product .woocommerce-loop-product__title,
	body.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
	.search-results ul.products li.product .woocommerce-loop-product__title,
.store-front-page ul.products li.product .woocommerce-loop-product__title {
		font-size: 0.825rem;
	}

	.woocommerce .woocommerce-result-count,
	.woocommerce .woocommerce-ordering {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

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

@media (prefers-reduced-motion: reduce) {
	body.woocommerce ul.products li.product,
	body.woocommerce-page ul.products li.product,
	.search-results ul.products li.product,
.store-front-page ul.products li.product {
		transition: none;
	}
}


/* Blocksy's original header is replaced by the commerce header below. */
#header {
	display: none;
}

/* Search-first store header. */
:root {
	--store-header-bg: #3b5070;
	--store-header-text: #fffaf4;
	--store-action: #e6a2b4;
	--store-action-hover: #d8879f;
	--store-sakura-pale: #f4d7df;
	--store-cream: #f5eee6;
	--store-success: #2f7257;
	--store-danger: #a43d4f;
	--store-seigaiha-pattern: url("assets/images/seigaiha.svg");
}

.store-header {
	position: relative;
	z-index: 20;
	color: var(--store-header-text);
	background-color: var(--store-header-bg);
	background-image: var(--store-seigaiha-pattern);
	background-size: 64px 32px;
	border-bottom: 3px solid var(--store-sakura-pale);
}

.store-header__inner {
	display: grid;
	grid-template-columns: auto minmax(240px, 1fr) auto;
	gap: 20px;
	align-items: center;
	padding-block: 10px;
}

.store-header__brand {
	display: flex;
	min-width: 112px;
	align-items: center;
}

.store-header__brand .custom-logo-link {
	display: inline-flex;
}

.store-header__brand .custom-logo {
	width: auto;
	max-width: 150px;
	max-height: 38px;
	object-fit: contain;
}

.store-header__site-title {
	color: var(--store-header-text);
	font-size: 1.35rem;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.store-header__site-title:hover,
.store-header__site-title:focus-visible {
	color: var(--store-action);
}

.store-header__search .woocommerce-product-search {
	width: 100%;
	gap: 0;
	overflow: hidden;
	background: #fffaf4;
	border: 2px solid transparent;
	border-radius: 7px;
}

.store-header__search .woocommerce-product-search:focus-within {
	border-color: var(--store-action);
	box-shadow: 0 0 0 3px rgb(244 215 223 / 32%);
}

.store-header__search .search-field {
	flex: 1 1 auto;
	width: 100%;
	height: 44px;
	padding-inline: 14px;
	color: #1f2a44;
	background: #fffaf4;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.store-header__search button {
	height: 44px;
	min-width: 54px;
	color: #1f2a44;
	font-weight: 700;
	background: var(--store-action);
	border: 0;
	border-radius: 0;
}

.store-header__search button:hover {
	background: var(--store-action-hover);
}

.store-header__actions {
	display: flex;
	align-items: stretch;
	gap: 8px;
}

.store-header__action {
	display: inline-flex;
	min-height: 44px;
	padding: 5px 10px;
	align-items: center;
	gap: 7px;
	color: var(--store-header-text);
	border: 1px solid transparent;
	border-radius: 5px;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.15;
}

.store-header__action:hover,
.store-header__action:focus-visible {
	color: var(--store-header-text);
	border-color: var(--store-sakura-pale);
	background: rgb(255 250 244 / 8%);
}

.store-header__cart-icon {
	position: relative;
	display: inline-flex;
}

.store-header__cart-count {
	position: absolute;
	top: -8px;
	right: -8px;
	display: grid;
	min-width: 18px;
	height: 18px;
	padding-inline: 4px;
	place-items: center;
	color: #1f2a44;
	background: var(--store-sakura-pale);
	border-radius: 999px;
	font-size: 0.68rem;
	line-height: 1;
}

/* Product-led home page. */
.store-front-page {
	background: var(--store-cream);
}

.store-front__content {
	padding-block: 24px 48px;
}

.store-front__shelf {
	margin-bottom: 22px;
	padding: clamp(14px, 2vw, 22px);
	background: var(--store-surface);
	border: 1px solid var(--store-border);
	border-radius: 8px;
	box-shadow: 0 2px 10px rgb(31 42 68 / 5%);
}

.store-front__section-heading {
	display: flex;
	margin-bottom: 16px;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	border-bottom: 2px solid var(--store-sakura-pale);
}

.store-front__section-heading h2 {
	margin: 0;
	padding: 0 0 10px 12px;
	color: #1f2a44;
	border-left: 4px solid var(--store-accent);
	font-size: clamp(1.25rem, 2.3vw, 1.65rem);
}

.store-front__section-heading a {
	color: var(--store-accent);
	font-size: 0.86rem;
	font-weight: 700;
}

.store-front__shelf .woocommerce.columns-5 {
	margin: 0;
}

.store-front__shelf ul.products {
	margin-bottom: 0;
}

/* Bibliographic details shown directly below the product title. */
.store-product-identity {
	display: grid;
	gap: 4px;
	margin: 7px 0 14px;
	padding: 9px 12px;
	color: #4f5868;
	background: var(--store-surface-subtle);
	border-left: 3px solid var(--store-sakura-pale);
	font-size: 0.86rem;
	line-height: 1.45;
}

.store-product-identity__row {
	display: grid;
	grid-template-columns: 4.5em minmax(0, 1fr);
	gap: 7px;
}

.store-product-identity dt {
	color: #1f2a44;
	font-weight: 700;
}

.store-product-identity dt::after {
	content: "：";
}

.store-product-identity dd {
	min-width: 0;
	margin: 0;
	overflow-wrap: anywhere;
}

.store-product-identity dd a {
	color: var(--store-accent);
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: transparent;
	text-underline-offset: 3px;
	transition: text-decoration-color 140ms ease;
}

.store-product-identity dd a:hover,
.store-product-identity dd a:focus-visible {
	color: var(--store-action-hover);
	text-decoration-color: currentColor;
}

.store-product-identity__separator {
	color: var(--store-text-muted);
}

/* Keep the complete product image visible in Blocksy's Flexy gallery. */
.single-product .ct-product-gallery-container {
	--object-fit: contain;
	--theme-image-ratio: 100%;
}

.single-product .ct-product-gallery-container .flexy-view {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: transparent;
}

.single-product .ct-product-gallery-container .flexy-items,
.single-product .ct-product-gallery-container .flexy-item {
	height: 100% !important;
	min-height: 0 !important;
}

.single-product .ct-product-gallery-container .ct-media-container,
.single-product .ct-product-gallery-container .ct-media-container > a,
.single-product .ct-product-gallery-container .ct-media-container picture {
	display: block;
	width: 100%;
	height: 100% !important;
	min-height: 0 !important;
}

.single-product .ct-product-gallery-container .ct-media-container {
	position: relative;
	aspect-ratio: 1 / 1;
	padding: 0 !important;
	overflow: hidden;
	background: transparent !important;
}

.single-product .ct-product-gallery-container .ct-media-container img {
	position: absolute !important;
	inset: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	object-fit: contain !important;
	object-position: center !important;
	background: transparent !important;
}

/* WooCommerce's standard gallery remains as a fallback. */
.single-product .woocommerce-product-gallery__wrapper,
.single-product .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery__image > a {
	width: 100%;
}

.single-product .woocommerce-product-gallery__image {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: transparent;
}

.single-product .woocommerce-product-gallery__image > a {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	background: transparent;
}

.single-product .woocommerce-product-gallery__image img {
	width: 100% !important;
	height: 100% !important;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain !important;
	object-position: center !important;
	background: transparent !important;
}

/* Condition choices keep WooCommerce's select in the DOM but expose richer controls. */
.store-condition-enhanced select {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.store-condition-enhanced > th.label {
	display: flex;
	width: min(100%, 430px);
	margin-bottom: 8px;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.store-condition__reset {
	display: inline-flex !important;
	width: auto;
	min-height: 30px;
	margin: 0;
	padding: 4px 10px;
	align-items: center;
	justify-content: center;
	color: #6d2940;
	background: #fff7f8;
	border: 1px solid #d6a8b5;
	border-radius: 4px;
	font-size: 0.76rem;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
	white-space: nowrap;
}

.store-condition__reset:hover {
	color: #4e1f30;
	background: var(--store-sakura-pale);
	border-color: var(--store-accent);
}

.store-condition__reset:focus-visible {
	outline: 3px solid rgb(47 75 124 / 35%);
	outline-offset: 2px;
}

.store-condition {
	display: grid;
	gap: 9px;
	min-width: min(100%, 430px);
	margin: 0;
	padding: 0;
	border: 0;
}

.store-condition__option {
	position: relative;
	display: block;
	margin: 0;
	cursor: pointer;
}

.store-condition__option input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.store-condition__content {
	display: grid;
	gap: 5px;
	padding: 11px 13px;
	background: var(--store-surface);
	border: 1px solid var(--store-border);
	border-radius: 6px;
	transition:
		border-color 140ms ease,
		box-shadow 140ms ease,
		background-color 140ms ease;
}

.store-condition__option:hover .store-condition__content {
	border-color: #c98ea0;
}

.store-condition__option input:checked + .store-condition__content {
	background: #fff1f4;
	border-color: var(--store-accent);
	box-shadow: 0 0 0 2px rgb(178 56 90 / 22%);
}

.store-condition__option input:focus-visible + .store-condition__content {
	outline: 3px solid rgb(40 114 250 / 35%);
	outline-offset: 2px;
}

.store-condition__option input:disabled + .store-condition__content {
	cursor: not-allowed;
	opacity: 0.58;
	background: var(--store-surface-subtle);
}

.store-condition__topline {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
}

.store-condition__name {
	color: #1f2a44;
	font-weight: 700;
}

.store-condition__stock {
	flex: 0 0 auto;
	font-size: 0.78rem;
	font-weight: 700;
}

.store-condition__stock.is-in-stock {
	color: var(--store-success);
}

.store-condition__stock.is-out-of-stock {
	color: var(--store-danger);
}

.store-condition__price {
	color: #9f294a;
	font-size: 1rem;
	font-weight: 700;
}

.store-condition__price .price {
	margin: 0;
	color: inherit;
	font-size: inherit;
}

.store-condition__from {
	margin-right: 3px;
	font-size: 0.78rem;
	font-weight: 400;
}

@media (max-width: 767px) {
	.store-header__inner {
		grid-template-areas:
			"brand actions"
			"search search";
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 8px 12px;
	}

	.store-header__brand {
		grid-area: brand;
	}

	.store-header__search {
		grid-area: search;
	}

	.store-header__actions {
		grid-area: actions;
	}

	.store-header__actions {
		justify-content: flex-end;
	}


	.store-front__shelf {
		padding: 12px;
	}

	.store-front__section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 2px;
	}
}

@media (max-width: 420px) {
	.store-header__action {
		font-size: 0.75rem;
	}

}


/* Product catalogue filter sidebar. */
.store-catalog-layout,
.store-front__layout {
	display: grid;
	grid-template-columns: 238px minmax(0, 1fr);
	gap: 22px;
	clear: both;
	align-items: start;
}

.store-catalog-main,
.store-front__main {
	min-width: 0;
}

.store-catalog-main::after,
.store-front__main::after {
	display: table;
	clear: both;
	content: "";
}

.store-filter-sidebar {
	position: sticky;
	top: 18px;
	align-self: start;
	color: #1f2a44;
	background: var(--store-surface);
	border: 1px solid var(--store-border);
	border-radius: 8px;
	box-shadow: 0 2px 10px rgb(31 42 68 / 5%);
}

.store-filter-panel {
	margin: 0;
}

.store-filter-panel > summary {
	display: flex;
	padding: 13px 15px;
	align-items: center;
	justify-content: space-between;
	color: var(--store-header-text);
	background-color: var(--store-header-bg);
	background-image: var(--store-seigaiha-pattern);
	background-size: 64px 32px;
	border-radius: 7px 7px 0 0;
	font-size: 1rem;
	font-weight: 800;
	list-style: none;
	pointer-events: none;
}

.store-filter-panel > summary::-webkit-details-marker {
	display: none;
}

.store-filter-panel > summary::after {
	color: var(--store-sakura-pale);
	content: "絞";
	font-size: 0.76rem;
	font-weight: 700;
}

.store-filter-panel__content {
	padding: 3px 15px 14px;
}

.store-filter-widget {
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid var(--store-border);
}

.store-filter-widget:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.store-filter-widget__title {
	margin: 0 0 9px;
	color: #1f2a44;
	font-size: 0.94rem;
	font-weight: 800;
}

.store-filter-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.store-filter-widget li {
	margin: 0;
	padding: 5px 0;
	color: var(--store-text-muted);
	font-size: 0.84rem;
	line-height: 1.35;
}

.store-filter-widget li a {
	color: #34425f;
}

.store-filter-widget li a:hover,
.store-filter-widget .current-cat > a {
	color: var(--store-accent);
}

.store-filter-widget .current-cat > a {
	font-weight: 800;
}

.store-filter-widget .children {
	margin: 4px 0 0 7px;
	padding-left: 10px;
	border-left: 2px solid var(--store-sakura-pale);
}

.store-filter-widget .count {
	float: right;
	margin-left: 6px;
	color: #89777e;
	font-size: 0.76rem;
}

.store-filter-widget .price_slider_wrapper .ui-widget-content {
	background: #eadfe1;
}

.store-filter-widget .price_slider_wrapper .ui-slider-range,
.store-filter-widget .price_slider_wrapper .ui-slider-handle {
	background: var(--store-accent);
}

.store-filter-widget .price_slider_amount {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	text-align: left;
}

.store-filter-widget .price_slider_amount .button {
	order: 2;
	min-height: 34px;
	padding: 6px 11px;
	color: #1f2a44;
	background: var(--store-action);
	border-color: var(--store-action);
	font-size: 0.78rem;
}

.store-filter-widget .price_slider_amount .button:hover {
	background: var(--store-action-hover);
	border-color: var(--store-action-hover);
}

.store-filter-widget .price_label {
	order: 1;
	width: 100%;
	color: var(--store-text-muted);
	font-size: 0.8rem;
}

.store-filter-widget.widget_layered_nav_filters a::before {
	color: var(--store-accent);
}

.store-filter__all-products {
	display: flex;
	min-height: 38px;
	margin-top: 14px;
	padding: 7px 10px;
	align-items: center;
	justify-content: center;
	color: #1f2a44;
	background: var(--store-action);
	border: 1px solid var(--store-action);
	border-radius: 4px;
	font-size: 0.8rem;
	font-weight: 800;
	text-align: center;
}

.store-filter__all-products:hover,
.store-filter__all-products:focus-visible {
	color: #1f2a44;
	background: var(--store-action-hover);
	border-color: var(--store-action-hover);
}

@media (max-width: 899px) {
	.store-catalog-layout,
.store-front__layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 16px;
	}

	.store-filter-sidebar {
		position: static;
	}

	.store-filter-panel > summary {
		border-radius: 7px;
		cursor: pointer;
		pointer-events: auto;
	}

	.store-filter-panel > summary::after {
		content: "＋";
		font-size: 1.15rem;
	}

	.store-filter-panel[open] > summary {
		border-radius: 7px 7px 0 0;
	}

	.store-filter-panel[open] > summary::after {
		content: "−";
	}
}
